Can we make the license key authentication process retry if it fails? Rather than try once then never re-try. Becomes an issue for server-restarts when we sleep and the server gets the dodgy 500 error but once you relaunch the server it’ll work fine.
Can’t you instead make your ‘server-restarts’ process retry if it fails? Much simpler.
2 Likes
Agreed. We also implemented this ‘feature’ and we do not have any problems whatsoever. Easy job.