Peace of mind from prototype to production
-
Updated
Sep 1, 2020 - Elixir
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
At, the least "/"
should behave the same as ""
.
When running a CLI command, Initializer's
initialize
lifecycle steps are run, but notstart
... which makes sense. While Redis is connected by thestart
step, the Resque objects (Queue, Scheduler, and Workers) are not.However, in CLI commands, you may want to inspect or modify the queue. We should move the [
await api.resque.startQueue()