exq_ui | UI Dashboard for Exq , a job processing | Dashboard library
kandi X-RAY | exq_ui Summary
kandi X-RAY | exq_ui Summary
UI Dashboard for Exq, a job processing library for Elixir. Exq UI provides the UI dashboard to display stats on job processing.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of exq_ui
exq_ui Key Features
exq_ui Examples and Code Snippets
Community Discussions
Trending Discussions on exq_ui
QUESTION
I have built an async job processing app using Elixir exq. The documentation says that I can run the application using both the terminal (with iex -S mix
) or as a standalone application (with mix exq.run
). When I run on the terminal, everything works fine, but when I run the standalone app, I get this message when the jobs are fetched:
ANSWER
Answered 2020-Nov-09 at 15:17As explained in this issue,
you should start the workers with this command:
mix do app.start, exq.run
or just
mix run --no-halt
should work in these cases. The exq.run mix task just starts the exq application, not the main app. The documentation was updated to be clear about this.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install exq_ui
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page