-
Notifications
You must be signed in to change notification settings - Fork 35
Flexibility in scheduling the job #32
Comments
Hi agllno, Currently we don't support one time job out of the box. You can consider implementing your job runner to update your job config to disable the job, or delete the job from your job index. Hope this helps. |
@zengyan-amazon we're also quite in need for the one time job scheduling, would be great to have these. Thanks |
@zengyan-amazon can you please clarify on second point as well |
@agllno , sorry for missing the second point. the job scheduler doesn't support executing job immediately after scheduling. You can create a feature request for it, and also you are welcome to contribute to this feature. Meanwhile, if you want to trigger something immediately, maybe you can consider implementing it as an API. |
Hi @agllno and @JackRyanson, Curious what the use case is for one time job scheduling that you have. Thanks, |
@dbbaughe one time data enrichment triggered on the user side. E.g. NLP this document set, or lenghty computations e.g. an advanced algorithm that produces results in an index. |
Ah so a manually started job from user side? Thanks |
Sorry for the late reply. |
@agllno @dbbaughe sorry for the reply yes those use cases are correct. Say i have 10M textual document and an NLP service. I want to launch a job that for each document in the 10M indexes performs an NLP analysis and may create more documents in other indexes (E.g. update specific other indexes according to the entities that were found). .. as well as reindex the original document. This would be a one off, this should start immediately. This should be a job (i can see its status, cancel it etc) Would this make sense (or instead be something for which you think one should use the basic reindex api in combination with pipeline operators?) do you see yourself adding this capability anytime soon? highly needed in our project here. thanks |
Closing in favor of: opensearch-project/job-scheduler#97 |
If these options are already available , please update the documentation with relevant examples
The text was updated successfully, but these errors were encountered: