Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally emit created for existing files on start up #1010

Open
davetapley opened this issue Oct 2, 2023 · 0 comments
Open

Optionally emit created for existing files on start up #1010

davetapley opened this issue Oct 2, 2023 · 0 comments

Comments

@davetapley
Copy link

It looks like there's some existing appetite for such a feature:

My use case:

I have APScheduler jobs defined in files, and the callback to get the job started is the same whether the file is present at start up or created later. So it would simplify things if Watchdog could emit an on_created for files present on startup, and my code didn't need to care whether the file was present at start up or created afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant