Ruturaj Mohite

Results 46 comments of Ruturaj Mohite

> @espetoet, If you are talking about 'user>shell', then I am still not able to access it. > > I was working on it yesterday but could not find anything....

Hey, has this issue been fixed? Because the names appear fine(dont overlap with the buttons) when I ran mapknitter locally

> Sure, although my consul pods don't come up, they stay on pending. I still don't know why. Let me incorporate that new workflow for now. You can check what...

@vedant-jain03 I don't see the suggested tags. Am I missing something? ![Screenshot from 2022-10-04 23-42-29](https://user-images.githubusercontent.com/53974118/193894490-e363fd95-d2d5-4b6b-b531-3b73050367e9.png)

Sure, we could use a better looking 404 page

@abhishalya Can you please take a look at this

> @gr455 You just changed the PR title, please fix the commit as well, as suggested by @KVGarg Does it look good now?

> > Does it look good now? > > @gr455 I don't suppose you changed anything after my latest comment, right? Please amend the commit using `git commit --amend` and...

What value of max_retries is expected? Also what should be an optimal backoff_factor value for the retries? Also what is to be done if error code persists after max_retries?

If max_retries is hit and the error code persists, a RetryError is raised which is causing the pytest to fail. How do I handle the pytest failing?