Giter Club home page Giter Club logo

solid_queue-app-template's Introduction

Avo 3 Solid Queue template

How to

  1. Add Avo to your app.
  2. Apply this template
  3. Manually add the main_menu items in the avo.rb initializer

Add this to your avo.rb initializer

  config.main_menu = -> {
    section "Dashboards", icon: "dashboards" do
      dashboard :solid_queue
    end

    section "Solid Queue", icon: "queue-list" do
      resource :solid_queue_jobs, label: "Jobs"
      resource :solid_queue_failed_execution, label: "Failed executions"
      resource :solid_queue_processes, label: "Processes"
    end
  }

Screenshots

solid_queue-app-template's People

Contributors

adrianthedev avatar paul-bob avatar

Stargazers

Sebastian Guevara avatar Julian Cheal avatar

Watchers

 avatar  avatar

Forkers

paul-bob

solid_queue-app-template's Issues

Queue Status in Solid queue jobs misleading

Hey @adrianthedev, firstly I got Avo and Avo's Soild Queue setup in minutes, bravo! ๐ŸŽ‰

One thing though as I was also using Solid Queue for the first time, I was making sure it was actually running my jobs, as I'm migrating from using Sidekiq. And for longer than I care to mention I thought Solid Queue wasn't finishing running my jobs.

As you can see there is a nice big badge that says running.
Screenshot 2024-01-08 at 23 09 16

I realised afterwards, that it was related to the queue and not the job, and noticing the finished at time (how I didn't notice that ๐Ÿ™ˆ) I realised they had indeed run.

So I was wondering what you thought to changing this column to be the job status and not the queue_status?

I was just playing around to see if using SolidQueue::ClaimedExecution would work, it kind of does, but we'd then want to check the other execution tables too, and now this got a lot more complicated.

I'm interested to hear your thoughts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.