mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 22:35:49 +03:00
[GH-ISSUE #46] Using web dashboard to manually initiate a recheck should override CHECK_POSTS_IN_HOURS_RANGE #32
Labels
No labels
Stale
Stale
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/instagram_monitor#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomballgithub on GitHub (Jan 17, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/46
Using web dashboard, I initiated a 'recheck'. I am using DETAILED_FOLLOWER_LOGGING. I expected it to refetch everything and do a new compare. However, it immediately said 'completed' and in the log it skipped the update because of not being within CHECK_POSTS_IN_HOURS_RANGE
I think a manual recheck should override the CHECK_POSTS_IN_HOURS_RANGE setting.
If not, there MUST be some type of message or warning.
I don't see a way to edit any of the CHECK_POSTS_IN_HOURS_RANGE settings, so it's not like you could go disable it for a moment (which introduces risk of user not setting it back)