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
First change, rake task is run once
Second change of the same file, rake task is run twice (interleaved)
Third change of the same file, rake task is run thrice (interleaved as well)
Should it not be run once per change?
Is there a way to run a task exclusively. So to wait and run it, when the first invoked process finished?
The text was updated successfully, but these errors were encountered:
First change, rake task is run once
Second change of the same file, rake task is run twice (interleaved)
Third change of the same file, rake task is run thrice (interleaved as well)
Should it not be run once per change?
Is there a way to run a task exclusively. So to wait and run it, when the first invoked process finished?
The text was updated successfully, but these errors were encountered: