hey everyone, I was following the scheduling tutorial here: http://immutant.org/documentation/2.1.0/apidoc/guide-scheduling.html
and got an exception when I tried (schedule job)
- "Wrong number of args (4) passed to util/auto-flush/fn--738"
I haven't changed anything in the tutorial 😕
the log says: ERROR [org.quartz.core.JobRunShell] (scheduling-worker-1)
I have no idea where it's coming from, just wondering if anyone else had this same error
bsima: can you gist the full stack?
uh sure, give me a minute. I've gotta re-create my setup (it happened a few hours ago)
@tcrawley: https://gist.github.com/bsima/e53776c8267fad221c7f
I didn't notice the NOT STARTED
earlier. Does that have something to do with it?
@bsima: that looks like some weird interaction with boot, I think something is trying to call https://github.com/boot-clj/boot/tree/2.3.0/boot/pod/src/boot/util.clj#L177 with too may arguments
the NOT_STARTED is unrelated, that just means the scheduler isn't auto-started on creation, but when needed
oooh
and that's being called by something in nrepl
err, cider.nrepl, that is
@bsima: I just saw you asked the same ? in irc, mind if we move this discussion there?
okay, meet you there
thanks!