Replies: 1 comment 1 reply
-
this already fixed on v3 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version: Vito 2
After I started using Vito and migrated some sites over, I noticed a few challenges, at least for me, and I suspect I'm not alone particularly when it comes to managing Cron Jobs and Workers.
A Cron Job or worker often belongs to a specific site, but in Vito they exist at the server level, which makes sense architecturally. However, it would be a great feature to have the ability to group, label, or otherwise associate a command or worker with a particular site.
Right now, I have over 10 sites on a single server, each with 2-3 Cron Jobs and 2–3 workers. It’s quite difficult to get a clear overview of which Cron Jobs and workers are associated with which site.
Cron Jobs specific
Also, I've noticed that it's not possible to see the full command unless hovering. Thinking of a way to show more of the command / workername. Since most of the list just show the "PHP.. and the folder mapping" so the command itself rarely gets shown, atleast for me:
See example:

Worker specific

Like with Cron Jobs it's kinda the same challenge for workers, however here we see even less:
So to summerize idea(s):
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions