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
I was having the same issue. The input for schedule was being used as the repeatAt which some people may want, but that's not what I wanted so I forked this repo to lineups-io/agendash and fixed this. Feel free to use it if you want.
I want to schedule a job to an exact time each day.
I am filling in both the "schedule" and "repeat every" inputs. E.g.
Expected result:
Run the job at schedule time
Then repeat the job every day at that scheduled time.
Observed behavior:
The job starts running immediately
The job will be repeated every day at that time, disregarding scheduled time input.
Overall it seems when I fill in "repeat every" field, my input is ignored for the "Schedule".
The text was updated successfully, but these errors were encountered: