dgarnitz
dgarnitz
Thanks for linking that @OlivierCavadenti! Any chance you want to implement this upgrade for us? We would really value your contribution!
Go for it!
Let me know if I can help!
@datgerhardt Can you provide me with more context around the bug you ran into? Perhaps some screenshots or a code snippet
I recently added a basic retry mechanism to the `worker.py` in [this PR here](https://calendly.com/david-vectorflow). Its a naive implementation of retry, where the system retries a `batch` up to 3 times...
Are you running stale code? have you tried pulling, rebuilding the images and re-running the containers? There is logic to return different types of 400 errors for those scenarios
@antondubek a larger problem beyond this is how return errors to the user that have occurred deeper in the system. since its a distributed system, we would have to write...
@antondubek we will resolve this issue with this one here - https://github.com/dgarnitz/vectorflow/issues/88
Hey thanks for your interest in this task. Yes, the goal is to remove that duplicate method from those locations and move it into the shared location. `shared/utils.py` is good...
@Aleksandir I see you opened a PR for it - great work! Really appreciate it!! Make sure you rebase the new code that just merged. Its quite a big merge,...