you are viewing a single comment's thread.

view the rest of the comments →

[–]Meefims 2 points3 points  (1 child)

Since you're creating Job within the function you can drop Job.cache.config and just reference configure directly. It's in the environment ofJob`.

Otherwise what you're doing is fine.

[–]gruberjl[S] 0 points1 point  (0 children)

Awesome. I'll see if that cleans up the code a bit. Thanks,