You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw the shell reporter firing even when there were no changes to the pages I'm monitoring, so I tried disabling all jobs, and it still keeps firing:
$ urlwatch --verbose
2025-01-06 21:35:41,828 cli INFO: turning on verbose logging mode
2025-01-06 21:35:41,833 minidb DEBUG: PRAGMA table_info(CacheEntry)
2025-01-06 21:35:41,834 main INFO: Using .../urls.yaml as URLs file
2025-01-06 21:35:41,834 main INFO: Using .../hooks.py for hooks
2025-01-06 21:35:41,834 main INFO: Using .../cache.db as cache database
2025-01-06 21:35:41,835 main INFO: Found 2 jobs
2025-01-06 21:35:41,836 worker DEBUG: Processing 0 jobs (out of 2)
2025-01-06 21:35:41,836 reporters INFO: Submitting with stdout (<class 'urlwatch.reporters.StdoutReporter'>)
2025-01-06 21:35:41,836 reporters INFO: Submitting with shell (<class 'urlwatch.reporters.ShellReporter'>)
I saw the
shell
reporter firing even when there were no changes to the pages I'm monitoring, so I tried disabling all jobs, and it still keeps firing:This is the relevant part of my config:
Is this expected behavior or am I missing something?
The text was updated successfully, but these errors were encountered: