Jan Lucansky
Jan Lucansky
Still ongoing issue on latest version 2.22.4
Hi, I recently published new alternative web UI. You can manage jobs, triggers, calendars and most of the API which IScheduler provide. It is pluggable into existing OWIN and ASP.NET...
I created Quartzmin with no intention to be used as the universal REST API so it is not as clean and straightforward as it should be. But, as part for...
Hi, Yes I am using Quartzmin successfully with AdoJobStore (Oracle), also confirmed with MS SQL
Hello, It should be reachable on http://*:5000 from remote hosts. Try to turn off proxy or check antivirus config.
Hi, majority of pages are rendered directly on the controllers without REST API so there would have to be separate project solely for REST
Unfortunately REST API is not goal of this project
Hi, I had no plans to implement persistent history store. The idea was rather leave it up to users to provide custom implementation with regards to ORM or database their...
You should specify TenantId or leave WithoutTenantId set to false
Hello, with TCP there is no guarantees that packet boundaries are preserved because TCP is just stream of bytes. Actually any component in your network can segment stream as it...