Repeat Continuations

I’m looking for a way to generate multiple continuations. Specifically, I would like to repeat the same job over and over once it completes.

I would also like to have available the parent jobs details (like start time) in the continuation.

I realize there are some workarounds - like having the job enqueue itself again - but it’s not always the case I want to repeat the job and don’t like having the job queuing itself.