Basically, I have a number of use cases that really require more flexible scheduling then can be achieved with the apscheduler CronTrigger.
Since the project is using apscheduler internally, it's fairly easy to add the ability to add jobs with custom triggers, but going to the web-ui causes the server to throw an exception.
It'd be nice to support other trigger types for display, if not necessarily adding via the web interface.
Basically, I have a number of use cases that really require more flexible scheduling then can be achieved with the apscheduler CronTrigger.
Since the project is using apscheduler internally, it's fairly easy to add the ability to add jobs with custom triggers, but going to the web-ui causes the server to throw an exception.
It'd be nice to support other trigger types for display, if not necessarily adding via the web interface.