boomerang-io / community

The Boomerang community, roadmap, planning, and architecture repository. The central place for information on joining, contributing, and governance.
https://useboomerang.io
Apache License 2.0
11 stars 0 forks source link

When scheduler toggle is active, creating a schedule is added as disabled but the scheduled instances are runned #350

Open morarucostel opened 2 years ago

morarucostel commented 2 years ago

Describe the bug

Trying to create a scheduled execution is adding the entry as disabled. If the end-user goes to the Configure tab and enables the Scheduler toggle, and then goes to the Schedule tab, adding any entry in the calendar will be added as inactive (seen in the picture attached here in the To Reproduce). The scheduled execution is still being triggered.

image

What project does this issue relate to?

Boomerang Flow

To Reproduce

Results:

The schedule is added as disabled although the execution is happening at the configured time. Example below is Run Once.

image

Environment

Flow: 3.8.0

Additional Contenxt

No response

morarucostel commented 2 years ago

Hey @timrbula , @tlawrie

As seen below, all the call to the backend are successfully done, just that the entry in the calendar appears as disabled.

image
tlawrie commented 2 years ago

Hi @morarucostel can you inspect the schedule create call to see what its sending in the payload. And also check the DB for what was created in the model.

This will help narrow down whether

timrbula commented 2 years ago

@morarucostel Are you able to do the above further investigation?