Skip to content
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

user input for both "Schedule" and "Repeat every" #83

Open
yavuzmester opened this issue Jun 28, 2018 · 1 comment
Open

user input for both "Schedule" and "Repeat every" #83

yavuzmester opened this issue Jun 28, 2018 · 1 comment

Comments

@yavuzmester
Copy link

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.

Schedule: 2018-06-28T13:00:00.000Z
Repeat Every: one day

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".

@lablancas
Copy link

lablancas commented Jul 6, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants