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
As of now, simple and channeled tasks are all handled in the same flow and within the same query.
This has negative impact on both task types as well as affect the throughput of the queue in general.
Probably the easiest way to cope with this will be to have a whole different handling for a simple tasks: DB meta-table, own dispatcher thread etc.
The text was updated successfully, but these errors were encountered:
As of now, simple and channeled tasks are all handled in the same flow and within the same query.
This has negative impact on both task types as well as affect the throughput of the queue in general.
Probably the easiest way to cope with this will be to have a whole different handling for a simple tasks: DB meta-table, own dispatcher thread etc.
The text was updated successfully, but these errors were encountered: