You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. Managing events (One-off/Recurring/Processed) is inefficient due to no column sorting (e.g., scheduled_time). Manual scanning wastes time, especially with large datasets.
Describe the solution you'd like
Add ascending/descending sorting to all event tables:
One-off: Sort by scheduled_time, created_at, tries.
Processed: Sort by processed_at,
Why This Matters
Saves time: Quickly find delayed or failed events
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
Yes. Managing events (One-off/Recurring/Processed) is inefficient due to no column sorting (e.g., scheduled_time). Manual scanning wastes time, especially with large datasets.
Describe the solution you'd like
Add ascending/descending sorting to all event tables:
One-off: Sort by scheduled_time, created_at, tries.
Processed: Sort by processed_at,
Why This Matters
The text was updated successfully, but these errors were encountered: