Crontap / crontap

Schedule recurring API calls without the hassle
https://crontap.com
11 stars 0 forks source link

Feature Request: Auto Detect Cron Syntax #7

Closed francistogram closed 8 months ago

francistogram commented 8 months ago

The default syntax is human readable but it's actually quite common to come with your own cron syntax e.g.

  1. Migrating from a different cron schedule provider
  2. Figuring out the schedule from https://tool.crontap.com/ and then using it

If a string is pasted in that matches a cron syntax would be nice for it to auto switch instead of showing an error

image
danmindru commented 8 months ago

Would it make sense to have Cron syntax as the default here? :)

francistogram commented 8 months ago

Tbh I'd probably use the human readable if I wasn't running into this issue but switching the default would alleviate my problem too but not sure if it's worse for your other customers

danmindru commented 8 months ago

switched the default and added detection :)

https://github.com/Crontap/crontap/assets/1515742/0231a2c9-4b33-4ea5-a427-8f958efb1ebc

danmindru commented 8 months ago

Released in v1.4.1 🎉

francistogram commented 8 months ago

Hell yea, y'all are quick!