dkron
dkron copied to clipboard
Allow Capital alphabets for scheduler name.
We want to attach object IDs to the scheduler name , which is basically alphanumeric characters consisting of both capital and small letters.
Right now, scheduler name is not accepting capital letters. It would be easier for debugging if we attach the Id, so this feature would be very useful for us and others as well.
Great work btw :) , thank you for doing this.
If it's for debugging purposes, would it be a solution to put the object ID in the displayname
instead of the name
?
displayname
accepts just about anything.
okay will try that, but any reason as to why this is not allowed?
Hey @suriya-xflowpay, it's because ids are intended to be like internal ids and url friendly, could have used UUIDs honestly, but not worth the change at this point.
Also take a look to meta data https://dkron.io/docs/usage/metatags