Replies: 2 comments 1 reply
-
|
@PhenomEY do you have a test case where the scheduler behaves as you described? is should currently work as you wanted it to work, so if that is not the case then it is a bug. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
well i was still using v5.52 - updating to 5.62.2 fixed this |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
i noticed that jobs created through the upsertJobScheduler are running twice in a row.
The first one runs immediately, which is fine but after the creation it runs a second time after completion
how can i prevent this behaviour? the immediately parameter is deprecated so it doesnt work to set it to false.
I want the scheduled job to run immediately after creation but the next execution should follow the given every parameter
Best regards
Beta Was this translation helpful? Give feedback.
All reactions