Joseph Linn
Joseph Linn
I modified your job code slightly as follows (mainly so I wouldn't have to do math): ```java @PersistJobDataAfterExecution @DisallowConcurrentExecution public class WorkingRefreshJob implements Job { // parameter names specific to...
Ah, I see. You've got a `:` in your trigger name. `:` is the default delimiter for the Redis keys used by the jobstore. If you intend to use those...
I'm certainly not opposed to adding support for the OAuth endpoints in the future. I'd like to get all of the non-OAuth REST endpoints covered first, though.