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
Currently all tasks are being processed at once. This becomes an issue with concurrency.
We need to move to a runner style system where tasks are queued then processed.
This should also allow scope for peristent tasks that are stored in a db, which could be polled allowing the agent to create future tasks outside of runtime memory.
The text was updated successfully, but these errors were encountered:
Currently all tasks are being processed at once. This becomes an issue with concurrency.
We need to move to a runner style system where tasks are queued then processed.
This should also allow scope for peristent tasks that are stored in a db, which could be polled allowing the agent to create future tasks outside of runtime memory.
The text was updated successfully, but these errors were encountered: