-
Notifications
You must be signed in to change notification settings - Fork 267
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
Sequence Queueing Issues #1112
Comments
@RickCarlino I had a play with this. A) Using the
B) Running a device client using CeleryScript RPC over MQTT
Do the Sequences Use-Cases ( Stories :) allow for Canceling a running Sequence ? |
Thanks so much for doing the research, @jsimmonds2 ! This is 100% still a bug, but it is good to know that it is confined to edge cases.
This is possible via
It's been a while since I've looked into this part of the app, and its not how I typically use my device so I will need to give it a look. I have a hunch that we designed queueing as the intended default behavior, if memory serves me correct. Will need to investigate further. Details to follow |
I can confirm this happens when running two sequences from the I was running (via The expected behaviour was that it would either perform that sequence after finishing the current running one, OR it would abort the current running one immediately to start the triggered one. The observed behaviour was that FarmBot now started ping-ponging between coordinates and taking normal photos and plant detection photos (and getting them mixed up in the process). |
Forum user
dmbgo
states that executing a sequence while one is already running causes unexpected behavior. Link to original forum post.The text was updated successfully, but these errors were encountered: