Why is there a limit for rule name lengths?

3X_6_1_61d14ba01a503edf90d439f91c4077551296c55e.png

This seems very unnecessary.

Solved Solved
1 6 183
1 ACCEPTED SOLUTION

Hi Marc,

The length limit is imposed because the rule name you specify is concatenated with other values such as the AppId to form the full rule name. The full rule name was stored in a Hangfire SQL table which had a Hangfire imposed field length limit for the full rule name. That left 49 characters that you could specify.

View solution in original post

6 REPLIES 6
Top Labels in this Space