SilkierQuartz icon indicating copy to clipboard operation
SilkierQuartz copied to clipboard

Ask a question, how to set the project to not trigger the task when it is started

Open DavidStrive opened this issue 4 years ago • 3 comments

Ask a question, how to set the project to not trigger the task when it is started

DavidStrive avatar Oct 20 '21 02:10 DavidStrive

It’s not good to start execution before logging in successfully.

DavidStrive avatar Oct 20 '21 05:10 DavidStrive

StartAt()

maikebing avatar Jan 14 '22 16:01 maikebing

Hi, I have the same question. And StartAt seems to want a schedule again so I don't understand the above answer.

I would like to set up some job types that are long running jobs that might need to be started and stopped manually. Because they would be jobs that load data from files into a database I really could not have them just start running with no control. With Quartz I think there is some way to make jobs 'durable' so they don't disappear ?? Would that help at all? Thanks

GoOnYahGoodThing avatar Mar 22 '22 17:03 GoOnYahGoodThing