Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: single worker in development install (frappe#1392)
Most developers don't need 3 separate workers in development. This changes procfile to use single worker to consume from all queues in development. Pros: - Lighter development setups Cons: - Not "equivalent to production" - not required in most cases so eh. You can still edit procfile to start whatever process you want anyway.
- Loading branch information