Replies: 1 comment
-
What about using a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Thanks for the good library.
I am planning to use db-scheduler in my project. I have a use case to display the created schedules in my web interface with grouping based on user who created the schedule.
I didn't find any option in the library address this requirement.
I am planning do custom HTTP API with below steps to meet the requirement,
user
inscheduled_tasks
user
column by parsing task_data. while creating schedule user added in task datascheduled_tasks
with query filterCould you review this approach and provide feedback ? If any other out of the box approach please share the details.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions