Skip to content
#

access

Here are 440 public repositories matching this topic...

streamzyuk
streamzyuk commented Feb 18, 2022

I am trying to implement retry logic for Aws Aurora Mysql.

In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.

public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c

bsushmith
bsushmith commented Jan 19, 2022

Describe the bug

"client not configured." error is printed even after the config init step.

❯ ./guardian config init
config created: /Users/sushmithbhatta/.config/odpf/guardian.yml
client not configured. try running `guardian config init`

To Reproduce
Steps to reproduce the behavior:

  1. Remove ~/.config/odpf/guardian.yml file if exists in local
  2. Run `guard

Improve this page

Add a description, image, and links to the access topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the access topic, visit your repo's landing page and select "manage topics."

Learn more