Skip to content
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

Scheduled commands #936

Merged
merged 7 commits into from
Oct 31, 2021
Merged

Scheduled commands #936

merged 7 commits into from
Oct 31, 2021

Conversation

danielgerlag
Copy link
Owner

Scheduled Commands

Introduces the ability to schedule delayed commands to process a workflow or event, by persisting them to storage.
This is the first step toward removing constant polling of the DB. It also filters out duplicate work items on the queue which is the current problem the greylist tries to solve.
Initial implementation is supported by MongoDb, SQL Server, PostgeSQL, MySQL and SQLite.
Additional support from the other persistence providers to follow.

@danielgerlag danielgerlag merged commit b45525a into master Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant