-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More complex examples #288
Comments
Hi @geopet85 , Thanks for the kind words and for sharing your feedback! It’s awesome to hear you’re using PGQueuer for your ETL project.
Appreciate the suggestions! If you’ve got specific ideas or use cases in mind, let me know, and I’ll see what I can do. Cheers, |
I think the biggest issue I had so far was handling of db restarts. The pgqueuer couldn't reconnect or tasks were stuck on picked state (because db restart was in the middle of a task run) and couldn't move forward or reset anyhow except with manual intervention. I saw that you try to address those in other PRs, feel free to include proper examples in the documentation or examples about it. As for the CLI, I believe a |
Hi, thank you for the efforts you put on the project. I personally use it for a toy ETL project I am currently working on, but I think more complex examples and topics are needed to convince people to start using it. 😄
Some suggestions:
RetryWithBackoffEntrypointExecutor
? The documentation page seems incomplete without one.The text was updated successfully, but these errors were encountered: