Skip to content

Instantly share code, notes, and snippets.

@joakimk
Last active November 2, 2015 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joakimk/fdc74c3768bacb8baee7 to your computer and use it in GitHub Desktop.
Save joakimk/fdc74c3768bacb8baee7 to your computer and use it in GitHub Desktop.
Toniq admin UI ideas

What type of app?

A web UI, maybe a phoenix app, or something simpler.

Basic version: list failed jobs, allow you to retry or delete them.

Toniq.failed_jobs Toniq.retry(job) Toniq.delete(job)

Security

  • Okay: Configurable basic auth.
  • Better: Use the host application authentication, a plug somehow?

More

  • Live updating info would be cool :)
  • Live updating stats on pending and running jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment