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
If you need to scale up, ability to run the queue as its own server. This should present the same (or nearly the same) interface as the local mode, to make it easy to switch from one to the other.
Workers will be remote processes and communicate to the server over gRPC (maybe normal REST too?)
Use long polling or gRPC streaming here for workers that wait for pending jobs?
The text was updated successfully, but these errors were encountered:
If you need to scale up, ability to run the queue as its own server. This should present the same (or nearly the same) interface as the local mode, to make it easy to switch from one to the other.
Workers will be remote processes and communicate to the server over gRPC (maybe normal REST too?)
Use long polling or gRPC streaming here for workers that wait for pending jobs?
The text was updated successfully, but these errors were encountered: