[PR #23] [MERGED] Added messaging for sleep time if HOURS_VERBOSE to give insight into when next check will be #56

Closed
opened 2026-02-27 20:05:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/misiektoja/instagram_monitor/pull/23
Author: @tomballgithub
Created: 12/18/2025
Status: Merged
Merged: 12/18/2025
Merged by: @misiektoja

Base: mainHead: hours_fix2


📝 Commits (2)

  • f329f5e Added messaging for sleep time if HOURS_VERBOSE to give insight into when next check will be
  • 31c06af Merge branch 'main' into hours_fix2

📊 Changes

1 file changed (+16 additions, -0 deletions)

View changed files

📝 instagram_monitor.py (+16 -0)

📄 Description

I found it very useful to include a sleep-time message when using HOURS_VERBOSE to understand when the next CHECK_POSTS_IN_HOURS_RANGE window will be evaluated.

I forget to hit send for this last commit on previous PR.

Example text:

* BeHuman: simulation start
* BeHuman #1: explore feed peek OK
* BeHuman #2: viewed own profile OK
* BeHuman #4: visited followee mia.bunnni OK
* BeHuman: simulation stop

Timestamp:              Tue 16 Dec 2025, 10:48:48
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────
*** Sleeping for: 1.5 hours @ 10:48:48
*** Skipping Updates. Current Hour: 12. Allowed hours: [9, 10, 21, 22]
*** Sleeping for: 1.0 hours @ 12:16:50
*** Skipping Updates. Current Hour: 13. Allowed hours: [9, 10, 21, 22]
*** Sleeping for: 1.2 hours @ 13:16:53
*** Skipping Updates. Current Hour: 14. Allowed hours: [9, 10, 21, 22]
*** Sleeping for: 1.4 hours @ 14:29:31
*** Skipping Updates. Current Hour: 15. Allowed hours: [9, 10, 21, 22]
Liveness check, timestamp:      Tue 16 Dec 2025, 15:51:05
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────
*** Sleeping for: 1.5 hours @ 15:51:05
*** Skipping Updates. Current Hour: 17. Allowed hours: [9, 10, 21, 22]
*** Sleeping for: 1.1 hours @ 17:20:43
*** Skipping Updates. Current Hour: 18. Allowed hours: [9, 10, 21, 22]
*** Sleeping for: 1.3 hours @ 18:29:43
*** Skipping Updates. Current Hour: 19. Allowed hours: [9, 10, 21, 22]
*** Sleeping for: 1.1 hours @ 19:45:16
*** Skipping Updates. Current Hour: 20. Allowed hours: [9, 10, 21, 22]
*** Sleeping for: 1.4 hours @ 20:50:31
*** Fetching Updates. Current Hour: 22. Allowed hours: [9, 10, 21, 22]
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────
* BeHuman: simulation start
* BeHuman #1: explore feed peek OK
* BeHuman #2: viewed own profile OK
* BeHuman: simulation stop

Timestamp:              Tue 16 Dec 2025, 22:18:14
────────────────────────────────────────────────────────

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/misiektoja/instagram_monitor/pull/23 **Author:** [@tomballgithub](https://github.com/tomballgithub) **Created:** 12/18/2025 **Status:** ✅ Merged **Merged:** 12/18/2025 **Merged by:** [@misiektoja](https://github.com/misiektoja) **Base:** `main` ← **Head:** `hours_fix2` --- ### 📝 Commits (2) - [`f329f5e`](https://github.com/misiektoja/instagram_monitor/commit/f329f5e30c0203be16e2081ab7eefee241eb7dfa) Added messaging for sleep time if HOURS_VERBOSE to give insight into when next check will be - [`31c06af`](https://github.com/misiektoja/instagram_monitor/commit/31c06af1613cb6495d3bd5bfbefc273d66587e87) Merge branch 'main' into hours_fix2 ### 📊 Changes **1 file changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `instagram_monitor.py` (+16 -0) </details> ### 📄 Description I found it very useful to include a sleep-time message when using HOURS_VERBOSE to understand when the next CHECK_POSTS_IN_HOURS_RANGE window will be evaluated. I forget to hit send for this last commit on previous PR. Example text: ``` * BeHuman: simulation start * BeHuman #1: explore feed peek OK * BeHuman #2: viewed own profile OK * BeHuman #4: visited followee mia.bunnni OK * BeHuman: simulation stop Timestamp: Tue 16 Dec 2025, 10:48:48 ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── *** Sleeping for: 1.5 hours @ 10:48:48 *** Skipping Updates. Current Hour: 12. Allowed hours: [9, 10, 21, 22] *** Sleeping for: 1.0 hours @ 12:16:50 *** Skipping Updates. Current Hour: 13. Allowed hours: [9, 10, 21, 22] *** Sleeping for: 1.2 hours @ 13:16:53 *** Skipping Updates. Current Hour: 14. Allowed hours: [9, 10, 21, 22] *** Sleeping for: 1.4 hours @ 14:29:31 *** Skipping Updates. Current Hour: 15. Allowed hours: [9, 10, 21, 22] Liveness check, timestamp: Tue 16 Dec 2025, 15:51:05 ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── *** Sleeping for: 1.5 hours @ 15:51:05 *** Skipping Updates. Current Hour: 17. Allowed hours: [9, 10, 21, 22] *** Sleeping for: 1.1 hours @ 17:20:43 *** Skipping Updates. Current Hour: 18. Allowed hours: [9, 10, 21, 22] *** Sleeping for: 1.3 hours @ 18:29:43 *** Skipping Updates. Current Hour: 19. Allowed hours: [9, 10, 21, 22] *** Sleeping for: 1.1 hours @ 19:45:16 *** Skipping Updates. Current Hour: 20. Allowed hours: [9, 10, 21, 22] *** Sleeping for: 1.4 hours @ 20:50:31 *** Fetching Updates. Current Hour: 22. Allowed hours: [9, 10, 21, 22] ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── * BeHuman: simulation start * BeHuman #1: explore feed peek OK * BeHuman #2: viewed own profile OK * BeHuman: simulation stop Timestamp: Tue 16 Dec 2025, 22:18:14 ──────────────────────────────────────────────────────── ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:05:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/instagram_monitor#56
No description provided.