reugn/go-quartz

Persistent Job store

gedw99 opened this issue · 4 comments

Is there a storage layer for this ?

I was thinking of adding a JSON based storage and some sort of web based gui to configure that json.

essentially it’s really a config .

then there is the question of if the config is changed via the Jain , how we update the running program without restarting .

what do you think ?

Do you have other plans for this area perhaps ?

reugn commented

I don't think I understand the question. If you're asking about a persistent Job store, there is none yet. I would think about an interface and various DB implementations.

Yes that’s what I was asking about.

Sorry if I did not make that clear.

you may want to consider Ent but as you know there are a myriad of options :)

https://github.com/ent/ent

Exporting the job list is already possible.

A job store should not be bundled in this package to limit dependencies.

Exporting the job list is already possible.

A job store should not be bundled in this package to limit dependencies.

OK good to know.