Allow access to update/view/create supervisor configuration
I'm currently using Symfony for my application and really like supervisor to consume messages I need to process.
The problem I have at the moment is the UI is very Laravel orientated not giving much flexibility.
I currently need to contact support every time I need to create, update or view existing processes which can be time consuming.
Can we grant an advanced option to allow us to configure our own processes?
5
votes
-
Marc FARRE commented
This is problematic for the majority of web apps, as Laravel is very restrictive.
We also need to configure it via the REST API.