-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Cleanup and visibility enhancement #112
Comments
Can we simplify the NotificationQ The current logic looks at both PersistentBus The current logic is similar except the Note that for inflight queue, => Based on this, it seems we could remove |
Can we add some information about processing time? One challenge here is to define what we want to measure:
Implementing this means we would need a new field in the history table. Additionally it would be great to add a |
Can we link REAPED entries - right now, a new entry is inserted with the same |
Can we provide a mechanism to pause the reaper - e.g as we insert a lot of entries at once such as during a migration, and where default settings don't make sense? |
Can we easily export the runtime config for the queue - bus + notification ? |
This task is to track some enhancements we could do on 0.24.x release
The text was updated successfully, but these errors were encountered: