dkron icon indicating copy to clipboard operation
dkron copied to clipboard

Allow Capital alphabets for scheduler name.

Open suriya-xflowpay opened this issue 2 years ago • 2 comments

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.

suriya-xflowpay avatar Sep 15 '22 17:09 suriya-xflowpay

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.

yvanoers avatar Sep 15 '22 19:09 yvanoers

okay will try that, but any reason as to why this is not allowed?

suriya-xflowpay avatar Sep 15 '22 20:09 suriya-xflowpay

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

vcastellm avatar Mar 11 '23 23:03 vcastellm