jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Server-side support for event driven notebook execution

Open andrii-i opened this issue 2 years ago • 1 comments

Problem

Currently there is no way to trigger a notebook execution other than executing it manually or relying on job definition to execute it on schedule.

Proposed Solution

Server-side support for event driven notebook execution. Trigger jobs based on S3 upload, etc. Define and reuse triggers.

andrii-i avatar Jul 26 '23 02:07 andrii-i

Hi @andrii-i,

Just wanted to let you know that I came looking for related functionality. In my case I wanted to trigger the execution of a notebook/job using a http request. Or alternatively on an AMQP message event.

MattiasDC avatar Feb 20 '25 08:02 MattiasDC