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:
Hi @SHABIN-K, I am looking into this enhancement, I am new to this project, but I have look into the front-end and back-end code and seems that the developer didn't implement the sorting function in both side.
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: