|
3923
|
77
|
31
|
2026-04-12T13:31:07.398842+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-12/1776 /Users/lukas/.screenpipe/data/data/2026-04-12/1776000667398_m1.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
More options for Screenpipe query capabilities and usage
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
Reminders summary and management
Reminders summary and management
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
More options for Screenpipe query capabilities and usage
how to query screenpipe. WHat queries can i make to laverage fully form the app
11 Apr
Retry
Edit
Copy
Relevant chats
Relevant chats
Here's a full breakdown of how to query Screenpipe, both via its REST API and via MCP:
REST API (localhost:3030)
REST API (localhost
:3030
)
The main query endpoint:
Copy to clipboard
bash
GET http://localhost:3030/search
Core parameters
Core parameters
Param
Values
Notes
q
any text
Full-text search across OCR + audio
content_type
ocr
,
audio
,
all
Default:
all
limit
integer
Results to return
offset
integer
Pagination
start_time
ISO 8601
e.g.
2026-04-11T09:00:00
end_time
ISO 8601
e.g.
2026-04-11T18:00:00
app_name
string
e.g.
PhpStorm
,
Slack
,
Arc
window_name
string
Window title substring match
min_length
integer
Min chars in result
speaker_ids
array
For audio — filter by speaker
Param
q
content_type
limit
offset
start_time
end_time
app_name
window_name
min_length
speaker_ids
Values
any text
ocr
,
audio
,
all
integer
integer
ISO 8601
ISO 8601
string
string
integer
array
Notes
Full-text search across OCR + audio
Default:
all
Results to return
Pagination
e.g.
2026-04-11T09:00:00
e.g.
2026-04-11T18:00:00
e.g.
PhpStorm
,
Slack
,
Arc
Window title substring match
Min chars in result
For audio — filter by speaker
Param
Values
Notes
Example queries
Example queries
"What was I doing this morning?"
Copy to clipboard
bash
curl
"http://localhost:3030/search?content_type=all&start_time=2026-04-11T08:00:00&end_time=2026-04-11T12:00:00&limit=50"
"What code was in PhpStorm today?"
Copy to clipboard
bash
curl
"http://localhost:3030/search?content_type=ocr&app_name=PhpStorm&start_time=2026-04-11T00:00:00&limit=100"
"What did I read in Slack about deployments?"
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=deployment&app_name=Slack&content_type=ocr"
"What was on screen around 3pm?"
Copy to clipboard
bash
curl
"http://localhost:3030/search?start_time=2026-04-11T14:55:00&end_time=2026-04-11T15:05:00&content_type=all"
Other endpoints
Other endpoints
Copy to clipboard
bash
# Health check
GET /health
# List all frames (raw, no search)...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Screenpipe query capabilities and usage","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminders summary and management","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminders summary and management","depth":22,"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe query capabilities and usage","depth":14,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":16,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Screenpipe query capabilities and usage","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to query screenpipe. WHat queries can i make to laverage fully form the app","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"11 Apr","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Relevant chats","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Relevant chats","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Here's a full breakdown of how to query Screenpipe, both via its REST API and via MCP:","depth":20,"role_description":"text"},{"role":"AXHeading","text":"REST API (localhost:3030)","depth":19,"role_description":"heading"},{"role":"AXStaticText","text":"REST API (localhost","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":3030","depth":20,"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"The main query endpoint:","depth":20,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"GET http://localhost:3030/search","depth":22,"role_description":"text"},{"role":"AXHeading","text":"Core parameters","depth":19,"role_description":"heading"},{"role":"AXStaticText","text":"Core parameters","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Param","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Values","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Notes","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"any text","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Full-text search across OCR + audio","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Default:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"integer","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Results to return","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"integer","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Pagination","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"e.g.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-11T09:00:00","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"e.g.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-11T18:00:00","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"e.g.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"PhpStorm","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"window_name","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Window title substring match","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"min_length","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"integer","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Min chars in result","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"speaker_ids","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"array","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"For audio — filter by speaker","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Param","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"window_name","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"min_length","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"speaker_ids","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Values","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"any text","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"integer","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"integer","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"integer","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"array","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Notes","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Full-text search across OCR + audio","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Default:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Results to return","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Pagination","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"e.g.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-11T09:00:00","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"e.g.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-11T18:00:00","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"e.g.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"PhpStorm","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Window title substring match","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Min chars in result","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"For audio — filter by speaker","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Param","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Values","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Notes","depth":22,"role_description":"text"},{"role":"AXHeading","text":"Example queries","depth":19,"role_description":"heading"},{"role":"AXStaticText","text":"Example queries","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"What was I doing this morning?\"","depth":21,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?content_type=all&start_time=2026-04-11T08:00:00&end_time=2026-04-11T12:00:00&limit=50\"","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"\"What code was in PhpStorm today?\"","depth":21,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?content_type=ocr&app_name=PhpStorm&start_time=2026-04-11T00:00:00&limit=100\"","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"\"What did I read in Slack about deployments?\"","depth":21,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=deployment&app_name=Slack&content_type=ocr\"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"\"What was on screen around 3pm?\"","depth":21,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?start_time=2026-04-11T14:55:00&end_time=2026-04-11T15:05:00&content_type=all\"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"Other endpoints","depth":19,"role_description":"heading"},{"role":"AXStaticText","text":"Other endpoints","depth":20,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"# Health check","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"GET /health","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"# List all frames (raw, no search)","depth":22,"role_description":"text"}]...
|
8422323150686594788
|
-8334190118068519822
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
More options for Screenpipe query capabilities and usage
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
Reminders summary and management
Reminders summary and management
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
More options for Screenpipe query capabilities and usage
how to query screenpipe. WHat queries can i make to laverage fully form the app
11 Apr
Retry
Edit
Copy
Relevant chats
Relevant chats
Here's a full breakdown of how to query Screenpipe, both via its REST API and via MCP:
REST API (localhost:3030)
REST API (localhost
:3030
)
The main query endpoint:
Copy to clipboard
bash
GET http://localhost:3030/search
Core parameters
Core parameters
Param
Values
Notes
q
any text
Full-text search across OCR + audio
content_type
ocr
,
audio
,
all
Default:
all
limit
integer
Results to return
offset
integer
Pagination
start_time
ISO 8601
e.g.
2026-04-11T09:00:00
end_time
ISO 8601
e.g.
2026-04-11T18:00:00
app_name
string
e.g.
PhpStorm
,
Slack
,
Arc
window_name
string
Window title substring match
min_length
integer
Min chars in result
speaker_ids
array
For audio — filter by speaker
Param
q
content_type
limit
offset
start_time
end_time
app_name
window_name
min_length
speaker_ids
Values
any text
ocr
,
audio
,
all
integer
integer
ISO 8601
ISO 8601
string
string
integer
array
Notes
Full-text search across OCR + audio
Default:
all
Results to return
Pagination
e.g.
2026-04-11T09:00:00
e.g.
2026-04-11T18:00:00
e.g.
PhpStorm
,
Slack
,
Arc
Window title substring match
Min chars in result
For audio — filter by speaker
Param
Values
Notes
Example queries
Example queries
"What was I doing this morning?"
Copy to clipboard
bash
curl
"http://localhost:3030/search?content_type=all&start_time=2026-04-11T08:00:00&end_time=2026-04-11T12:00:00&limit=50"
"What code was in PhpStorm today?"
Copy to clipboard
bash
curl
"http://localhost:3030/search?content_type=ocr&app_name=PhpStorm&start_time=2026-04-11T00:00:00&limit=100"
"What did I read in Slack about deployments?"
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=deployment&app_name=Slack&content_type=ocr"
"What was on screen around 3pm?"
Copy to clipboard
bash
curl
"http://localhost:3030/search?start_time=2026-04-11T14:55:00&end_time=2026-04-11T15:05:00&content_type=all"
Other endpoints
Other endpoints
Copy to clipboard
bash
# Health check
GET /health
# List all frames (raw, no search)...
|
NULL
|
|
25929
|
552
|
46
|
2026-04-15T13:06:10.828146+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776258370828_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoEDHomeActivity..•More+HistoryW +SlackFileEditViewGoEDHomeActivity..•More+HistoryWindowHelp→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product _launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesStoyan TanevVesGalya DimitrovaAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova0. Nikolay Nikolov2 Galya Dimitrova, Ni...ii: AppsToastJira CloudGoogle Cale...# releases8 22Messagesnewdou+O Files• Bookmarksv 2 new messagesGitHub APP3:28 PM7 new commits pushed tomaster by nikolay-yankovNew24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow more( jiminny/app Added by GitHubCircleCl APP3:53 PMDeployment Successful!Project: appWhen:04/15/202612:53:30Tag:View JobMessage #releases+AaSprint Review • nowActivity MonitorAll ProcessesProcess NameSprint Reviewnow • 16:00-16:30BoosteroidWindowServerFirefoxCP Isolated Web ContentFirefoxFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefox GPU HelperFirefox GPU HelperVTDecoderXPCServiceSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)claudeNotion Helper (Renderer)Claude Helper (Renderer)FirefoxCP Isolated Web ContentiTerm2FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCode Helper (Renderer)2,03 GB1,18 GB962,5 MB962,4 MB841,5 MB792,9 MB783,9 MB547,1 MB544,3 MB538,3 MB516,0 MB451,6 MB449,2 MB434,1 MB410,5 MB408,3 MB388,4 MB387,4 MB372,3 MB343,0 MB326,2 MB321,8 MB300,3 MB294,8 MB250,9 MB237,0 MB229,9 MB211,7 MBMEMORY PRESSUREPhysical Memory:Memory Used:Cached Files:Swap Used:38232673844252426301115232627242623221513211527726281816,00 GB14,10 GB<1,85 GB2,95 GB100%8Wed 15 Apr 16:06:10Ci Join Google Meet59719 7611257231 20120 015124126251245166185120125126124126120119172723282161241 833123129183938924074297480141466484242030367131467380199389941863354803583143652352764301636898481732654850910114860519358334878561384829885340App Memory:Wired Memory:Compressed:lukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,76 GB2,87 GB6,92 GB...
|
NULL
|
8422260627715383887
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoEDHomeActivity..•More+HistoryW +SlackFileEditViewGoEDHomeActivity..•More+HistoryWindowHelp→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product _launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesStoyan TanevVesGalya DimitrovaAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova0. Nikolay Nikolov2 Galya Dimitrova, Ni...ii: AppsToastJira CloudGoogle Cale...# releases8 22Messagesnewdou+O Files• Bookmarksv 2 new messagesGitHub APP3:28 PM7 new commits pushed tomaster by nikolay-yankovNew24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow more( jiminny/app Added by GitHubCircleCl APP3:53 PMDeployment Successful!Project: appWhen:04/15/202612:53:30Tag:View JobMessage #releases+AaSprint Review • nowActivity MonitorAll ProcessesProcess NameSprint Reviewnow • 16:00-16:30BoosteroidWindowServerFirefoxCP Isolated Web ContentFirefoxFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefox GPU HelperFirefox GPU HelperVTDecoderXPCServiceSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)claudeNotion Helper (Renderer)Claude Helper (Renderer)FirefoxCP Isolated Web ContentiTerm2FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCode Helper (Renderer)2,03 GB1,18 GB962,5 MB962,4 MB841,5 MB792,9 MB783,9 MB547,1 MB544,3 MB538,3 MB516,0 MB451,6 MB449,2 MB434,1 MB410,5 MB408,3 MB388,4 MB387,4 MB372,3 MB343,0 MB326,2 MB321,8 MB300,3 MB294,8 MB250,9 MB237,0 MB229,9 MB211,7 MBMEMORY PRESSUREPhysical Memory:Memory Used:Cached Files:Swap Used:38232673844252426301115232627242623221513211527726281816,00 GB14,10 GB<1,85 GB2,95 GB100%8Wed 15 Apr 16:06:10Ci Join Google Meet59719 7611257231 20120 015124126251245166185120125126124126120119172723282161241 833123129183938924074297480141466484242030367131467380199389941863354803583143652352764301636898481732654850910114860519358334878561384829885340App Memory:Wired Memory:Compressed:lukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,76 GB2,87 GB6,92 GB...
|
25927
|
|
473
|
12
|
9
|
2026-04-09T18:17:39.730343+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-09/1775 /Users/lukas/.screenpipe/data/data/2026-04-09/1775758659730_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
32K /Users/lukas/.screenpipe/data/soundcore Aer 32K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4
8.0K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4
28K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4
28K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4
28K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4
28K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4
32K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4
16K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4
16K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4
28K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4
40K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4
40K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4
16K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l
90
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/
89M /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/
89M /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start
[1] 20983
detected hardware tier: Mid
checking permissions...
screen recording: ok
accessibility: ok
2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6
2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor
2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode
2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)
2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)
2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)
2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager
2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap
2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update
2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)
2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits
2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown
2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export
2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary
2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from "/Users/lukas/.screenpipe/pipes"
_
__________________ ___ ____ ____ (_____ ___
/ ___/ ___/ ___/ _ \/ _ \/ __ \ / __ \/ / __ \/ _ \
(__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/
/____/\___/_/ \___/\___/_/ /_/ / .___/_/ .___/\___/
/_/ /_/
power AI by everything you've seen, said or heard
open source | runs locally | developer friendly
┌────────────────────────┬────────────────────────────────────┐
│ setting │ value │
├────────────────────────┼────────────────────────────────────┤
│ audio chunk duration │ 30 seconds │
│ port │ 3030 │
│ audio disabled │ true │
│ vision disabled │ false │
│ pause on DRM content │ false │
│ audio engine │ Parakeet │
│ vad engine │ Silero │
│ data directory │ /Users/lukas/.screenpipe │
│ debug mode │ false │
│ telemetry │ true │
│ use pii removal │ true │
│ use all monitors │ true │
│ ignored windows │ [] │
│ included windows │ [] │
│ cloud sync │ disabled │
│ auto-destruct pid │ 0 │
│ deepgram key │ not set │
├────────────────────────┼────────────────────────────────────┤
│ languages │ │
│ │ all languages │
├────────────────────────┼────────────────────────────────────┤
│ monitors │ │
│ │ no monitors available │
├────────────────────────┼────────────────────────────────────┤
│ audio devices │ │
│ │ disabled │
└────────────────────────┴────────────────────────────────────┘
you are using local processing. all your data stays on your computer.
warning: telemetry is enabled. only error-level data will be sent.
to disable, use the --disable-telemetry flag.
check latest changes here: [URL_WITH_CREDENTIALS] record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ cd ..
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ll
total 96344
drwxr-xr-x 9 lukas staff 288 9 Apr 20:14 .
drwx------+ 88 lukas staff 2816 9 Apr 20:55 ..
-rw-r--r-- 1 lukas staff 270 9 Apr 20:27 config.json
drwxr-xr-x 4 lukas staff 128 9 Apr 20:40 data
-rw-r--r-- 1 lukas staff 44957696 9 Apr 20:56 db.sqlite
-rw-r--r-- 1 lukas staff 32768 9 Apr 20:31 db.sqlite-shm
-rw-r--r-- 1 lukas staff 4033512 9 Apr 20:57 db.sqlite-wal
drwxr-xr-x 8 lukas staff 256 9 Apr 19:53 pipes
-rw-r--r-- 1 lukas staff 118074 9 Apr 20:56 screenpipe.2026-04-09.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano screenpipe.2026-04-09.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ cd pipes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ ll
total 0
drwxr-xr-x 8 lukas staff 256 9 Apr 19:53 .
drwxr-xr-x 9 lukas staff 288 9 Apr 20:14 ..
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 ai-habits
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 day-recap
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 meeting-summary
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 standup-update
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 time-breakdown
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 video-export
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ ls
ai-habits day-recap meeting-summary standup-update time-breakdown video-export
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ cd ai-habits
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/ai-habits $ ls
pipe.md
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/ai-habits $ cd ..
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ cd day-recap
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ ls
pipe.md
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ nano pipe.md
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ sp-start
[1] 22757
detected hardware tier: Mid
checking permissions...
screen recording: ok
accessibility: ok
2026-04-09T21:14:08.224735Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6
2026-04-09T21:14:09.017162Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor
2026-04-09T21:14:09.019858Z INFO screenpipe: meeting detector enabled — independent of transcription mode
2026-04-09T21:14:09.019883Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)
2026-04-09T21:14:09.020073Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)
2026-04-09T21:14:09.020121Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)
2026-04-09T21:14:09.020262Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager
2026-04-09T21:14:09.020498Z INFO screenpipe_core::pipes: loaded pipe: day-recap
2026-04-09T21:14:09.020710Z INFO screenpipe_core::pipes: loaded pipe: standup-update
2026-04-09T21:14:09.020651Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)
2026-04-09T21:14:09.021332Z INFO screenpipe_core::pipes: loaded pipe: ai-habits
2026-04-09T21:14:09.021483Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown
2026-04-09T21:14:09.021599Z INFO screenpipe_core::pipes: loaded pipe: video-export
2026-04-09T21:14:09.021760Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary
2026-04-09T21:14:09.021776Z INFO screenpipe_core::pipes: loaded 6 pipes from "/Users/lukas/.screenpipe/pipes"
_
__________________ ___ ____ ____ (_____ ___
/ ___/ ___/ ___/ _ \/ _ \/ __ \ / __ \/ / __ \/ _ \
(__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/
/____/\___/_/ \___/\___/_/ /_/ / .___/_/ .___/\___/
/_/ /_/
power AI by everything you've seen, said or heard
open source | runs locally | developer friendly
┌────────────────────────┬────────────────────────────────────┐
│ setting │ value │
├────────────────────────┼────────────────────────────────────┤
│ audio chunk duration │ 30 seconds │
│ port │ 3030 │
│ audio disabled │ true │
│ vision disabled │ false │
│ pause on DRM content │ false │
2026-04-09T21:14:09.022901Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)
│ audio engine │ Parakeet │
│ vad engine │ Silero │
│ data directory │ /Users/lukas/.screenpipe │
│ debug mode │ false │
│ telemetry │ true │
│ use pii removal │ true │
│ use all monitors │ true │
│ ignored windows │ [] │
│ included windows │ [] │
│ cloud sync │ disabled │
│ auto-destruct pid │ 0 │
│ deepgram key │ not set │
├────────────────────────┼────────────────────────────────────┤
│ languages │ │
│ │ all languages │
├────────────────────────┼────────────────────────────────────┤
│ monitors │ │
│ │ no monitors available │
├────────────────────────┼────────────────────────────────────┤
│ audio devices │ │
│ │ disabled │
└────────────────────────┴────────────────────────────────────┘
you are using local processing. all your data stays on your computer.
warning: telemetry is enabled. only error-level data will be sent.
to disable, use the --disable-telemetry flag.
check latest changes here: https://github.com/screenpipe/screenpipe/releases
2026-04-09T21:14:09.023171Z INFO screenpipe: starting UI event capture
2026-04-09T21:14:09.026719Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh
2026-04-09T21:14:09.031614Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))
2026-04-09T21:14:09.038028Z INFO screenpipe_engine::ui_recorder: Starting UI event capture
2026-04-09T21:14:09.051897Z INFO screenpipe_engine::ui_recorder: UI recording session started: f703ed8e-7344-4a4c-8dec-484ea43408ea
2026-04-09T21:14:09.051915Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)
2026-04-09T21:14:09.051999Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 18:14:09.051990 UTC to 2026-04-09 18:14:09.051990 UTC)
2026-04-09T21:14:09.052656Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)
2026-04-09T21:14:09.057953Z INFO screenpipe_engine::server: Server listening on [IP_ADDRESS]:3030
2026-04-09T21:14:09.062654Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030
2026-04-09T21:14:09.162790Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 448 frame entries, coverage from 2026-04-08 18:14:09.051990 UTC
2026-04-09T21:14:09.527770Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)
2026-04-09T21:14:09.527800Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)
2026-04-09T21:14:09.527810Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list
2026-04-09T21:14:09.527818Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)
2026-04-09T21:14:09.527919Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)
2026-04-09T21:14:10.409540Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)
2026-04-09T21:14:10.569861Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=449, dur=53ms
2026-04-09T21:14:14.055869Z INFO screenpipe_engine::retention: retention: initialized with 14d retention
2026-04-09T21:14:14.056371Z INFO screenpipe: local retention auto-enabled (14 days)
2026-04-09T21:14:16.372811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8193108739198955080, trigger=click)
2026-04-09T21:14:34.011810Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)
2026-04-09T21:14:37.062774Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)
2026-04-09T21:14:40.114160Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)
2026-04-09T21:14:52.773377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)
2026-04-09T21:15:09.024150Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames
2026-04-09T21:15:15.203776Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 100 frames, 19.1MB → 3.3MB (5.8x), 100 JPEGs deleted
2026-04-09T21:15:16.540186Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.5MB → 1.8MB (2.0x), 16 JPEGs deleted
2026-04-09T21:16:48.015291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)
2026-04-09T21:16:51.045397Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)
2026-04-09T21:16:54.070519Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)
2026-04-09T21:17:14.703785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1874374950325306931, trigger=click)
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
✳ Find cheapest WD Red Plus 6TB price (claude)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 728 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 33 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\n2026-04-09T20:52:33.225942Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 1 eligible frames\n2026-04-09T20:53:25.249440Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5360558449546558021, trigger=visual_change)\n2026-04-09T20:54:32.027639Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1980351703255735018, trigger=visual_change)\n2026-04-09T20:54:32.929753Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1980351703255735018, trigger=clipboard)\n2026-04-09T20:54:33.153766Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1980351703255735018, trigger=clipboard)\n2026-04-09T20:56:00.883350Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1644817477157940361, trigger=click)\n2026-04-09T20:56:02.217829Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1644817477157940361, trigger=visual_change)\n\n[1] + terminated npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ cd ..\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ll \ntotal 96344\ndrwxr-xr-x 9 lukas staff 288 9 Apr 20:14 .\ndrwx------+ 88 lukas staff 2816 9 Apr 20:55 ..\n-rw-r--r-- 1 lukas staff 270 9 Apr 20:27 config.json\ndrwxr-xr-x 4 lukas staff 128 9 Apr 20:40 data\n-rw-r--r-- 1 lukas staff 44957696 9 Apr 20:56 db.sqlite\n-rw-r--r-- 1 lukas staff 32768 9 Apr 20:31 db.sqlite-shm\n-rw-r--r-- 1 lukas staff 4033512 9 Apr 20:57 db.sqlite-wal\ndrwxr-xr-x 8 lukas staff 256 9 Apr 19:53 pipes\n-rw-r--r-- 1 lukas staff 118074 9 Apr 20:56 screenpipe.2026-04-09.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano screenpipe.2026-04-09.0.log \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ cd pipes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ ll\ntotal 0\ndrwxr-xr-x 8 lukas staff 256 9 Apr 19:53 .\ndrwxr-xr-x 9 lukas staff 288 9 Apr 20:14 ..\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 ai-habits\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 day-recap\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 meeting-summary\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 standup-update\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 time-breakdown\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 video-export\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ ls\nai-habits\u0000\u0000\u0000\u0000\u0000\u0000\tday-recap\u0000\u0000\u0000\u0000\u0000\u0000\tmeeting-summary\tstandup-update\u0000\ttime-breakdown\u0000\tvideo-export\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ cd ai-habits \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/ai-habits $ ls\npipe.md\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/ai-habits $ cd ..\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ cd day-recap \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ ls\npipe.md\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ nano pipe.md \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ sp-start\n[1] 22757\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T21:14:08.224735Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T21:14:09.017162Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T21:14:09.019858Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T21:14:09.019883Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T21:14:09.020073Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T21:14:09.020121Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T21:14:09.020262Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T21:14:09.020498Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T21:14:09.020710Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T21:14:09.020651Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T21:14:09.021332Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T21:14:09.021483Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T21:14:09.021599Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T21:14:09.021760Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T21:14:09.021776Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n2026-04-09T21:14:09.022901Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T21:14:09.023171Z INFO screenpipe: starting UI event capture\n2026-04-09T21:14:09.026719Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T21:14:09.031614Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T21:14:09.038028Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T21:14:09.051897Z INFO screenpipe_engine::ui_recorder: UI recording session started: f703ed8e-7344-4a4c-8dec-484ea43408ea\n2026-04-09T21:14:09.051915Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T21:14:09.051999Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 18:14:09.051990 UTC to 2026-04-09 18:14:09.051990 UTC)\n2026-04-09T21:14:09.052656Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T21:14:09.057953Z INFO screenpipe_engine::server: Server listening on 0.0.0.0:3030\n2026-04-09T21:14:09.062654Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030\n2026-04-09T21:14:09.162790Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 448 frame entries, coverage from 2026-04-08 18:14:09.051990 UTC\n2026-04-09T21:14:09.527770Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T21:14:09.527800Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T21:14:09.527810Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T21:14:09.527818Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T21:14:09.527919Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T21:14:10.409540Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T21:14:10.569861Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=449, dur=53ms\n2026-04-09T21:14:14.055869Z INFO screenpipe_engine::retention: retention: initialized with 14d retention\n2026-04-09T21:14:14.056371Z INFO screenpipe: local retention auto-enabled (14 days)\n2026-04-09T21:14:16.372811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8193108739198955080, trigger=click)\n2026-04-09T21:14:34.011810Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)\n2026-04-09T21:14:37.062774Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)\n2026-04-09T21:14:40.114160Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)\n2026-04-09T21:14:52.773377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)\n2026-04-09T21:15:09.024150Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames\n2026-04-09T21:15:15.203776Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 100 frames, 19.1MB → 3.3MB (5.8x), 100 JPEGs deleted\n2026-04-09T21:15:16.540186Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.5MB → 1.8MB (2.0x), 16 JPEGs deleted\n2026-04-09T21:16:48.015291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)\n2026-04-09T21:16:51.045397Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)\n2026-04-09T21:16:54.070519Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)\n2026-04-09T21:17:14.703785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1874374950325306931, trigger=click)","depth":4,"value":"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 728 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 33 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\n2026-04-09T20:52:33.225942Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 1 eligible frames\n2026-04-09T20:53:25.249440Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5360558449546558021, trigger=visual_change)\n2026-04-09T20:54:32.027639Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1980351703255735018, trigger=visual_change)\n2026-04-09T20:54:32.929753Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1980351703255735018, trigger=clipboard)\n2026-04-09T20:54:33.153766Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1980351703255735018, trigger=clipboard)\n2026-04-09T20:56:00.883350Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1644817477157940361, trigger=click)\n2026-04-09T20:56:02.217829Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1644817477157940361, trigger=visual_change)\n\n[1] + terminated npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ cd ..\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ll \ntotal 96344\ndrwxr-xr-x 9 lukas staff 288 9 Apr 20:14 .\ndrwx------+ 88 lukas staff 2816 9 Apr 20:55 ..\n-rw-r--r-- 1 lukas staff 270 9 Apr 20:27 config.json\ndrwxr-xr-x 4 lukas staff 128 9 Apr 20:40 data\n-rw-r--r-- 1 lukas staff 44957696 9 Apr 20:56 db.sqlite\n-rw-r--r-- 1 lukas staff 32768 9 Apr 20:31 db.sqlite-shm\n-rw-r--r-- 1 lukas staff 4033512 9 Apr 20:57 db.sqlite-wal\ndrwxr-xr-x 8 lukas staff 256 9 Apr 19:53 pipes\n-rw-r--r-- 1 lukas staff 118074 9 Apr 20:56 screenpipe.2026-04-09.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano screenpipe.2026-04-09.0.log \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ cd pipes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ ll\ntotal 0\ndrwxr-xr-x 8 lukas staff 256 9 Apr 19:53 .\ndrwxr-xr-x 9 lukas staff 288 9 Apr 20:14 ..\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 ai-habits\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 day-recap\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 meeting-summary\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 standup-update\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 time-breakdown\ndrwxr-xr-x 3 lukas staff 96 9 Apr 19:53 video-export\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ ls\nai-habits\u0000\u0000\u0000\u0000\u0000\u0000\tday-recap\u0000\u0000\u0000\u0000\u0000\u0000\tmeeting-summary\tstandup-update\u0000\ttime-breakdown\u0000\tvideo-export\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ cd ai-habits \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/ai-habits $ ls\npipe.md\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/ai-habits $ cd ..\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ cd day-recap \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ ls\npipe.md\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ nano pipe.md \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ sp-start\n[1] 22757\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T21:14:08.224735Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T21:14:09.017162Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T21:14:09.019858Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T21:14:09.019883Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T21:14:09.020073Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T21:14:09.020121Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T21:14:09.020262Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T21:14:09.020498Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T21:14:09.020710Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T21:14:09.020651Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T21:14:09.021332Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T21:14:09.021483Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T21:14:09.021599Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T21:14:09.021760Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T21:14:09.021776Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n2026-04-09T21:14:09.022901Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T21:14:09.023171Z INFO screenpipe: starting UI event capture\n2026-04-09T21:14:09.026719Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T21:14:09.031614Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T21:14:09.038028Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T21:14:09.051897Z INFO screenpipe_engine::ui_recorder: UI recording session started: f703ed8e-7344-4a4c-8dec-484ea43408ea\n2026-04-09T21:14:09.051915Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T21:14:09.051999Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 18:14:09.051990 UTC to 2026-04-09 18:14:09.051990 UTC)\n2026-04-09T21:14:09.052656Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T21:14:09.057953Z INFO screenpipe_engine::server: Server listening on 0.0.0.0:3030\n2026-04-09T21:14:09.062654Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030\n2026-04-09T21:14:09.162790Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 448 frame entries, coverage from 2026-04-08 18:14:09.051990 UTC\n2026-04-09T21:14:09.527770Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T21:14:09.527800Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T21:14:09.527810Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T21:14:09.527818Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T21:14:09.527919Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T21:14:10.409540Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T21:14:10.569861Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=449, dur=53ms\n2026-04-09T21:14:14.055869Z INFO screenpipe_engine::retention: retention: initialized with 14d retention\n2026-04-09T21:14:14.056371Z INFO screenpipe: local retention auto-enabled (14 days)\n2026-04-09T21:14:16.372811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8193108739198955080, trigger=click)\n2026-04-09T21:14:34.011810Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)\n2026-04-09T21:14:37.062774Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)\n2026-04-09T21:14:40.114160Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)\n2026-04-09T21:14:52.773377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)\n2026-04-09T21:15:09.024150Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames\n2026-04-09T21:15:15.203776Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 100 frames, 19.1MB → 3.3MB (5.8x), 100 JPEGs deleted\n2026-04-09T21:15:16.540186Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.5MB → 1.8MB (2.0x), 16 JPEGs deleted\n2026-04-09T21:16:48.015291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)\n2026-04-09T21:16:51.045397Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)\n2026-04-09T21:16:54.070519Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)\n2026-04-09T21:17:14.703785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1874374950325306931, trigger=click)","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.16458334,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.16875,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.32916668,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.33333334,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Find cheapest WD Red Plus 6TB price (claude)","depth":2,"bounds":{"left":0.49340278,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49756944,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6576389,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.66180557,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.821875,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.82604164,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.95763886,"top":0.037777778,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48958334,"top":0.03888889,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
8422098193158190314
|
-5929498985888115599
|
click
|
accessibility
|
NULL
|
32K /Users/lukas/.screenpipe/data/soundcore Aer 32K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4
8.0K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4
28K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4
28K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4
28K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4
28K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4
32K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4
16K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4
16K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4
12K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4
20K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4
28K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4
40K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4
40K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4
16K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4
24K /Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l
90
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/
89M /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/
89M /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start
[1] 20983
detected hardware tier: Mid
checking permissions...
screen recording: ok
accessibility: ok
2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6
2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor
2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode
2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)
2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)
2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)
2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager
2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap
2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update
2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)
2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits
2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown
2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export
2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary
2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from "/Users/lukas/.screenpipe/pipes"
_
__________________ ___ ____ ____ (_____ ___
/ ___/ ___/ ___/ _ \/ _ \/ __ \ / __ \/ / __ \/ _ \
(__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/
/____/\___/_/ \___/\___/_/ /_/ / .___/_/ .___/\___/
/_/ /_/
power AI by everything you've seen, said or heard
open source | runs locally | developer friendly
┌────────────────────────┬────────────────────────────────────┐
│ setting │ value │
├────────────────────────┼────────────────────────────────────┤
│ audio chunk duration │ 30 seconds │
│ port │ 3030 │
│ audio disabled │ true │
│ vision disabled │ false │
│ pause on DRM content │ false │
│ audio engine │ Parakeet │
│ vad engine │ Silero │
│ data directory │ /Users/lukas/.screenpipe │
│ debug mode │ false │
│ telemetry │ true │
│ use pii removal │ true │
│ use all monitors │ true │
│ ignored windows │ [] │
│ included windows │ [] │
│ cloud sync │ disabled │
│ auto-destruct pid │ 0 │
│ deepgram key │ not set │
├────────────────────────┼────────────────────────────────────┤
│ languages │ │
│ │ all languages │
├────────────────────────┼────────────────────────────────────┤
│ monitors │ │
│ │ no monitors available │
├────────────────────────┼────────────────────────────────────┤
│ audio devices │ │
│ │ disabled │
└────────────────────────┴────────────────────────────────────┘
you are using local processing. all your data stays on your computer.
warning: telemetry is enabled. only error-level data will be sent.
to disable, use the --disable-telemetry flag.
check latest changes here: [URL_WITH_CREDENTIALS] record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ cd ..
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ll
total 96344
drwxr-xr-x 9 lukas staff 288 9 Apr 20:14 .
drwx------+ 88 lukas staff 2816 9 Apr 20:55 ..
-rw-r--r-- 1 lukas staff 270 9 Apr 20:27 config.json
drwxr-xr-x 4 lukas staff 128 9 Apr 20:40 data
-rw-r--r-- 1 lukas staff 44957696 9 Apr 20:56 db.sqlite
-rw-r--r-- 1 lukas staff 32768 9 Apr 20:31 db.sqlite-shm
-rw-r--r-- 1 lukas staff 4033512 9 Apr 20:57 db.sqlite-wal
drwxr-xr-x 8 lukas staff 256 9 Apr 19:53 pipes
-rw-r--r-- 1 lukas staff 118074 9 Apr 20:56 screenpipe.2026-04-09.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano screenpipe.2026-04-09.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ cd pipes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ ll
total 0
drwxr-xr-x 8 lukas staff 256 9 Apr 19:53 .
drwxr-xr-x 9 lukas staff 288 9 Apr 20:14 ..
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 ai-habits
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 day-recap
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 meeting-summary
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 standup-update
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 time-breakdown
drwxr-xr-x 3 lukas staff 96 9 Apr 19:53 video-export
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ ls
ai-habits day-recap meeting-summary standup-update time-breakdown video-export
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ cd ai-habits
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/ai-habits $ ls
pipe.md
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/ai-habits $ cd ..
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes $ cd day-recap
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ ls
pipe.md
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ nano pipe.md
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/pipes/day-recap $ sp-start
[1] 22757
detected hardware tier: Mid
checking permissions...
screen recording: ok
accessibility: ok
2026-04-09T21:14:08.224735Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6
2026-04-09T21:14:09.017162Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor
2026-04-09T21:14:09.019858Z INFO screenpipe: meeting detector enabled — independent of transcription mode
2026-04-09T21:14:09.019883Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)
2026-04-09T21:14:09.020073Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)
2026-04-09T21:14:09.020121Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)
2026-04-09T21:14:09.020262Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager
2026-04-09T21:14:09.020498Z INFO screenpipe_core::pipes: loaded pipe: day-recap
2026-04-09T21:14:09.020710Z INFO screenpipe_core::pipes: loaded pipe: standup-update
2026-04-09T21:14:09.020651Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)
2026-04-09T21:14:09.021332Z INFO screenpipe_core::pipes: loaded pipe: ai-habits
2026-04-09T21:14:09.021483Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown
2026-04-09T21:14:09.021599Z INFO screenpipe_core::pipes: loaded pipe: video-export
2026-04-09T21:14:09.021760Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary
2026-04-09T21:14:09.021776Z INFO screenpipe_core::pipes: loaded 6 pipes from "/Users/lukas/.screenpipe/pipes"
_
__________________ ___ ____ ____ (_____ ___
/ ___/ ___/ ___/ _ \/ _ \/ __ \ / __ \/ / __ \/ _ \
(__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/
/____/\___/_/ \___/\___/_/ /_/ / .___/_/ .___/\___/
/_/ /_/
power AI by everything you've seen, said or heard
open source | runs locally | developer friendly
┌────────────────────────┬────────────────────────────────────┐
│ setting │ value │
├────────────────────────┼────────────────────────────────────┤
│ audio chunk duration │ 30 seconds │
│ port │ 3030 │
│ audio disabled │ true │
│ vision disabled │ false │
│ pause on DRM content │ false │
2026-04-09T21:14:09.022901Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)
│ audio engine │ Parakeet │
│ vad engine │ Silero │
│ data directory │ /Users/lukas/.screenpipe │
│ debug mode │ false │
│ telemetry │ true │
│ use pii removal │ true │
│ use all monitors │ true │
│ ignored windows │ [] │
│ included windows │ [] │
│ cloud sync │ disabled │
│ auto-destruct pid │ 0 │
│ deepgram key │ not set │
├────────────────────────┼────────────────────────────────────┤
│ languages │ │
│ │ all languages │
├────────────────────────┼────────────────────────────────────┤
│ monitors │ │
│ │ no monitors available │
├────────────────────────┼────────────────────────────────────┤
│ audio devices │ │
│ │ disabled │
└────────────────────────┴────────────────────────────────────┘
you are using local processing. all your data stays on your computer.
warning: telemetry is enabled. only error-level data will be sent.
to disable, use the --disable-telemetry flag.
check latest changes here: https://github.com/screenpipe/screenpipe/releases
2026-04-09T21:14:09.023171Z INFO screenpipe: starting UI event capture
2026-04-09T21:14:09.026719Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh
2026-04-09T21:14:09.031614Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))
2026-04-09T21:14:09.038028Z INFO screenpipe_engine::ui_recorder: Starting UI event capture
2026-04-09T21:14:09.051897Z INFO screenpipe_engine::ui_recorder: UI recording session started: f703ed8e-7344-4a4c-8dec-484ea43408ea
2026-04-09T21:14:09.051915Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)
2026-04-09T21:14:09.051999Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 18:14:09.051990 UTC to 2026-04-09 18:14:09.051990 UTC)
2026-04-09T21:14:09.052656Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)
2026-04-09T21:14:09.057953Z INFO screenpipe_engine::server: Server listening on [IP_ADDRESS]:3030
2026-04-09T21:14:09.062654Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030
2026-04-09T21:14:09.162790Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 448 frame entries, coverage from 2026-04-08 18:14:09.051990 UTC
2026-04-09T21:14:09.527770Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)
2026-04-09T21:14:09.527800Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)
2026-04-09T21:14:09.527810Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list
2026-04-09T21:14:09.527818Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)
2026-04-09T21:14:09.527919Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)
2026-04-09T21:14:10.409540Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)
2026-04-09T21:14:10.569861Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=449, dur=53ms
2026-04-09T21:14:14.055869Z INFO screenpipe_engine::retention: retention: initialized with 14d retention
2026-04-09T21:14:14.056371Z INFO screenpipe: local retention auto-enabled (14 days)
2026-04-09T21:14:16.372811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8193108739198955080, trigger=click)
2026-04-09T21:14:34.011810Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)
2026-04-09T21:14:37.062774Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)
2026-04-09T21:14:40.114160Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)
2026-04-09T21:14:52.773377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-38430121454036996, trigger=visual_change)
2026-04-09T21:15:09.024150Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames
2026-04-09T21:15:15.203776Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 100 frames, 19.1MB → 3.3MB (5.8x), 100 JPEGs deleted
2026-04-09T21:15:16.540186Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.5MB → 1.8MB (2.0x), 16 JPEGs deleted
2026-04-09T21:16:48.015291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)
2026-04-09T21:16:51.045397Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)
2026-04-09T21:16:54.070519Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8906699782837586577, trigger=visual_change)
2026-04-09T21:17:14.703785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1874374950325306931, trigger=click)
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
✳ Find cheapest WD Red Plus 6TB price (claude)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
472
|
|
77796
|
1963
|
10
|
2026-04-24T10:34:29.938210+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777026869938_m1.jpg...
|
PhpStorm
|
faVsco.js – SendReportNotGeneratedMailJob.php
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
#12011 on JY-20157-AJ-rep Project: faVsco.js, menu
#12011 on JY-20157-AJ-report-not-send-notification, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Code changed:
Hide
Sync Changes
Hide This Notification
3
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Jobs\AutomatedReports;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldBeUnique;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Support\Facades\Mail;
use Jiminny\Component\Queue\Constants;
use Jiminny\Mail\Reports\ReportNotGenerated;
use Psr\Log\LoggerInterface;
use Sentry\Laravel\Facade as Sentry;
use Throwable;
class SendReportNotGeneratedMailJob implements ShouldBeUnique, ShouldQueue
{
use Dispatchable;
use InteractsWithQueue;
use Queueable;
private const string LOG_PREFIX = '[Send Report Not Generated Mail]';
public int $tries = 3;
/**
* @var array<int, int>
*/
public array $backoff = [60, 300, 600];
public int $timeout = 60;
public function __construct(
private readonly string $reportUuid,
private readonly string $recipientEmail,
private readonly string $reportName,
private readonly string $periodName,
private readonly string $reportsPageUrl,
) {
$this->onQueue(Constants::QUEUE_ANALYTICS_LOW);
}
public function uniqueId(): string
{
return $this->reportUuid . '_not_generated_' . $this->recipientEmail;
}
public function handle(LoggerInterface $logger): void
{
$mailSubject = "Your '{$this->reportName}' report wasn't generated";
try {
$mailable = new ReportNotGenerated(
reportName: $this->reportName,
periodName: $this->periodName,
reportsPageUrl: $this->reportsPageUrl,
mailSubject: $mailSubject,
);
Mail::mailer('postmark')
->to($this->recipientEmail)
->send($mailable);
$logger->info(self::LOG_PREFIX . ' Email sent', [
'uuid' => $this->reportUuid,
'email' => $this->recipientEmail,
]);
} catch (Throwable $e) {
$logger->error(self::LOG_PREFIX . ' Error sending email', [
'uuid' => $this->reportUuid,
'email' => $this->recipientEmail,
'error' => $e->getMessage(),
'trace' => $e->getTraceAsString(),
]);
Sentry::captureException($e);
if ($this->attempts() < $this->tries) {
$backoffIndex = min($this->attempts() - 1, count($this->backoff) - 1);
$this->release($this->backoff[$backoffIndex]);
} else {
$this->fail($e);
}
}
}
}
Sync Changes
Hide This Notification
Code changed:
Hide
405
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1387,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1387,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1387,"provider":"google","refreshToken":"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1387,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1387,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1348,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1348,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1348,"provider":"google","refreshToken":"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1348,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1348,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1361,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1361,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1361,"provider":"google","refreshToken":"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1361,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1361,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1310,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1310,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1310,"provider":"google","refreshToken":"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1310,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1310,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1333,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1333,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1333,"provider":"google","refreshToken":"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1333,"provider":"google","responseBody":{"error":"unauthorized_client","error_description":"Unauthorized"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1333,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1368,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1368,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1368,"provider":"google","refreshToken":"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1368,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0eb...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"#12011 on JY-20157-AJ-report-not-send-notification, menu","depth":5,"help_text":"Pull request #12011 exists for current branch JY-20157-AJ-report-not-send-notification","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"ReportControllerTest","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'ReportControllerTest'","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'ReportControllerTest'","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.088194445,"height":0.027777778},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"3","depth":4,"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Jobs\\AutomatedReports;\n\nuse Illuminate\\Bus\\Queueable;\nuse Illuminate\\Contracts\\Queue\\ShouldBeUnique;\nuse Illuminate\\Contracts\\Queue\\ShouldQueue;\nuse Illuminate\\Foundation\\Bus\\Dispatchable;\nuse Illuminate\\Queue\\InteractsWithQueue;\nuse Illuminate\\Support\\Facades\\Mail;\nuse Jiminny\\Component\\Queue\\Constants;\nuse Jiminny\\Mail\\Reports\\ReportNotGenerated;\nuse Psr\\Log\\LoggerInterface;\nuse Sentry\\Laravel\\Facade as Sentry;\nuse Throwable;\n\nclass SendReportNotGeneratedMailJob implements ShouldBeUnique, ShouldQueue\n{\n use Dispatchable;\n use InteractsWithQueue;\n use Queueable;\n\n private const string LOG_PREFIX = '[Send Report Not Generated Mail]';\n\n public int $tries = 3;\n\n /**\n * @var array<int, int>\n */\n public array $backoff = [60, 300, 600];\n\n public int $timeout = 60;\n\n public function __construct(\n private readonly string $reportUuid,\n private readonly string $recipientEmail,\n private readonly string $reportName,\n private readonly string $periodName,\n private readonly string $reportsPageUrl,\n ) {\n $this->onQueue(Constants::QUEUE_ANALYTICS_LOW);\n }\n\n public function uniqueId(): string\n {\n return $this->reportUuid . '_not_generated_' . $this->recipientEmail;\n }\n\n public function handle(LoggerInterface $logger): void\n {\n $mailSubject = \"Your '{$this->reportName}' report wasn't generated\";\n\n try {\n $mailable = new ReportNotGenerated(\n reportName: $this->reportName,\n periodName: $this->periodName,\n reportsPageUrl: $this->reportsPageUrl,\n mailSubject: $mailSubject,\n );\n\n Mail::mailer('postmark')\n ->to($this->recipientEmail)\n ->send($mailable);\n\n $logger->info(self::LOG_PREFIX . ' Email sent', [\n 'uuid' => $this->reportUuid,\n 'email' => $this->recipientEmail,\n ]);\n } catch (Throwable $e) {\n $logger->error(self::LOG_PREFIX . ' Error sending email', [\n 'uuid' => $this->reportUuid,\n 'email' => $this->recipientEmail,\n 'error' => $e->getMessage(),\n 'trace' => $e->getTraceAsString(),\n ]);\n\n Sentry::captureException($e);\n\n if ($this->attempts() < $this->tries) {\n $backoffIndex = min($this->attempts() - 1, count($this->backoff) - 1);\n $this->release($this->backoff[$backoffIndex]);\n } else {\n $this->fail($e);\n }\n }\n }\n}","depth":4,"value":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Jobs\\AutomatedReports;\n\nuse Illuminate\\Bus\\Queueable;\nuse Illuminate\\Contracts\\Queue\\ShouldBeUnique;\nuse Illuminate\\Contracts\\Queue\\ShouldQueue;\nuse Illuminate\\Foundation\\Bus\\Dispatchable;\nuse Illuminate\\Queue\\InteractsWithQueue;\nuse Illuminate\\Support\\Facades\\Mail;\nuse Jiminny\\Component\\Queue\\Constants;\nuse Jiminny\\Mail\\Reports\\ReportNotGenerated;\nuse Psr\\Log\\LoggerInterface;\nuse Sentry\\Laravel\\Facade as Sentry;\nuse Throwable;\n\nclass SendReportNotGeneratedMailJob implements ShouldBeUnique, ShouldQueue\n{\n use Dispatchable;\n use InteractsWithQueue;\n use Queueable;\n\n private const string LOG_PREFIX = '[Send Report Not Generated Mail]';\n\n public int $tries = 3;\n\n /**\n * @var array<int, int>\n */\n public array $backoff = [60, 300, 600];\n\n public int $timeout = 60;\n\n public function __construct(\n private readonly string $reportUuid,\n private readonly string $recipientEmail,\n private readonly string $reportName,\n private readonly string $periodName,\n private readonly string $reportsPageUrl,\n ) {\n $this->onQueue(Constants::QUEUE_ANALYTICS_LOW);\n }\n\n public function uniqueId(): string\n {\n return $this->reportUuid . '_not_generated_' . $this->recipientEmail;\n }\n\n public function handle(LoggerInterface $logger): void\n {\n $mailSubject = \"Your '{$this->reportName}' report wasn't generated\";\n\n try {\n $mailable = new ReportNotGenerated(\n reportName: $this->reportName,\n periodName: $this->periodName,\n reportsPageUrl: $this->reportsPageUrl,\n mailSubject: $mailSubject,\n );\n\n Mail::mailer('postmark')\n ->to($this->recipientEmail)\n ->send($mailable);\n\n $logger->info(self::LOG_PREFIX . ' Email sent', [\n 'uuid' => $this->reportUuid,\n 'email' => $this->recipientEmail,\n ]);\n } catch (Throwable $e) {\n $logger->error(self::LOG_PREFIX . ' Error sending email', [\n 'uuid' => $this->reportUuid,\n 'email' => $this->recipientEmail,\n 'error' => $e->getMessage(),\n 'trace' => $e->getTraceAsString(),\n ]);\n\n Sentry::captureException($e);\n\n if ($this->attempts() < $this->tries) {\n $backoffIndex = min($this->attempts() - 1, count($this->backoff) - 1);\n $this->release($this->backoff[$backoffIndex]);\n } else {\n $this->fail($e);\n }\n }\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.088194445,"height":0.027777778},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"405","depth":4,"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}","depth":4,"value":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Project","depth":3,"role_description":"text"},{"role":"AXButton","text":"Project","depth":3,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New File or Directory…","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand Selected","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Collapse All","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Options","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8421523649907454623
|
6297703497631045853
|
click
|
accessibility
|
NULL
|
Project: faVsco.js, menu
#12011 on JY-20157-AJ-rep Project: faVsco.js, menu
#12011 on JY-20157-AJ-report-not-send-notification, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Code changed:
Hide
Sync Changes
Hide This Notification
3
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Jobs\AutomatedReports;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldBeUnique;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Support\Facades\Mail;
use Jiminny\Component\Queue\Constants;
use Jiminny\Mail\Reports\ReportNotGenerated;
use Psr\Log\LoggerInterface;
use Sentry\Laravel\Facade as Sentry;
use Throwable;
class SendReportNotGeneratedMailJob implements ShouldBeUnique, ShouldQueue
{
use Dispatchable;
use InteractsWithQueue;
use Queueable;
private const string LOG_PREFIX = '[Send Report Not Generated Mail]';
public int $tries = 3;
/**
* @var array<int, int>
*/
public array $backoff = [60, 300, 600];
public int $timeout = 60;
public function __construct(
private readonly string $reportUuid,
private readonly string $recipientEmail,
private readonly string $reportName,
private readonly string $periodName,
private readonly string $reportsPageUrl,
) {
$this->onQueue(Constants::QUEUE_ANALYTICS_LOW);
}
public function uniqueId(): string
{
return $this->reportUuid . '_not_generated_' . $this->recipientEmail;
}
public function handle(LoggerInterface $logger): void
{
$mailSubject = "Your '{$this->reportName}' report wasn't generated";
try {
$mailable = new ReportNotGenerated(
reportName: $this->reportName,
periodName: $this->periodName,
reportsPageUrl: $this->reportsPageUrl,
mailSubject: $mailSubject,
);
Mail::mailer('postmark')
->to($this->recipientEmail)
->send($mailable);
$logger->info(self::LOG_PREFIX . ' Email sent', [
'uuid' => $this->reportUuid,
'email' => $this->recipientEmail,
]);
} catch (Throwable $e) {
$logger->error(self::LOG_PREFIX . ' Error sending email', [
'uuid' => $this->reportUuid,
'email' => $this->recipientEmail,
'error' => $e->getMessage(),
'trace' => $e->getTraceAsString(),
]);
Sentry::captureException($e);
if ($this->attempts() < $this->tries) {
$backoffIndex = min($this->attempts() - 1, count($this->backoff) - 1);
$this->release($this->backoff[$backoffIndex]);
} else {
$this->fail($e);
}
}
}
}
Sync Changes
Hide This Notification
Code changed:
Hide
405
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1387,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1387,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1387,"provider":"google","refreshToken":"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1387,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1387,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1348,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1348,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1348,"provider":"google","refreshToken":"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1348,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1348,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1361,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1361,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1361,"provider":"google","refreshToken":"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1361,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1361,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1310,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1310,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1310,"provider":"google","refreshToken":"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1310,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1310,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1333,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1333,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1333,"provider":"google","refreshToken":"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1333,"provider":"google","responseBody":{"error":"unauthorized_client","error_description":"Unauthorized"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1333,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1368,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1368,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1368,"provider":"google","refreshToken":"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1368,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0eb...
|
NULL
|
|
77797
|
1964
|
14
|
2026-04-24T10:34:30.201551+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777026870201_m2.jpg...
|
PhpStorm
|
faVsco.js – SendReportNotGeneratedMailJob.php
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
#12011 on JY-20157-AJ-rep Project: faVsco.js, menu
#12011 on JY-20157-AJ-report-not-send-notification, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Code changed:
Hide
Sync Changes
Hide This Notification
3
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Jobs\AutomatedReports;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldBeUnique;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Support\Facades\Mail;
use Jiminny\Component\Queue\Constants;
use Jiminny\Mail\Reports\ReportNotGenerated;
use Psr\Log\LoggerInterface;
use Sentry\Laravel\Facade as Sentry;
use Throwable;
class SendReportNotGeneratedMailJob implements ShouldBeUnique, ShouldQueue
{
use Dispatchable;
use InteractsWithQueue;
use Queueable;
private const string LOG_PREFIX = '[Send Report Not Generated Mail]';
public int $tries = 3;
/**
* @var array<int, int>
*/
public array $backoff = [60, 300, 600];
public int $timeout = 60;
public function __construct(
private readonly string $reportUuid,
private readonly string $recipientEmail,
private readonly string $reportName,
private readonly string $periodName,
private readonly string $reportsPageUrl,
) {
$this->onQueue(Constants::QUEUE_ANALYTICS_LOW);
}
public function uniqueId(): string
{
return $this->reportUuid . '_not_generated_' . $this->recipientEmail;
}
public function handle(LoggerInterface $logger): void
{
$mailSubject = "Your '{$this->reportName}' report wasn't generated";
try {
$mailable = new ReportNotGenerated(
reportName: $this->reportName,
periodName: $this->periodName,
reportsPageUrl: $this->reportsPageUrl,
mailSubject: $mailSubject,
);
Mail::mailer('postmark')
->to($this->recipientEmail)
->send($mailable);
$logger->info(self::LOG_PREFIX . ' Email sent', [
'uuid' => $this->reportUuid,
'email' => $this->recipientEmail,
]);
} catch (Throwable $e) {
$logger->error(self::LOG_PREFIX . ' Error sending email', [
'uuid' => $this->reportUuid,
'email' => $this->recipientEmail,
'error' => $e->getMessage(),
'trace' => $e->getTraceAsString(),
]);
Sentry::captureException($e);
if ($this->attempts() < $this->tries) {
$backoffIndex = min($this->attempts() - 1, count($this->backoff) - 1);
$this->release($this->backoff[$backoffIndex]);
} else {
$this->fail($e);
}
}
}
}
Sync Changes
Hide This Notification
Code changed:
Hide
405
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1387,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1387,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1387,"provider":"google","refreshToken":"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1387,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1387,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1348,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1348,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1348,"provider":"google","refreshToken":"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1348,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1348,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1361,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1361,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1361,"provider":"google","refreshToken":"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1361,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1361,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1310,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1310,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1310,"provider":"google","refreshToken":"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1310,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1310,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1333,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1333,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1333,"provider":"google","refreshToken":"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1333,"provider":"google","responseBody":{"error":"unauthorized_client","error_description":"Unauthorized"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1333,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1368,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1368,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1368,"provider":"google","refreshToken":"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1368,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0eb...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"bounds":{"left":0.025930852,"top":0.019952115,"width":0.03856383,"height":0.025538707},"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"#12011 on JY-20157-AJ-report-not-send-notification, menu","depth":5,"bounds":{"left":0.064494684,"top":0.019952115,"width":0.12134308,"height":0.025538707},"help_text":"Pull request #12011 exists for current branch JY-20157-AJ-report-not-send-notification","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"bounds":{"left":0.8400931,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"ReportControllerTest","depth":6,"bounds":{"left":0.85538566,"top":0.019952115,"width":0.06017287,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'ReportControllerTest'","depth":6,"bounds":{"left":0.9155585,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'ReportControllerTest'","depth":6,"bounds":{"left":0.9268617,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"bounds":{"left":0.9381649,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"bounds":{"left":0.96609044,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"bounds":{"left":0.9773936,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"bounds":{"left":0.9886968,"top":0.019952115,"width":0.011303186,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.042220745,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"3","depth":4,"bounds":{"left":0.39860374,"top":0.22426178,"width":0.007978723,"height":0.015163607},"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.40824467,"top":0.22266561,"width":0.00731383,"height":0.018355945},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.41555852,"top":0.22266561,"width":0.006981383,"height":0.018355945},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Jobs\\AutomatedReports;\n\nuse Illuminate\\Bus\\Queueable;\nuse Illuminate\\Contracts\\Queue\\ShouldBeUnique;\nuse Illuminate\\Contracts\\Queue\\ShouldQueue;\nuse Illuminate\\Foundation\\Bus\\Dispatchable;\nuse Illuminate\\Queue\\InteractsWithQueue;\nuse Illuminate\\Support\\Facades\\Mail;\nuse Jiminny\\Component\\Queue\\Constants;\nuse Jiminny\\Mail\\Reports\\ReportNotGenerated;\nuse Psr\\Log\\LoggerInterface;\nuse Sentry\\Laravel\\Facade as Sentry;\nuse Throwable;\n\nclass SendReportNotGeneratedMailJob implements ShouldBeUnique, ShouldQueue\n{\n use Dispatchable;\n use InteractsWithQueue;\n use Queueable;\n\n private const string LOG_PREFIX = '[Send Report Not Generated Mail]';\n\n public int $tries = 3;\n\n /**\n * @var array<int, int>\n */\n public array $backoff = [60, 300, 600];\n\n public int $timeout = 60;\n\n public function __construct(\n private readonly string $reportUuid,\n private readonly string $recipientEmail,\n private readonly string $reportName,\n private readonly string $periodName,\n private readonly string $reportsPageUrl,\n ) {\n $this->onQueue(Constants::QUEUE_ANALYTICS_LOW);\n }\n\n public function uniqueId(): string\n {\n return $this->reportUuid . '_not_generated_' . $this->recipientEmail;\n }\n\n public function handle(LoggerInterface $logger): void\n {\n $mailSubject = \"Your '{$this->reportName}' report wasn't generated\";\n\n try {\n $mailable = new ReportNotGenerated(\n reportName: $this->reportName,\n periodName: $this->periodName,\n reportsPageUrl: $this->reportsPageUrl,\n mailSubject: $mailSubject,\n );\n\n Mail::mailer('postmark')\n ->to($this->recipientEmail)\n ->send($mailable);\n\n $logger->info(self::LOG_PREFIX . ' Email sent', [\n 'uuid' => $this->reportUuid,\n 'email' => $this->recipientEmail,\n ]);\n } catch (Throwable $e) {\n $logger->error(self::LOG_PREFIX . ' Error sending email', [\n 'uuid' => $this->reportUuid,\n 'email' => $this->recipientEmail,\n 'error' => $e->getMessage(),\n 'trace' => $e->getTraceAsString(),\n ]);\n\n Sentry::captureException($e);\n\n if ($this->attempts() < $this->tries) {\n $backoffIndex = min($this->attempts() - 1, count($this->backoff) - 1);\n $this->release($this->backoff[$backoffIndex]);\n } else {\n $this->fail($e);\n }\n }\n }\n}","depth":4,"bounds":{"left":0.18051861,"top":0.03431764,"width":0.26761967,"height":0.9656824},"value":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Jobs\\AutomatedReports;\n\nuse Illuminate\\Bus\\Queueable;\nuse Illuminate\\Contracts\\Queue\\ShouldBeUnique;\nuse Illuminate\\Contracts\\Queue\\ShouldQueue;\nuse Illuminate\\Foundation\\Bus\\Dispatchable;\nuse Illuminate\\Queue\\InteractsWithQueue;\nuse Illuminate\\Support\\Facades\\Mail;\nuse Jiminny\\Component\\Queue\\Constants;\nuse Jiminny\\Mail\\Reports\\ReportNotGenerated;\nuse Psr\\Log\\LoggerInterface;\nuse Sentry\\Laravel\\Facade as Sentry;\nuse Throwable;\n\nclass SendReportNotGeneratedMailJob implements ShouldBeUnique, ShouldQueue\n{\n use Dispatchable;\n use InteractsWithQueue;\n use Queueable;\n\n private const string LOG_PREFIX = '[Send Report Not Generated Mail]';\n\n public int $tries = 3;\n\n /**\n * @var array<int, int>\n */\n public array $backoff = [60, 300, 600];\n\n public int $timeout = 60;\n\n public function __construct(\n private readonly string $reportUuid,\n private readonly string $recipientEmail,\n private readonly string $reportName,\n private readonly string $periodName,\n private readonly string $reportsPageUrl,\n ) {\n $this->onQueue(Constants::QUEUE_ANALYTICS_LOW);\n }\n\n public function uniqueId(): string\n {\n return $this->reportUuid . '_not_generated_' . $this->recipientEmail;\n }\n\n public function handle(LoggerInterface $logger): void\n {\n $mailSubject = \"Your '{$this->reportName}' report wasn't generated\";\n\n try {\n $mailable = new ReportNotGenerated(\n reportName: $this->reportName,\n periodName: $this->periodName,\n reportsPageUrl: $this->reportsPageUrl,\n mailSubject: $mailSubject,\n );\n\n Mail::mailer('postmark')\n ->to($this->recipientEmail)\n ->send($mailable);\n\n $logger->info(self::LOG_PREFIX . ' Email sent', [\n 'uuid' => $this->reportUuid,\n 'email' => $this->recipientEmail,\n ]);\n } catch (Throwable $e) {\n $logger->error(self::LOG_PREFIX . ' Error sending email', [\n 'uuid' => $this->reportUuid,\n 'email' => $this->recipientEmail,\n 'error' => $e->getMessage(),\n 'trace' => $e->getTraceAsString(),\n ]);\n\n Sentry::captureException($e);\n\n if ($this->attempts() < $this->tries) {\n $backoffIndex = min($this->attempts() - 1, count($this->backoff) - 1);\n $this->release($this->backoff[$backoffIndex]);\n } else {\n $this->fail($e);\n }\n }\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.042220745,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"405","depth":4,"bounds":{"left":0.67353725,"top":0.10055866,"width":0.012632979,"height":0.015163607},"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.6878325,"top":0.09896249,"width":0.00731383,"height":0.018355945},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.69514626,"top":0.09896249,"width":0.006981383,"height":0.018355945},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}","depth":4,"bounds":{"left":0.44414893,"top":0.09736632,"width":0.5558511,"height":0.90263367},"value":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Project","depth":3,"role_description":"text"},{"role":"AXButton","text":"Project","depth":3,"bounds":{"left":0.011968086,"top":0.047885075,"width":0.024268618,"height":0.024740623},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New File or Directory…","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand Selected","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Collapse All","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Options","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8421523649907454623
|
6297703497631045853
|
click
|
accessibility
|
NULL
|
Project: faVsco.js, menu
#12011 on JY-20157-AJ-rep Project: faVsco.js, menu
#12011 on JY-20157-AJ-report-not-send-notification, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Code changed:
Hide
Sync Changes
Hide This Notification
3
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Jobs\AutomatedReports;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldBeUnique;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Support\Facades\Mail;
use Jiminny\Component\Queue\Constants;
use Jiminny\Mail\Reports\ReportNotGenerated;
use Psr\Log\LoggerInterface;
use Sentry\Laravel\Facade as Sentry;
use Throwable;
class SendReportNotGeneratedMailJob implements ShouldBeUnique, ShouldQueue
{
use Dispatchable;
use InteractsWithQueue;
use Queueable;
private const string LOG_PREFIX = '[Send Report Not Generated Mail]';
public int $tries = 3;
/**
* @var array<int, int>
*/
public array $backoff = [60, 300, 600];
public int $timeout = 60;
public function __construct(
private readonly string $reportUuid,
private readonly string $recipientEmail,
private readonly string $reportName,
private readonly string $periodName,
private readonly string $reportsPageUrl,
) {
$this->onQueue(Constants::QUEUE_ANALYTICS_LOW);
}
public function uniqueId(): string
{
return $this->reportUuid . '_not_generated_' . $this->recipientEmail;
}
public function handle(LoggerInterface $logger): void
{
$mailSubject = "Your '{$this->reportName}' report wasn't generated";
try {
$mailable = new ReportNotGenerated(
reportName: $this->reportName,
periodName: $this->periodName,
reportsPageUrl: $this->reportsPageUrl,
mailSubject: $mailSubject,
);
Mail::mailer('postmark')
->to($this->recipientEmail)
->send($mailable);
$logger->info(self::LOG_PREFIX . ' Email sent', [
'uuid' => $this->reportUuid,
'email' => $this->recipientEmail,
]);
} catch (Throwable $e) {
$logger->error(self::LOG_PREFIX . ' Error sending email', [
'uuid' => $this->reportUuid,
'email' => $this->recipientEmail,
'error' => $e->getMessage(),
'trace' => $e->getTraceAsString(),
]);
Sentry::captureException($e);
if ($this->attempts() < $this->tries) {
$backoffIndex = min($this->attempts() - 1, count($this->backoff) - 1);
$this->release($this->backoff[$backoffIndex]);
} else {
$this->fail($e);
}
}
}
}
Sync Changes
Hide This Notification
Code changed:
Hide
405
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1387,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1387,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1387,"provider":"google","refreshToken":"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1387,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1387,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1348,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1348,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1348,"provider":"google","refreshToken":"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1348,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1348,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1361,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1361,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1361,"provider":"google","refreshToken":"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1361,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1361,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1310,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1310,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1310,"provider":"google","refreshToken":"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1310,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1310,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1333,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1333,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1333,"provider":"google","refreshToken":"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1333,"provider":"google","responseBody":{"error":"unauthorized_client","error_description":"Unauthorized"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1333,"provider":"google","reason":"Flow refresh required."} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1368,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1368,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1368,"provider":"google","refreshToken":"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1368,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Bad Request"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0eb...
|
NULL
|
|
33176
|
669
|
49
|
2026-04-16T07:36:46.998575+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-16/1776 /Users/lukas/.screenpipe/data/data/2026-04-16/1776325006998_m1.jpg...
|
NULL
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
18PhpStormFileEditViewNavigateCode LaravelRefactor 18PhpStormFileEditViewNavigateCode LaravelRefactorRunToolsGitWindowHelpFV faVsco.jsv#11894 on JY-18909-automated-reports-ask-jiminny k vProject v= phpstan.neon.dist= phpstan-baseline.neon<$› phpunit.xmlTe raw_sql_query.sqlM+ README.mdô sonar-project.properties= test.py<> Untitled Diagram.xmlus vetur.config.jsM+ WEBHOOK_FILTERING_IMPLE› ilh External Librariesv E° Scratches and Consolesv O Database ConsolesReportController.phpSendReportJob.php© AutomatedReportsCommand.php xAskJiminnyReportsController.php© AutomatedReportsCommandTest.php© AutomatedReportsSendCommand.phpTeam.php© AutomatedReportsRepository.phpAutomatedReportsService.php© CreateHeldActivityEvent.phpTrackProviderInstalledEvent.php© CreateActivityLoggedEvent.php© UserPilotActivityListener.php© ActivityLogged.php© AutomatedReportsCallbackService.phpRequestGenerateAskJiminnyReportJob.phpRequestGenerateReportJob.php© AutomatedReportResult.php31 Cneotected SsinnatuneAutomatedReport.phplautnmater-nennntsServices+,o,cv D DatabaseV AEUA console 1 sv @jiminny@localh4 SF4 HS_localV A PRODA console 10V A STAGING« console• DockerOutputiii Result 7 xTx,tii1 row vQstateauth_scoperetry_aftercreated_atIupdated_atprovider_user_token_encrypted• provider_refresh_token_encrypted• encryption_key (Hex)sociable_typeowner_idj Support Daily - in 4h 24 mL AutomatedReportsCommandTestv100% C8• Thu 16 Apr 10:36:46QE custom.log= laravel.log4 SF [jiminny@localhost]4 HS_local (jiminny@localhost]A console (EU]4 console [PROD]« console [STAGING]Tx: Auto vPlayground vGojiminny564Đ18 A16 X13 ^565566567568569570select * from activity_searches where id = 10932;select * from activity_search_filters where activity_search_id =select * from automated_reports order by iddesc;select * from automated_report_results order by id desc;select * from automated_report_results where report id IN (37);select * from users where id IN (7160, 3248);571572SELECT * FROM automated_reports WHERE uuid_to_bin('18a06a75-afd2573:-Eo1CSV vfull-refresh<null><null>2026-04-15 10:06:302026-04-1510:06:30eyJpdiI6InNvSkcvMHhCUzY2c0hEV2diQ3FBQUE9PSIsInZhbHVlIjoiVktHMktoRmVx0EZhUkLXVU1aNkNYQW85Vi94UHFaVmpGOGNWdVIydGdKeU1<null>0x010203007822673352371526FE0C9F517F790F4CCE3FCC2CEECFA4BAF34D52AAB42113A7A601CD89287ED1B7C0B9394CA17BA980A7BB00000user18101The Hunspell plugin has been deprecated. If you're not writing in Hungarian, you can safely uninstall Hunspell without affecting the dictionaries for other languages. (44 minutes ago)W Windsurf Teams567:20UTF-84 spaces...
|
NULL
|
8421273967284239589
|
NULL
|
visual_change
|
ocr
|
NULL
|
18PhpStormFileEditViewNavigateCode LaravelRefactor 18PhpStormFileEditViewNavigateCode LaravelRefactorRunToolsGitWindowHelpFV faVsco.jsv#11894 on JY-18909-automated-reports-ask-jiminny k vProject v= phpstan.neon.dist= phpstan-baseline.neon<$› phpunit.xmlTe raw_sql_query.sqlM+ README.mdô sonar-project.properties= test.py<> Untitled Diagram.xmlus vetur.config.jsM+ WEBHOOK_FILTERING_IMPLE› ilh External Librariesv E° Scratches and Consolesv O Database ConsolesReportController.phpSendReportJob.php© AutomatedReportsCommand.php xAskJiminnyReportsController.php© AutomatedReportsCommandTest.php© AutomatedReportsSendCommand.phpTeam.php© AutomatedReportsRepository.phpAutomatedReportsService.php© CreateHeldActivityEvent.phpTrackProviderInstalledEvent.php© CreateActivityLoggedEvent.php© UserPilotActivityListener.php© ActivityLogged.php© AutomatedReportsCallbackService.phpRequestGenerateAskJiminnyReportJob.phpRequestGenerateReportJob.php© AutomatedReportResult.php31 Cneotected SsinnatuneAutomatedReport.phplautnmater-nennntsServices+,o,cv D DatabaseV AEUA console 1 sv @jiminny@localh4 SF4 HS_localV A PRODA console 10V A STAGING« console• DockerOutputiii Result 7 xTx,tii1 row vQstateauth_scoperetry_aftercreated_atIupdated_atprovider_user_token_encrypted• provider_refresh_token_encrypted• encryption_key (Hex)sociable_typeowner_idj Support Daily - in 4h 24 mL AutomatedReportsCommandTestv100% C8• Thu 16 Apr 10:36:46QE custom.log= laravel.log4 SF [jiminny@localhost]4 HS_local (jiminny@localhost]A console (EU]4 console [PROD]« console [STAGING]Tx: Auto vPlayground vGojiminny564Đ18 A16 X13 ^565566567568569570select * from activity_searches where id = 10932;select * from activity_search_filters where activity_search_id =select * from automated_reports order by iddesc;select * from automated_report_results order by id desc;select * from automated_report_results where report id IN (37);select * from users where id IN (7160, 3248);571572SELECT * FROM automated_reports WHERE uuid_to_bin('18a06a75-afd2573:-Eo1CSV vfull-refresh<null><null>2026-04-15 10:06:302026-04-1510:06:30eyJpdiI6InNvSkcvMHhCUzY2c0hEV2diQ3FBQUE9PSIsInZhbHVlIjoiVktHMktoRmVx0EZhUkLXVU1aNkNYQW85Vi94UHFaVmpGOGNWdVIydGdKeU1<null>0x010203007822673352371526FE0C9F517F790F4CCE3FCC2CEECFA4BAF34D52AAB42113A7A601CD89287ED1B7C0B9394CA17BA980A7BB00000user18101The Hunspell plugin has been deprecated. If you're not writing in Hungarian, you can safely uninstall Hunspell without affecting the dictionaries for other languages. (44 minutes ago)W Windsurf Teams567:20UTF-84 spaces...
|
33174
|
|
26432
|
560
|
39
|
2026-04-15T13:22:13.804794+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776259333804_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoEDHomeActivity..•More+HistoryW +SlackFileEditViewGoEDHomeActivity..•More+HistoryWindowHelp→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product _launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi…..Direct messagesStoyan TanevVesGalya DimitrovaAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova0. Nikolay Nikolov2 Galya Dimitrova, Ni...ii: AppsToastJira CloudGoogle Cale...# releases8 22Messagesnewdou+@ Files• Bookmarksv 2 new messagesGitHub APP3:28 PM7 new commits pushed tomaster by nikolay-yankovNew24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow more( jiminny/app Added by GitHubCircleCl APP3:53 PMDeployment Successful!Project: appWhen:04/15/202612:53:30Tag:View JobMessage #releases+AaSprint Review - 8 m leftRActivity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefox GPU HelperFirefoxCP Isolated Web ContentFirefox GPU HelperVTDecoderXPCServiceFirefoxCP Isolated Web ContentSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentClaude Helper (Renderer)Notion Calendar Helper (Renderer)Notion Helper (Renderer)claudeFirefoxCP Isolated Web ContentiTerm2FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentMem...2,03 GB1,17 GB972,7 MB962,6 MB846,4 MB793,6 MB755,7 MB554,1 MB547,2 MB543,9 MB516,0 MB464,4 MB452,4 MB437,7 MB426,9 MB389,5 MB388,2 MB387,6 MB372,5 MB349,8 MB343,4 MB331,0 MB326,2 MB305,0 MB252,2 MB239,0 MB235,4 MB215,7 MBMEMORY PRESSUREPhysical Memory:Memory Used:Cached Files:Swap Used:100% C78Wed 15 Apr 16:22:13CPUMemoryDiskThreads39217426842829242711241526242623272315152113277262824EnergyPorts61019 7517261261 20120 023129241126254167121185125124127119126121221172328721241 832122128122PID93892407801442974146648424203080193671314673938993548041863358313527643016368984365248173605192654811485091035833487856138482987429516,00 GB14,14 GB <1,80 GB2,93 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,75 GB2,87 GB6,97 GB...
|
NULL
|
8420901776801958706
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoEDHomeActivity..•More+HistoryW +SlackFileEditViewGoEDHomeActivity..•More+HistoryWindowHelp→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product _launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi…..Direct messagesStoyan TanevVesGalya DimitrovaAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova0. Nikolay Nikolov2 Galya Dimitrova, Ni...ii: AppsToastJira CloudGoogle Cale...# releases8 22Messagesnewdou+@ Files• Bookmarksv 2 new messagesGitHub APP3:28 PM7 new commits pushed tomaster by nikolay-yankovNew24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow more( jiminny/app Added by GitHubCircleCl APP3:53 PMDeployment Successful!Project: appWhen:04/15/202612:53:30Tag:View JobMessage #releases+AaSprint Review - 8 m leftRActivity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefox GPU HelperFirefoxCP Isolated Web ContentFirefox GPU HelperVTDecoderXPCServiceFirefoxCP Isolated Web ContentSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentClaude Helper (Renderer)Notion Calendar Helper (Renderer)Notion Helper (Renderer)claudeFirefoxCP Isolated Web ContentiTerm2FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentMem...2,03 GB1,17 GB972,7 MB962,6 MB846,4 MB793,6 MB755,7 MB554,1 MB547,2 MB543,9 MB516,0 MB464,4 MB452,4 MB437,7 MB426,9 MB389,5 MB388,2 MB387,6 MB372,5 MB349,8 MB343,4 MB331,0 MB326,2 MB305,0 MB252,2 MB239,0 MB235,4 MB215,7 MBMEMORY PRESSUREPhysical Memory:Memory Used:Cached Files:Swap Used:100% C78Wed 15 Apr 16:22:13CPUMemoryDiskThreads39217426842829242711241526242623272315152113277262824EnergyPorts61019 7517261261 20120 023129241126254167121185125124127119126121221172328721241 832122128122PID93892407801442974146648424203080193671314673938993548041863358313527643016368984365248173605192654811485091035833487856138482987429516,00 GB14,14 GB <1,80 GB2,93 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,75 GB2,87 GB6,97 GB...
|
NULL
|
|
31095
|
629
|
40
|
2026-04-15T15:18:50.593251+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776266330593_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
173551649954681120158/200Imperial Age--Light Caval 173551649954681120158/200Imperial Age--Light Cavalry Created---Capped Ram Created----Warning: You are being attacked byPlayer 8 Almish Yiltawar!!!--Elite Longbowman Created-Click a villager to gather wood from this tree.1 kovaliklukas: 53843/53843E Magnus Olafscon: 40786/40786 IV8 Almish Yiltawar: 39792/39792 IVRajyapala:23275/23275C0 IV5 LÁszl6 I: 12440/12440 2 IVE Maximilian of Habsburg: 6501/6531 IV3 Huascár: 5031/5231NV4 Lowig VI: 5792/5792NVкаДад...
|
NULL
|
8420689839610979210
|
NULL
|
click
|
ocr
|
NULL
|
173551649954681120158/200Imperial Age--Light Caval 173551649954681120158/200Imperial Age--Light Cavalry Created---Capped Ram Created----Warning: You are being attacked byPlayer 8 Almish Yiltawar!!!--Elite Longbowman Created-Click a villager to gather wood from this tree.1 kovaliklukas: 53843/53843E Magnus Olafscon: 40786/40786 IV8 Almish Yiltawar: 39792/39792 IVRajyapala:23275/23275C0 IV5 LÁszl6 I: 12440/12440 2 IVE Maximilian of Habsburg: 6501/6531 IV3 Huascár: 5031/5231NV4 Lowig VI: 5792/5792NVкаДад...
|
NULL
|
|
25504
|
546
|
28
|
2026-04-15T12:54:18.327810+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776257658327_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoEDHomeActivity..•More+HistoryW +SlackFileEditViewGoEDHomeActivity..•More+HistoryWindowHelp→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product _launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesStoyan TanevVesGalya DimitrovaAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina PetrovaD. Nikolay Nikolov2 Galya Dimitrova, Ni...ii: AppsToastJira Cloud# releases8 22Messagesnewdou+O Files• Bookmarksv 2 new messagesGitHub APP3:28 PM7 new commits pushed tomaster by nikolay-yankovNew24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow more( jiminny/app Added by GitHubCircleCl APP3:53 PMDeployment Successful!Project: appWhen:04/15/202612:53:30Tag:View JobMessage #releases+Aa...• Sprint Review - in 6 mRActivity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxCP Isolated Web ContentFirefoxFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefox GPU HelperFirefox GPU HelperVTDecoderXPCServiceFirefoxCP Isolated Web ContentSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)claudeNotion Helper (Renderer)Claude Helper (Renderer)FirefoxCP Isolated Web ContentiTerm2FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCode Helper (Renderer)Mem...2,04 GB1,17 GB962,5 MB959,7 MB837,9 MB793,2 MB771,9 MB547,0 MB544,3 MB538,3 MB516,1 MB448,0 MB432,8 MB426,5 MB419,4 MB405,5 MB387,6 MB386,5 MB372,3 MB346,2 MB326,1 MB323,8 MB299,9 MB290,8 MB271,9 MB235,5 MB225,7 MB212,7 MBMEMORY PRESSUREPhysical Memory:Memory Used:Cached Files:Swap Used:100% C78Wed 15 Apr 15:54:18CPUMemoryDiskThreads38232575852525262912241624262725242315132015277262718EnergyPorts60019 7801237341 20220 015125128250242167121200123124126124121121172723132161231 832123126207PID93892407429748014146648424203036713146738019938993548041863352763583143652430163689848173265485091011486051935833487856138482988534016,00 GB14,16 GB <1,78 GB2,99 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,93 GB2,89 GB6,79 GB...
|
NULL
|
8420429793568343983
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoEDHomeActivity..•More+HistoryW +SlackFileEditViewGoEDHomeActivity..•More+HistoryWindowHelp→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product _launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesStoyan TanevVesGalya DimitrovaAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina PetrovaD. Nikolay Nikolov2 Galya Dimitrova, Ni...ii: AppsToastJira Cloud# releases8 22Messagesnewdou+O Files• Bookmarksv 2 new messagesGitHub APP3:28 PM7 new commits pushed tomaster by nikolay-yankovNew24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow more( jiminny/app Added by GitHubCircleCl APP3:53 PMDeployment Successful!Project: appWhen:04/15/202612:53:30Tag:View JobMessage #releases+Aa...• Sprint Review - in 6 mRActivity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxCP Isolated Web ContentFirefoxFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefox GPU HelperFirefox GPU HelperVTDecoderXPCServiceFirefoxCP Isolated Web ContentSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)claudeNotion Helper (Renderer)Claude Helper (Renderer)FirefoxCP Isolated Web ContentiTerm2FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCode Helper (Renderer)Mem...2,04 GB1,17 GB962,5 MB959,7 MB837,9 MB793,2 MB771,9 MB547,0 MB544,3 MB538,3 MB516,1 MB448,0 MB432,8 MB426,5 MB419,4 MB405,5 MB387,6 MB386,5 MB372,3 MB346,2 MB326,1 MB323,8 MB299,9 MB290,8 MB271,9 MB235,5 MB225,7 MB212,7 MBMEMORY PRESSUREPhysical Memory:Memory Used:Cached Files:Swap Used:100% C78Wed 15 Apr 15:54:18CPUMemoryDiskThreads38232575852525262912241624262725242315132015277262718EnergyPorts60019 7801237341 20220 015125128250242167121200123124126124121121172723132161231 832123126207PID93892407429748014146648424203036713146738019938993548041863352763583143652430163689848173265485091011486051935833487856138482988534016,00 GB14,16 GB <1,78 GB2,99 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,93 GB2,89 GB6,79 GB...
|
25502
|
|
25138
|
540
|
18
|
2026-04-15T12:43:14.402609+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776256994402_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActi +SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActivity..•More+→CSearch Jiminny IncJiminny ...+# general# infra-changes# jiminny-bg# platform-tickets# product _launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesStoyan TanevVes. Galya DimitrovaAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina PetrovaD. Nikolay Nikolov2 Galya Dimitrova, Ni...ii: AppsJira CloudToast# releases8 22+Messages© FilesTjiminny/appBookmarksAddod hu GitHubToday ~CircleCl APP2:18 PMDeployment Successful!Project: appWhen:04/15/202611:18:51Tag:View JobNewGitHub APP 3:28 PM7 new commits pushed to master by nikolay-yankov24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow morejiminny/app| Added by GitHubMessage #releasesAa...Sprint Review - in 17 mRActivity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxCP Isolated Web ContentFirefoxFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefox GPU HelperFirefox GPU HelperVTDecoderXPCServiceSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)Notion Helper (Renderer)claudeFirefoxCP Isolated Web ContentClaude Helper (Renderer)iTerm2FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCode Helper (Renderer)Mem...2,04 GB1,16 GB962,5 MB957,7 MB835,8 MB793,0 MB770,9 MB547,0 MB544,3 MB538,3 MB516,0 MB462,2 MB447,3 MB433,0 MB407,6 MB401,0 MB386,9 MB386,0 MB372,3 MB346,7 MB326,2 MB326,1 MB314,0 MB301,2 MB274,0 MB235,3 MB221,6 MB210,3 MBMEMORY PRESSUREPhysical Memory:Memory Used:Cached Files:Swap Used:100% C78Wed 15 Apr 15:43:13CPUMemoryDiskThreads3722267385252526291215242625272524231521132715262718EnergyPorts59919 7751257301 20220 015125128253242170186121124124126124121121172328721232161 832123126185PID93892407429748014146648424203036713146738019938994186335480358313527643652430163689848173265481148509103583360519487856138482988534016,00 GB14,21 GB <1,74 GB2,99 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,89 GB2,89 GB6,87 GB...
|
NULL
|
8419634682275181579
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActi +SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActivity..•More+→CSearch Jiminny IncJiminny ...+# general# infra-changes# jiminny-bg# platform-tickets# product _launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesStoyan TanevVes. Galya DimitrovaAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina PetrovaD. Nikolay Nikolov2 Galya Dimitrova, Ni...ii: AppsJira CloudToast# releases8 22+Messages© FilesTjiminny/appBookmarksAddod hu GitHubToday ~CircleCl APP2:18 PMDeployment Successful!Project: appWhen:04/15/202611:18:51Tag:View JobNewGitHub APP 3:28 PM7 new commits pushed to master by nikolay-yankov24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow morejiminny/app| Added by GitHubMessage #releasesAa...Sprint Review - in 17 mRActivity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxCP Isolated Web ContentFirefoxFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefox GPU HelperFirefox GPU HelperVTDecoderXPCServiceSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)Notion Helper (Renderer)claudeFirefoxCP Isolated Web ContentClaude Helper (Renderer)iTerm2FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCode Helper (Renderer)Mem...2,04 GB1,16 GB962,5 MB957,7 MB835,8 MB793,0 MB770,9 MB547,0 MB544,3 MB538,3 MB516,0 MB462,2 MB447,3 MB433,0 MB407,6 MB401,0 MB386,9 MB386,0 MB372,3 MB346,7 MB326,2 MB326,1 MB314,0 MB301,2 MB274,0 MB235,3 MB221,6 MB210,3 MBMEMORY PRESSUREPhysical Memory:Memory Used:Cached Files:Swap Used:100% C78Wed 15 Apr 15:43:13CPUMemoryDiskThreads3722267385252526291215242625272524231521132715262718EnergyPorts59919 7751257301 20220 015125128253242170186121124124126124121121172328721232161 832123126185PID93892407429748014146648424203036713146738019938994186335480358313527643652430163689848173265481148509103583360519487856138482988534016,00 GB14,21 GB <1,74 GB2,99 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,89 GB2,89 GB6,87 GB...
|
NULL
|
|
71551
|
1706
|
6
|
2026-04-22T12:53:09.495563+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-22/1776 /Users/lukas/.screenpipe/data/data/2026-04-22/1776862389495_m1.jpg...
|
PhpStorm
|
faVsco.js – AutomatedReportsService.php
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• 0DOCKER881DOCKER (docker-compose)docker882-zsh112>&1docker_lamp_1vaya''telus'2026-04-22 12:52:11 Running ['artisan''talkdesk'activity:sync 'ringcentral' 'a--from='2026-04-22 12:36:00'--to='2026-04-22 12:52:00']1s DONEdocker_lamp_11 '/usr/local/bin/php' 'artisan'ringcentral' 'avaya"'talkdesk'--from='2026-04-22 12:36:00*--to= 2026-04-22 12:52:00'/proc/1/fddocker_1amp_1docker_lamp_1docker_lamp_1run_artisan_schedule: Done waiting for schedule:run2026-04-22 12:52:14 Jiminny\Jobs\Mailbox\CreateBatchesRUNNINGdocker_lamp_12026-04-22 12:52:14 Jiminny\Jobs\Mailbox\CreateBatches92.92msDONEdocker_1amp_1docker_lamp_12026-04-22 12:53:02 Running ['artisan' meeting-bot:schedule-bot] ...1s DONEdocker_lamp_1• '/usr/local/bin/php' 'artisan' meeting-bot: schedule-bot › */proc/1/fd/1' 2>&1.2026-04-22 12:53:03 Running ['artisan' dialers:monitor-activities] .15 DoN 1omp-1 / 2026-04-22 12:53:03 Running L'artisan' dialers:monitor-activities)1 '/usr/local/bin/php' 'artisan' dialers:monitor-activities › */proc/docker_lamp_11/fd/1'2>&1docker_1amp_12026-04-22 12:53:05 Running ['artisan' jiminny:monitor-social-accountS]1S DONEdocker_Lamp_11 '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1'2>&1docker_lamp_12026-04-22 12:53:06 Running ['artisan' mailbox:skip-lists:refresh] •1S DONEdocker_Lamp_11 '/usr/local/bin/php' 'artisan'mailbox:skip-lists:refresh › */proc/1/fd/1'2>&1docker_lamp_12026-04-22 12:53:07 Running ['artisan' mailbox:batch:process --max-batches=15]1sDONEdocker_1amp_11 '/usr/local/bin/php' 'artisan'mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1docker_lamp_12026-04-22 12:53:08 Running ['artisan' mailbox:batch:retry-failed --max-batches=15] in background1.41ms DONEdocker_lamp_11 " ('/usr/local/bin/php' 'artisan' mailbox:batch:retry-failed--max-batches=15 >'/proc/1/fd/1' 2>&1 ; '/usr/local/bin/php' 'artisan'schedule: finish"framework/schedule-390defd641effba0f73a895e426ded4cf2ba7f11" "$?") › '/dev/null' 2>&1 &docker_lamp_1docker_lamp_11 run_artisan_schedule: Done waiting for schedule:runAl chapter • in 1h 7 mA100% C7Wed 22 Apr 15:53:10* Build full day ac...PROD (ssh)• 84|screenpipe"O 885-zsh86APP (-zsh)T2PROD (ssh)Run'do-release-upgrade' to upgrade to it.181ec2-user@ip-10-...• *8|PROD*** System restart required ***Last login: Wed Apr 22 08:09:38 2026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X L3 EU (ssh)New release '24.04.4 LTS' available.Run'do-release-upgrade' to upgrade to it.*** System restart required ***Last login: Tue Apr 21 16:24:08 2026 from 212.5.153.87lukas@jiminny-eu-bastion:~$T4 STAGE (-zsh)Run 'do-release-upgrade' to upgrade to it.STAGELast login: Thu Apr 16 07:34:39 2026 from [IP_ADDRESS]: $ client_loop: send disconnect: Broken pipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $T5 QA (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsView in Docker Desktop• View ConfigEnable WatchX T6 FE (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsFRONTENDPoetry could not find a pyproject.toml file in /Users/lukas or its parentsLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX Y7 EXT (-zsh)Last login: Mon Apr 20 19:48:04 on ttys005Poetry could not find a pyproject.toml file in /Users/lukas or its parents EXTENSIONPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $...
|
NULL
|
8419235961820239144
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• 0DOCKER881DOCKER (docker-compose)docker882-zsh112>&1docker_lamp_1vaya''telus'2026-04-22 12:52:11 Running ['artisan''talkdesk'activity:sync 'ringcentral' 'a--from='2026-04-22 12:36:00'--to='2026-04-22 12:52:00']1s DONEdocker_lamp_11 '/usr/local/bin/php' 'artisan'ringcentral' 'avaya"'talkdesk'--from='2026-04-22 12:36:00*--to= 2026-04-22 12:52:00'/proc/1/fddocker_1amp_1docker_lamp_1docker_lamp_1run_artisan_schedule: Done waiting for schedule:run2026-04-22 12:52:14 Jiminny\Jobs\Mailbox\CreateBatchesRUNNINGdocker_lamp_12026-04-22 12:52:14 Jiminny\Jobs\Mailbox\CreateBatches92.92msDONEdocker_1amp_1docker_lamp_12026-04-22 12:53:02 Running ['artisan' meeting-bot:schedule-bot] ...1s DONEdocker_lamp_1• '/usr/local/bin/php' 'artisan' meeting-bot: schedule-bot › */proc/1/fd/1' 2>&1.2026-04-22 12:53:03 Running ['artisan' dialers:monitor-activities] .15 DoN 1omp-1 / 2026-04-22 12:53:03 Running L'artisan' dialers:monitor-activities)1 '/usr/local/bin/php' 'artisan' dialers:monitor-activities › */proc/docker_lamp_11/fd/1'2>&1docker_1amp_12026-04-22 12:53:05 Running ['artisan' jiminny:monitor-social-accountS]1S DONEdocker_Lamp_11 '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1'2>&1docker_lamp_12026-04-22 12:53:06 Running ['artisan' mailbox:skip-lists:refresh] •1S DONEdocker_Lamp_11 '/usr/local/bin/php' 'artisan'mailbox:skip-lists:refresh › */proc/1/fd/1'2>&1docker_lamp_12026-04-22 12:53:07 Running ['artisan' mailbox:batch:process --max-batches=15]1sDONEdocker_1amp_11 '/usr/local/bin/php' 'artisan'mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1docker_lamp_12026-04-22 12:53:08 Running ['artisan' mailbox:batch:retry-failed --max-batches=15] in background1.41ms DONEdocker_lamp_11 " ('/usr/local/bin/php' 'artisan' mailbox:batch:retry-failed--max-batches=15 >'/proc/1/fd/1' 2>&1 ; '/usr/local/bin/php' 'artisan'schedule: finish"framework/schedule-390defd641effba0f73a895e426ded4cf2ba7f11" "$?") › '/dev/null' 2>&1 &docker_lamp_1docker_lamp_11 run_artisan_schedule: Done waiting for schedule:runAl chapter • in 1h 7 mA100% C7Wed 22 Apr 15:53:10* Build full day ac...PROD (ssh)• 84|screenpipe"O 885-zsh86APP (-zsh)T2PROD (ssh)Run'do-release-upgrade' to upgrade to it.181ec2-user@ip-10-...• *8|PROD*** System restart required ***Last login: Wed Apr 22 08:09:38 2026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X L3 EU (ssh)New release '24.04.4 LTS' available.Run'do-release-upgrade' to upgrade to it.*** System restart required ***Last login: Tue Apr 21 16:24:08 2026 from 212.5.153.87lukas@jiminny-eu-bastion:~$T4 STAGE (-zsh)Run 'do-release-upgrade' to upgrade to it.STAGELast login: Thu Apr 16 07:34:39 2026 from [IP_ADDRESS]: $ client_loop: send disconnect: Broken pipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $T5 QA (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsView in Docker Desktop• View ConfigEnable WatchX T6 FE (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsFRONTENDPoetry could not find a pyproject.toml file in /Users/lukas or its parentsLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX Y7 EXT (-zsh)Last login: Mon Apr 20 19:48:04 on ttys005Poetry could not find a pyproject.toml file in /Users/lukas or its parents EXTENSIONPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $...
|
71534
|
|
42621
|
911
|
9
|
2026-04-17T07:30:51.758808+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-17/1776 /Users/lukas/.screenpipe/data/data/2026-04-17/1776411051758_m2.jpg...
|
Firefox
|
Meet - Backend Chapter — Work
|
True
|
meet.google.com/gjc-ikxu-wxu?authuser=lukas.kovali meet.google.com/gjc-ikxu-wxu?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Backend Chapter
meet.google.com
Workers | D Meet - Backend Chapter
meet.google.com
Workers | Datadog
Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
[SRD-6793] Les Mills activity types not pulling in - Jira
[SRD-6793] Les Mills activity types not pulling in - Jira
Problem loading page
Problem loading page
Symfony\Component\Debug\Exception\FatalThrowableError: League\Flysystem\Filesystem::has(): Argument #1 ($location) must be of type string, null given, called in /home/jiminny/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line
Symfony\Component\Debug\Exception\FatalThrowableError: League\Flysystem\Filesystem::has(): Argument #1 ($location) must be of type string, null given, called in /home/jiminny/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line
CloudWatch | us-east-2
CloudWatch | us-east-2
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
Console Home | Console Home | eu-west-1
Console Home | Console Home | eu-west-1
New Tab
New Tab
Meet - Backend Chapter
Meet - Backend Chapter
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Return to home screen
[EMAIL]
Switch account
Switch account
Camera is starting
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: soundcore AeroClip
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
Backend Chapter
Backend Chapter
People are waiting. Join to let them in.
Use Gemini to take notes Share notes and transcript
Use Gemini to take notes
Share notes and transcript
Start
Start
Join now
Join now
Other ways to join
Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.
Learn more
Learn more
Your camera is on. Your microphone is on....
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Meet - Backend Chapter","depth":4,"bounds":{"left":0.09804688,"top":0.31736112,"width":0.051953126,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"meet.google.com","depth":4,"bounds":{"left":0.09804688,"top":0.32708332,"width":0.035546876,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Workers | Datadog","depth":4,"bounds":{"left":0.00234375,"top":0.045138888,"width":0.0890625,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira","depth":4,"bounds":{"left":0.0,"top":0.08263889,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira","depth":5,"bounds":{"left":0.015625,"top":0.09236111,"width":0.11875,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"[SRD-6793] Les Mills activity types not pulling in - Jira","depth":4,"bounds":{"left":0.0,"top":0.11111111,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"[SRD-6793] Les Mills activity types not pulling in - Jira","depth":5,"bounds":{"left":0.015625,"top":0.12083333,"width":0.11171875,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Problem loading page","depth":4,"bounds":{"left":0.0,"top":0.13958333,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Problem loading page","depth":5,"bounds":{"left":0.015625,"top":0.14930555,"width":0.04453125,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Symfony\\Component\\Debug\\Exception\\FatalThrowableError: League\\Flysystem\\Filesystem::has(): Argument #1 ($location) must be of type string, null given, called in /home/jiminny/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line","depth":4,"bounds":{"left":0.0,"top":0.16805555,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Symfony\\Component\\Debug\\Exception\\FatalThrowableError: League\\Flysystem\\Filesystem::has(): Argument #1 ($location) must be of type string, null given, called in /home/jiminny/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line","depth":5,"bounds":{"left":0.015625,"top":0.17777778,"width":0.53398436,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"CloudWatch | us-east-2","depth":4,"bounds":{"left":0.0,"top":0.19652778,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CloudWatch | us-east-2","depth":5,"bounds":{"left":0.015625,"top":0.20625,"width":0.0484375,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":4,"bounds":{"left":0.0,"top":0.225,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":5,"bounds":{"left":0.015625,"top":0.23472223,"width":0.1515625,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Console Home | Console Home | eu-west-1","depth":4,"bounds":{"left":0.0,"top":0.2534722,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Console Home | Console Home | eu-west-1","depth":5,"bounds":{"left":0.015625,"top":0.26319444,"width":0.0875,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.28194445,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.015625,"top":0.29166666,"width":0.017578125,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Meet - Backend Chapter","depth":4,"bounds":{"left":0.0,"top":0.31041667,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Meet - Backend Chapter","depth":5,"bounds":{"left":0.015625,"top":0.3201389,"width":0.05,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.07890625,"top":0.31666666,"width":0.009375,"height":0.016666668},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.003125,"top":0.3402778,"width":0.08710937,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.003125,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.01640625,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.029296875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0421875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.05546875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Return to home screen","depth":10,"bounds":{"left":0.1,"top":0.05625,"width":0.041015625,"height":0.027777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"lukas.kovalik@jiminny.com","depth":12,"bounds":{"left":0.9097656,"top":0.057638887,"width":0.065625,"height":0.011805556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Switch account","depth":11,"bounds":{"left":0.940625,"top":0.06875,"width":0.034765624,"height":0.011805556},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Switch account","depth":12,"bounds":{"left":0.940625,"top":0.06875,"width":0.034765624,"height":0.011805556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Camera is starting","depth":15,"bounds":{"left":0.42109376,"top":0.48055556,"width":0.07070313,"height":0.02013889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":14,"bounds":{"left":0.31835938,"top":0.36319444,"width":0.034765624,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More options","depth":13,"bounds":{"left":0.57851565,"top":0.35277778,"width":0.01875,"height":0.033333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off microphone","depth":14,"bounds":{"left":0.41757813,"top":0.59097224,"width":0.021875,"height":0.033333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Turn off camera","depth":14,"bounds":{"left":0.44570312,"top":0.59097224,"width":0.021875,"height":0.033333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Turn on background blur","depth":13,"bounds":{"left":0.47382814,"top":0.59097224,"width":0.021875,"height":0.033333335},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Microphone: soundcore AeroClip","depth":12,"bounds":{"left":0.31210938,"top":0.6493056,"width":0.06992187,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Speaker: System Default Speaker Device","depth":13,"bounds":{"left":0.38515624,"top":0.6493056,"width":0.06992187,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Camera: FaceTime HD Camera","depth":12,"bounds":{"left":0.45820314,"top":0.6493056,"width":0.06992187,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Backgrounds and effects","depth":12,"bounds":{"left":0.53125,"top":0.6493056,"width":0.06992187,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Backend Chapter","depth":11,"bounds":{"left":0.6074219,"top":0.39722222,"width":0.175,"height":0.025},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Backend Chapter","depth":14,"bounds":{"left":0.6519531,"top":0.39652777,"width":0.08554687,"height":0.025694445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"People are waiting. Join to let them in.","depth":13,"bounds":{"left":0.6449219,"top":0.43888888,"width":0.099609375,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Use Gemini to take notes Share notes and transcript","depth":11,"bounds":{"left":0.63203126,"top":0.46388888,"width":0.12539062,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Use Gemini to take notes","depth":12,"bounds":{"left":0.65546876,"top":0.47361112,"width":0.06328125,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Share notes and transcript","depth":12,"bounds":{"left":0.65546876,"top":0.4875,"width":0.05625,"height":0.011111111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Start","depth":12,"bounds":{"left":0.721875,"top":0.4722222,"width":0.030859375,"height":0.027777778},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Start","depth":14,"bounds":{"left":0.73125,"top":0.47916666,"width":0.012109375,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Join now","depth":12,"bounds":{"left":0.64804685,"top":0.51944447,"width":0.09375,"height":0.03888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"Join now","depth":14,"bounds":{"left":0.6832031,"top":0.53194445,"width":0.023046875,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Other ways to join","depth":12,"bounds":{"left":0.6582031,"top":0.5777778,"width":0.07304688,"height":0.027777778},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.","depth":12,"bounds":{"left":0.4234375,"top":0.9375,"width":0.26289064,"height":0.035416666},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more","depth":12,"bounds":{"left":0.5648438,"top":0.9611111,"width":0.028125,"height":0.011805556},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more","depth":13,"bounds":{"left":0.5648438,"top":0.9611111,"width":0.028125,"height":0.011805556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your camera is on. Your microphone is on.","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
8418968896116235979
|
9095116361359362770
|
visual_change
|
accessibility
|
NULL
|
Meet - Backend Chapter
meet.google.com
Workers | D Meet - Backend Chapter
meet.google.com
Workers | Datadog
Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
[SRD-6793] Les Mills activity types not pulling in - Jira
[SRD-6793] Les Mills activity types not pulling in - Jira
Problem loading page
Problem loading page
Symfony\Component\Debug\Exception\FatalThrowableError: League\Flysystem\Filesystem::has(): Argument #1 ($location) must be of type string, null given, called in /home/jiminny/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line
Symfony\Component\Debug\Exception\FatalThrowableError: League\Flysystem\Filesystem::has(): Argument #1 ($location) must be of type string, null given, called in /home/jiminny/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line
CloudWatch | us-east-2
CloudWatch | us-east-2
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
Console Home | Console Home | eu-west-1
Console Home | Console Home | eu-west-1
New Tab
New Tab
Meet - Backend Chapter
Meet - Backend Chapter
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Return to home screen
[EMAIL]
Switch account
Switch account
Camera is starting
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: soundcore AeroClip
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
Backend Chapter
Backend Chapter
People are waiting. Join to let them in.
Use Gemini to take notes Share notes and transcript
Use Gemini to take notes
Share notes and transcript
Start
Start
Join now
Join now
Other ways to join
Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.
Learn more
Learn more
Your camera is on. Your microphone is on....
|
NULL
|
|
22815
|
494
|
27
|
2026-04-15T10:52:02.653411+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776250322653_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActi +SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActivityFilesLater..•More+→Search Jiminny IncJiminny ...abExternal connections* Starred& platform-inner-teamChannels# ai-chapter# alerts# backend# confusion-clinic# curiosity_lab# engineering# frontend# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesStoyan Tanev• Ves@ Cala DimitravoStoyan Tanev6 0• MessagesAdd canvasO Filesstoyan tanevT'SZ PIMДобре,Thursday, March 26thcrm: sync-opportunity--teamId+php artisan--fromLukas Kovalik 1:53 PMда и добави стратегия ако искаш на задH1Today ~NewStoyan Tanev E1:24 PMЗдрасти, имаме ли логове от конектвания наинтеграция?понеже сега бях на среща с клиент итръгнахме да вързваме Зохо, и просто серефрешва страницатаи пак ни врьща в началотоhttps://app.jiminny.com/export/wmbfq6UIOHluXIRatejU6t6PHzAhyVUdNiObCr2tOHy6fLwooNJTALukas Kovalik 1:33 PMздрасти, трябва да го прегледам, но почтисьм сигурен че не е при нас, ако се наложище пиша на intergration-appможе ли да отвориш тикет?Stoyan Tanev |Да пускам го1:34 PMMessage Stoyan TanevIn a meeting • Googl...+Aa> 0.(alo)= Support Daily - in 1h 8 mRActivity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxCP Isolated Web ContentFirefoxFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentVTDecoderXPCServiceFirefox GPU HelperFirefoxCP Isolated Web ContentSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefox GPU HelperFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)claudeFirefoxCP Isolated Web ContentNotion Helper (Renderer)FirefoxCP Isolated Web ContentiTerm2Claude Helper (Renderer)FirefoxCP Isolated Web ContentClaudeFirefoxCP Isolated Web ContentMEMORY PRESSUREMem...2,16 GB1,13 GB958,0 MB886,5 MB844,8 MB761,0 MB746,4 MB593,7 MB524,5 MB476,1 MB440,8 MB435,5 MB425,8 MB425,4 MB423,8 MB393,4 MB377,8 MB370,5 MB339,2 MB327,9 MB320,7 MB311,4 MB301,1 MB275,6 MB236,7 MB230,2 MB191,1 MB187,5 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C78Wed 15 Apr 13:52:02CPUMemoryDiskThreads3823257985251126251525263024272623151324202815266028EnergyPorts60519 1441237461 20319 350123166251127185121124244122125126121172721203131261 789207122718128PID74060407429748014146648424203074065146733671341863354803583180193527643652430164817326548509103689811483583348786051956138604914829816,00 GB13,65 GB<2,31 GB3,52 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,38 GB3,11 GB5,60 GB...
|
NULL
|
8418917258619618950
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActi +SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActivityFilesLater..•More+→Search Jiminny IncJiminny ...abExternal connections* Starred& platform-inner-teamChannels# ai-chapter# alerts# backend# confusion-clinic# curiosity_lab# engineering# frontend# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesStoyan Tanev• Ves@ Cala DimitravoStoyan Tanev6 0• MessagesAdd canvasO Filesstoyan tanevT'SZ PIMДобре,Thursday, March 26thcrm: sync-opportunity--teamId+php artisan--fromLukas Kovalik 1:53 PMда и добави стратегия ако искаш на задH1Today ~NewStoyan Tanev E1:24 PMЗдрасти, имаме ли логове от конектвания наинтеграция?понеже сега бях на среща с клиент итръгнахме да вързваме Зохо, и просто серефрешва страницатаи пак ни врьща в началотоhttps://app.jiminny.com/export/wmbfq6UIOHluXIRatejU6t6PHzAhyVUdNiObCr2tOHy6fLwooNJTALukas Kovalik 1:33 PMздрасти, трябва да го прегледам, но почтисьм сигурен че не е при нас, ако се наложище пиша на intergration-appможе ли да отвориш тикет?Stoyan Tanev |Да пускам го1:34 PMMessage Stoyan TanevIn a meeting • Googl...+Aa> 0.(alo)= Support Daily - in 1h 8 mRActivity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxCP Isolated Web ContentFirefoxFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentVTDecoderXPCServiceFirefox GPU HelperFirefoxCP Isolated Web ContentSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefox GPU HelperFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)claudeFirefoxCP Isolated Web ContentNotion Helper (Renderer)FirefoxCP Isolated Web ContentiTerm2Claude Helper (Renderer)FirefoxCP Isolated Web ContentClaudeFirefoxCP Isolated Web ContentMEMORY PRESSUREMem...2,16 GB1,13 GB958,0 MB886,5 MB844,8 MB761,0 MB746,4 MB593,7 MB524,5 MB476,1 MB440,8 MB435,5 MB425,8 MB425,4 MB423,8 MB393,4 MB377,8 MB370,5 MB339,2 MB327,9 MB320,7 MB311,4 MB301,1 MB275,6 MB236,7 MB230,2 MB191,1 MB187,5 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C78Wed 15 Apr 13:52:02CPUMemoryDiskThreads3823257985251126251525263024272623151324202815266028EnergyPorts60519 1441237461 20319 350123166251127185121124244122125126121172721203131261 789207122718128PID74060407429748014146648424203074065146733671341863354803583180193527643652430164817326548509103689811483583348786051956138604914829816,00 GB13,65 GB<2,31 GB3,52 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,38 GB3,11 GB5,60 GB...
|
NULL
|
|
41690
|
882
|
39
|
2026-04-17T06:21:38.714446+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-17/1776 /Users/lukas/.screenpipe/data/data/2026-04-17/1776406898714_m1.jpg...
|
NULL
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStormFileEditViewNavigateCodeLaravelRefactorRu PhpStormFileEditViewNavigateCodeLaravelRefactorRunToolsGitWindowHelpEU (ssh)DOCKERDEV (-zsh)О 882APP (-zsh)883-zshXI11 DOCKER (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parentsPoetry could not find a pyproject.toml/docker or its parentsin /Users/lukas/jiminny/infrastructure/dev(all* Review screenpipe U...100% 1478Fri 17 Apr 9:21:38181*4-zsh®О885PROD (ssh)Run 'do-release-upgrade' to upgrade to it.• 26-zshPRODlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/infrastructure/dev/docker (develop)$Lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/infrastructure/dev/docker (develop)$ 0*** System restart required ***Last login: Thu Apr 16 06:55:09 2026 from 212.39.71.189lukas@jiminny-prod-bastion:~$X L3 EU (ssh)New release '24.04.4 LTS' available.Run'do-release-upgrade'to upgrade to it.U*** System restart required ***login: Thu Apr 16 06:55:03 2026 from 212.39.71.189lukas@jiminny-eu-bastion:~$ |T4 STAGE (-zsh)Last login: Thu Apr 16 15:43:43 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsSTAGEPoetry could not find a pyproject.toml file in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny$T5 QA (-zsh)Last login: Thu Apr 16 15:43:43 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsXT6 FE (-zsh)Last login: Thu Apr 16 15:48:07 on ttys004Poetry could not find a pyproject.toml file in /Users/lukas or its parents RONTENDPoetry could not find a pyproject.toml file in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX T7 EXT (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsEXTENSIONPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|...
|
NULL
|
8418323084660384761
|
NULL
|
click
|
ocr
|
NULL
|
PhpStormFileEditViewNavigateCodeLaravelRefactorRu PhpStormFileEditViewNavigateCodeLaravelRefactorRunToolsGitWindowHelpEU (ssh)DOCKERDEV (-zsh)О 882APP (-zsh)883-zshXI11 DOCKER (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parentsPoetry could not find a pyproject.toml/docker or its parentsin /Users/lukas/jiminny/infrastructure/dev(all* Review screenpipe U...100% 1478Fri 17 Apr 9:21:38181*4-zsh®О885PROD (ssh)Run 'do-release-upgrade' to upgrade to it.• 26-zshPRODlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/infrastructure/dev/docker (develop)$Lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/infrastructure/dev/docker (develop)$ 0*** System restart required ***Last login: Thu Apr 16 06:55:09 2026 from 212.39.71.189lukas@jiminny-prod-bastion:~$X L3 EU (ssh)New release '24.04.4 LTS' available.Run'do-release-upgrade'to upgrade to it.U*** System restart required ***login: Thu Apr 16 06:55:03 2026 from 212.39.71.189lukas@jiminny-eu-bastion:~$ |T4 STAGE (-zsh)Last login: Thu Apr 16 15:43:43 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsSTAGEPoetry could not find a pyproject.toml file in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny$T5 QA (-zsh)Last login: Thu Apr 16 15:43:43 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsXT6 FE (-zsh)Last login: Thu Apr 16 15:48:07 on ttys004Poetry could not find a pyproject.toml file in /Users/lukas or its parents RONTENDPoetry could not find a pyproject.toml file in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX T7 EXT (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsEXTENSIONPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|...
|
NULL
|
|
11716
|
238
|
6
|
2026-04-14T10:02:28.401355+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776160948401_m1.jpg...
|
Firefox
|
Pipelines - jiminny/app — Work
|
True
|
app.circleci.com/pipelines/github/jiminny/app
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Ask Google Gemini
JY-20543 add AJ reports User pil Ask Google Gemini
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
Console Home | Console Home | us-east-2
Console Home | Console Home | us-east-2
SecurityGroup | EC2 | us-east-2
SecurityGroup | EC2 | us-east-2
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jiminny
Jiminny
Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf
Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
CloudWatch | us-east-2
CloudWatch | us-east-2
New Tab
New Tab
CloudWatch | us-east-2
CloudWatch | us-east-2
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Go to home page
View third-party service outages
Auto theme
Open notifications
Open support menu
Open user menu
org avatar Current organization: jiminny
Home
Home
Pipelines
Pipelines
Projects
Projects
Deploys
Deploys
Insights
Insights
Runners
Runners
Org
Org
Plan
Plan
Chunk
Chunk
Dashboard All Pipelines
All Pipelines
Project Outline app
app
app
app
Overview
Overview
Settings
Settings
Deploys
Deploys
Lightning Manage triggers
Manage triggers
Pipelines Trigger Pipeline
Trigger Pipeline
Pipelines All pipelines my-pipelines-filter
All pipelines
app Project Filter. Selected "app"
app
All branches Branch Filter. Selected "All branches"
All branches
Start Time Cutoff date Arrow Drop Down
Cutoff date
All statuses Arrow Drop Down
All
statuses
Filter Display options
Display options
Pipeline
Status
Workflow
Checkout source
Trigger event
Start
Duration
Actions
app
57244
57244
RUNNING workflow build_accept_deploy. Collapse the workflow jobs list.
Status Running Running
Running
22m 30s
remain
Info Outline
build_accept_deploy
build_accept_deploy
JY-20255-quick-search-show-duration-and-call-conference-type
JY-20255-quick-search-show-duration-and-call-conference-type
Open commit on version control site
971d7a9
JY-20255: Update QuickSearchItem to show activity type and duration
Push
Commit pushed
Copy timestamp to clipboard
3m ago
Copy timestamp duration to clipboard
Rerun workflow from start
Rerun workflow from failed
Cancel workflow
Fix workflow
More Actions
Jobs
SUCCESS job checkout-code
checkout-code
869843
2m 44s
2m 44s
RUNNING job build-frontend
build-frontend
869844
17s
17s
test-frontend
869845
RUNNING job build-backend
build-backend
869846
16s
16s
phpstan
869849
prepare_deploy_revision_subenv
869852
build_docker_backend_code_subenv
869855
build_docker_worker_code_subenv
869853
build_docker_worker_video_code_subenv
869854
db_migrations_subenv
869857
deploy_docker_backend_code_subenv
869860
deploy_docker_worker_code_subenv
869859
deploy_docker_worker_video_code_subenv
869858
deploy_frontend_assets_to_s3_subenv
869856
setup
869847
test
869848
test-backend-lint
869850
sonar_cloud
869851
SUCCESS workflow setup-workflow. Collapse the workflow jobs list.
Status Passed Success
Success
setup-workflow
setup-workflow
SETUP
JY-20255-quick-search-show-duration-and-call-conference-type
JY-20255-quick-search-show-duration-and-call-conference-type
Open commit on version control site
971d7a9
JY-20255: Update QuickSearchItem to show activity type and duration
Push
Commit pushed
Copy timestamp to clipboard
4m ago
Copy timestamp duration to clipboard
Rerun workflow from start
Rerun workflow from failed
Cancel workflow
Fix workflow
More Actions
Jobs
SUCCESS job setup
setup
869842
1m 4s
1m 4s
app
57243
57243
RUNNING workflow build_accept_deploy. Collapse the workflow jobs list.
Status Running Running
Running
18m 25s
remain
Info Outline
build_accept_deploy
build_accept_deploy
JY-19617-calendar-memory-leak
JY-19617-calendar-memory-leak
Open commit on version control site
1232603
JY-19617: prevent memory overflow on Google API response floods
Push
Commit pushed
Copy timestamp to clipboard
7m ago
Copy timestamp duration to clipboard
Rerun workflow from start
Rerun workflow from failed
Cancel workflow
Fix workflow
More Actions
Jobs
SUCCESS job checkout-code
checkout-code
869833
1m 34s
1m 34s
SUCCESS job build-frontend
build-frontend
869834
1m 32s
1m 32s
SUCCESS job test-frontend
test-frontend
869835
1m 36s
1m 36s
SUCCESS job build-backend
build-backend
869836
51s
51s...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Ask Google Gemini","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Pipelines - jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXRadioButton","text":"Feed — jiminny — Sentry","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Console Home | Console Home | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Console Home | Console Home | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"SecurityGroup | EC2 | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SecurityGroup | EC2 | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jiminny","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"CloudWatch | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CloudWatch | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"CloudWatch | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CloudWatch | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Go to home page","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"View third-party service outages","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Auto theme","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open notifications","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Open support menu","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Open user menu","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"org avatar Current organization: jiminny","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Home","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Home","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pipelines","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pipelines","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Projects","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Projects","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Deploys","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Deploys","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Insights","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Insights","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Runners","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Runners","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Org","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Org","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Plan","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Plan","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Chunk","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Chunk","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Dashboard All Pipelines","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"All Pipelines","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Project Outline app","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"app","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Overview","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Overview","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Settings","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Settings","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Deploys","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Deploys","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Lightning Manage triggers","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Manage triggers","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pipelines Trigger Pipeline","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Trigger Pipeline","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pipelines All pipelines my-pipelines-filter","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All pipelines","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"app Project Filter. Selected \"app\"","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"app","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"All branches Branch Filter. Selected \"All branches\"","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All branches","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Start Time Cutoff date Arrow Drop Down","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Cutoff date","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"All statuses Arrow Drop Down","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"statuses","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Filter Display options","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Display options","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pipeline","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Status","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Workflow","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Checkout source","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Trigger event","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Start","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Duration","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Actions","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"57244","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"57244","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"RUNNING workflow build_accept_deploy. Collapse the workflow jobs list.","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Status Running Running","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Running","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22m 30s","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"remain","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Info Outline","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"build_accept_deploy","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"build_accept_deploy","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-20255-quick-search-show-duration-and-call-conference-type","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20255-quick-search-show-duration-and-call-conference-type","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Open commit on version control site","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"971d7a9","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"JY-20255: Update QuickSearchItem to show activity type and duration","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Push","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Commit pushed","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy timestamp to clipboard","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"3m ago","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy timestamp duration to clipboard","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Rerun workflow from start","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Rerun workflow from failed","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Cancel workflow","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Fix workflow","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"More Actions","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Jobs","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SUCCESS job checkout-code","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"checkout-code","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869843","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"2m 44s","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"2m 44s","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"RUNNING job build-frontend","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"build-frontend","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869844","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"17s","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"17s","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"test-frontend","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869845","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"RUNNING job build-backend","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"build-backend","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869846","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"16s","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"16s","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"phpstan","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869849","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"prepare_deploy_revision_subenv","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869852","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"build_docker_backend_code_subenv","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869855","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"build_docker_worker_code_subenv","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869853","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"build_docker_worker_video_code_subenv","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869854","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"db_migrations_subenv","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869857","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"deploy_docker_backend_code_subenv","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869860","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"deploy_docker_worker_code_subenv","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869859","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"deploy_docker_worker_video_code_subenv","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869858","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"deploy_frontend_assets_to_s3_subenv","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869856","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"setup","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869847","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"test","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869848","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"test-backend-lint","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869850","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"sonar_cloud","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869851","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"SUCCESS workflow setup-workflow. Collapse the workflow jobs list.","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Status Passed Success","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Success","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"setup-workflow","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"setup-workflow","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SETUP","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-20255-quick-search-show-duration-and-call-conference-type","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20255-quick-search-show-duration-and-call-conference-type","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Open commit on version control site","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"971d7a9","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"JY-20255: Update QuickSearchItem to show activity type and duration","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Push","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Commit pushed","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy timestamp to clipboard","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"4m ago","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy timestamp duration to clipboard","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Rerun workflow from start","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Rerun workflow from failed","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Cancel workflow","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Fix workflow","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"More Actions","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Jobs","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SUCCESS job setup","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"setup","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869842","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"1m 4s","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"1m 4s","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"57243","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"57243","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"RUNNING workflow build_accept_deploy. Collapse the workflow jobs list.","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Status Running Running","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Running","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"18m 25s","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"remain","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Info Outline","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"build_accept_deploy","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"build_accept_deploy","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-19617-calendar-memory-leak","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-19617-calendar-memory-leak","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Open commit on version control site","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"1232603","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"JY-19617: prevent memory overflow on Google API response floods","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Push","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Commit pushed","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy timestamp to clipboard","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"7m ago","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy timestamp duration to clipboard","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Rerun workflow from start","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Rerun workflow from failed","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Cancel workflow","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Fix workflow","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"More Actions","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Jobs","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SUCCESS job checkout-code","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"checkout-code","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869833","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"1m 34s","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"1m 34s","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SUCCESS job build-frontend","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"build-frontend","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869834","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"1m 32s","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"1m 32s","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SUCCESS job test-frontend","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"test-frontend","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869835","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"1m 36s","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"1m 36s","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SUCCESS job build-backend","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"build-backend","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"869836","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"51s","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"51s","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
8418300690378809540
|
2095939245327513250
|
idle
|
accessibility
|
NULL
|
Ask Google Gemini
JY-20543 add AJ reports User pil Ask Google Gemini
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
Console Home | Console Home | us-east-2
Console Home | Console Home | us-east-2
SecurityGroup | EC2 | us-east-2
SecurityGroup | EC2 | us-east-2
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jiminny
Jiminny
Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf
Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
CloudWatch | us-east-2
CloudWatch | us-east-2
New Tab
New Tab
CloudWatch | us-east-2
CloudWatch | us-east-2
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Go to home page
View third-party service outages
Auto theme
Open notifications
Open support menu
Open user menu
org avatar Current organization: jiminny
Home
Home
Pipelines
Pipelines
Projects
Projects
Deploys
Deploys
Insights
Insights
Runners
Runners
Org
Org
Plan
Plan
Chunk
Chunk
Dashboard All Pipelines
All Pipelines
Project Outline app
app
app
app
Overview
Overview
Settings
Settings
Deploys
Deploys
Lightning Manage triggers
Manage triggers
Pipelines Trigger Pipeline
Trigger Pipeline
Pipelines All pipelines my-pipelines-filter
All pipelines
app Project Filter. Selected "app"
app
All branches Branch Filter. Selected "All branches"
All branches
Start Time Cutoff date Arrow Drop Down
Cutoff date
All statuses Arrow Drop Down
All
statuses
Filter Display options
Display options
Pipeline
Status
Workflow
Checkout source
Trigger event
Start
Duration
Actions
app
57244
57244
RUNNING workflow build_accept_deploy. Collapse the workflow jobs list.
Status Running Running
Running
22m 30s
remain
Info Outline
build_accept_deploy
build_accept_deploy
JY-20255-quick-search-show-duration-and-call-conference-type
JY-20255-quick-search-show-duration-and-call-conference-type
Open commit on version control site
971d7a9
JY-20255: Update QuickSearchItem to show activity type and duration
Push
Commit pushed
Copy timestamp to clipboard
3m ago
Copy timestamp duration to clipboard
Rerun workflow from start
Rerun workflow from failed
Cancel workflow
Fix workflow
More Actions
Jobs
SUCCESS job checkout-code
checkout-code
869843
2m 44s
2m 44s
RUNNING job build-frontend
build-frontend
869844
17s
17s
test-frontend
869845
RUNNING job build-backend
build-backend
869846
16s
16s
phpstan
869849
prepare_deploy_revision_subenv
869852
build_docker_backend_code_subenv
869855
build_docker_worker_code_subenv
869853
build_docker_worker_video_code_subenv
869854
db_migrations_subenv
869857
deploy_docker_backend_code_subenv
869860
deploy_docker_worker_code_subenv
869859
deploy_docker_worker_video_code_subenv
869858
deploy_frontend_assets_to_s3_subenv
869856
setup
869847
test
869848
test-backend-lint
869850
sonar_cloud
869851
SUCCESS workflow setup-workflow. Collapse the workflow jobs list.
Status Passed Success
Success
setup-workflow
setup-workflow
SETUP
JY-20255-quick-search-show-duration-and-call-conference-type
JY-20255-quick-search-show-duration-and-call-conference-type
Open commit on version control site
971d7a9
JY-20255: Update QuickSearchItem to show activity type and duration
Push
Commit pushed
Copy timestamp to clipboard
4m ago
Copy timestamp duration to clipboard
Rerun workflow from start
Rerun workflow from failed
Cancel workflow
Fix workflow
More Actions
Jobs
SUCCESS job setup
setup
869842
1m 4s
1m 4s
app
57243
57243
RUNNING workflow build_accept_deploy. Collapse the workflow jobs list.
Status Running Running
Running
18m 25s
remain
Info Outline
build_accept_deploy
build_accept_deploy
JY-19617-calendar-memory-leak
JY-19617-calendar-memory-leak
Open commit on version control site
1232603
JY-19617: prevent memory overflow on Google API response floods
Push
Commit pushed
Copy timestamp to clipboard
7m ago
Copy timestamp duration to clipboard
Rerun workflow from start
Rerun workflow from failed
Cancel workflow
Fix workflow
More Actions
Jobs
SUCCESS job checkout-code
checkout-code
869833
1m 34s
1m 34s
SUCCESS job build-frontend
build-frontend
869834
1m 32s
1m 32s
SUCCESS job test-frontend
test-frontend
869835
1m 36s
1m 36s
SUCCESS job build-backend
build-backend
869836
51s
51s...
|
11713
|
|
72300
|
1758
|
7
|
2026-04-22T15:27:58.355505+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-22/1776 /Users/lukas/.screenpipe/data/data/2026-04-22/1776871678355_m1.jpg...
|
Firefox
|
Jiminny MCP Connector - Product - Confluence — Wor Jiminny MCP Connector - Product - Confluence — Work...
|
True
|
jiminny.atlassian.net/wiki/spaces/PROD/pages/37282 jiminny.atlassian.net/wiki/spaces/PROD/pages/3728244737/Jiminny+MCP+Connector...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Sprint 2 Q2 - Platform Team - Scrum Board Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] Graham . I made the product related changes in the table and for the rest I left them as a note in the Technical section for the team to look at when they start looking at this. I wonder about your points related to GDPR. Currently multiple customers are using the Customer API/zapier to feed this data to AI and BI tools. They are also manually exporting transcripts and other information from the platform and feeding it to AI tools. I don’t get how MCP is so much different that all of these and why it will introduce new data processors (which are already being utilised) and would require any changes to the consent provided by participants.
You said
Jiminny MCP Connector
Epic
Link to Epik in Jira
Document status
DRAFT
Objective
Enable customers to connect Jiminny data to external AI tools (Claude, OpenAI, Gemini) so it can be used as part of their broader knowledge base and workflows.
Position Jiminny as a data layer for AI-driven revenue workflows, not just a standalone product.
👤 Target user
Revenue teams using AI tools (Sales, CS, RevOps)
Companies already experimenting with Claude / OpenAI
Mid-market & Enterprise customers with multiple data sources (CRM, docs, CI tools, Support tools etc)
🤕 Pain point or problem
Jiminny data is locked in the platform
AI tools lack access to high-value conversation context
Customers must manually export/copy transcripts
No easy way to combine calls with CRM + docs + other info - using the Jiminny API is not suitable for non technical sales people
Peer pressure as almost all competitors have this
💥 Impact and benefits
For customers
Better AI outputs using real customer conversations
Ability to build automated workflows across tools
For Jiminny
Increased product stickiness (embedded in workflows)
Competitive parity with Gong / Avoma etc.
💡 Solution ideas
Build an AI Knowledge Connector (MCP-based) that:
Exposes Jiminny data (calls, transcripts, metadata) to AI tools
Provides structured insights (summaries, action items, scoring etc.)
Supports deal-level context
Allows integration into customer-owned AI stacks (Claude + Zapier, etc.)
Success metrics
List the key goals and how you will measure success. Include both qualitative and quantitative metrics (e.g., user adoption, retention rate, revenue targets).
Goal
Metric
Increase stickiness by ensuring Jiminny is embedded in the customer’s workflows
% of customers connecting external AI tools
Number of MCP/API calls per customer - and which ones are being used the most
Decrease the manual copying of transcripts
decrease by X %
User interaction and design
Simple setup flow:
Generate API key / connect MCP
Clear instructions for Claude / Zapier setup
Provide:
Example prompts for Claude
Pre-built workflow templates for Zapier
Clear documentation - with use cases
👉 Focus: usable by non-technical users
Detailed Requirements
List the functional and non-functional requirements. Prioritize them (e.g., High, Medium, Low) and add notes for clarification.
Requirement
Importance
Notes
Allow customers to connect Jiminny to their AI tools (e.g. Claude, OpenAI)
HIGH
Provide MCP endpoint so customers can easily integrate Jiminny into their AI stack
Allow customers to access call data through AI tools
HIGH
Expose Jiminny data:
list calls (filter by date, user, account, deal)
get call
get transcript (speaker-separated)
get call metadata
search calls (keyword + semantic)
Support filtering by:
account / contact/ lead / deal
jiminny user
date range
Allow customers to search and query calls using AI tools
HIGH
Support keyword and semantic search across conversations
Provide structured insights so customers can generate better outputs
HIGH
For each call, expose:
Summary
Action items
Key points
Activity type
Notes
Call Score
CRM information
Allow customers to understand deal status across multiple calls/emails
HIGH
For each deal expose:
calls/meetings/emails
Identified risks
contacts related to the deal with their job title
linked account details
all CRM field information that we have in DI + fields used for CRM filling
example - get_deal_summary
request -
{
"tool": "get_deal_summary",
"arguments": {
"deal_name": "ACME"
}
}
responce:
{
"deal_name": "ACME",
"stage": "Negotiation",
"recent_activity": [
"Demo call on 2026-04-01",
"Pricing discussion on 2026-04-03"
],
"risks": [
"Pricing concerns",
"Security review pending"
], "next_steps": [
"Send follow-up to VP Sales",
"Share security documentation"
]
}
Ensure the AI can easily understand the schema of the data coming from Jiminny
HIGH
Models perform much better when tools have:
clear names
rich descriptions
predictable schemas
Provide clear, actionable error states for customers when MCP connections fail
HIGH
Error messages should guide agents toward solutions with specific suggestions and next steps.
Expired or revoked key — “Error: Authentication failed. The API key used to access Jiminny has been revoked or has expired. Please ask your Jiminny admin to generate a new API key in Settings > Organization > General and reconnect the MCP server.”
Rate limit hit — “Error: Rate limit exceeded. Too many requests have been made to the Jiminny MCP server in a short period. Please wait 60 seconds before retrying.”
Permissions mismatch — if a user tries to access data outside their team visibility settings - “Error: Access denied. The requested call (call_id: [X]) is outside your team's visibility settings in Jiminny. Only calls within your permitted scope are accessible.”
Trying to access private meeting - “Error: Access denied. This meeting has been marked as private by the host and cannot be accessed through the MCP connector. Try requesting a different call or ask the meeting host to change the visibility settings in Jiminny.”
Downgraded/Capture account — if a customer's plan drops below Scale tier or the Customer is on Capture in the first place - “Error: MCP access unavailable. The Jiminny MCP connector is available on the Scale plan and above. Your account does not currently have an active Scale subscription.”
Jiminny-side outage — “Error:Jiminny is temporarily unavailable (status 503). This is not a data or permissions issue — please retry in a few minutes.”
No data found - “Error:No calls found matching your criteria. Try adjusting your filters — for example, widening the date range, removing the account filter, or checking the rep name is spelled correctly in Jiminny.”
Allow customers to securely control who and what data is accessible externally
HIGH
Ensure MCP only exposes data user has access to - based on team visibility settings. This means that if a user is not allow to access calls/deals in Jiminny UI then they shouldn’t be able to access those through the MCP as well.
Private meetings shouldn’t be exposed via MCP
HIGH
When a meetings is set to Private then the information about it shouldn’t be exposed through the MCP.
Ensure Jiminny data can be combined with other sources (e.g. CRM, docs) in AI workflows
HIGH
Ensure data is structured to be easily combined with:
CRM (accounts, deals)
external docs
Use consistent identifiers:
account IDs
deal IDs
MCP is available only for Scale tier and above
HIGH
Customers who are on Capture tier should be able to access any of their data through MCP.
This should also cover the scenario when a customer has been on Scale but then downgrades to Capture - their MCP access should stop working.
Provide visibility into how external AI tools access Jiminny data
HIGH
Audit logs:
what data was accessed by which external system when
identity - who made the request
specific queries/filters used
failed access attempts (especially cross-visibility-boundary attempts)
Admins should be able to access the logs from the org settings.We can start with a csv export before building a specific page for it.
example from Atlassian -
Provide customers with example prompts to get started quickly
HIGH
MCP prompts are explicitly defined as prompt templates that clients can discover and call with arguments.
See examples in table below.
Expose Jiminny as a Connector in Claude
medium
Competitors like Fathom are listed as Connectors in Claude. This will make it easier for customers to find us and to connect Jiminny
Provide customers with example workflows to get started quickly
medium
A workflow is usually multiple steps, maybe multiple tools, still focused on one outcome.
See examples in table below.
Allow customers to use predefined Jiminny skills for common workflows
medium
Anthropic describes Skills as folders that include instructions, scripts, and resources that Claude can load when relevant, and as a way to teach Claude repeatable workflows, preferences, and domain expertise once instead of re-explaining them every time. Skills - a reusable package of behavior that can include prompts, instructions, resources, and sometimes scripts/tools for a broader job.
Claude skills - https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf?hsLang=en&utm_source=chatgpt.com
See examples in table below.
Jiminny UI widget for OpenAI
medium
The reason to have this is to make certain Jiminny use cases much easier than pure chat.
Instead of ChatGPT only replying with text like “Here are the last 5 ACME calls,” it could also show a visual Jiminny card or mini-app inside the chat. That widget could list calls, show a deal summary, let the user filter by rep/date/account, open a transcript section, or save a snippet—while the conversation continues in normal chat alongside it.
For Jiminny, the best widget use cases are the ones where users need to browse or compare rather than ask one-off questions. A strong example is deal review: the user asks ChatGPT, “What is the status of the ACME deal?” ChatGPT calls your Jiminny MCP tools, and the widget shows a compact deal view with recent calls, risks, next steps, stakeholders, and links to transcripts/snippets. The chat can still summarize the answer in words, but the widget gives a clearer, scannable interface.
Another good Jiminny widget use case is call search and exploration. A text answer can say “I found 12 calls mentioning pricing objections,” but a widget could show a sortable list with date, rep, account, score, and objection count, then let the user click into one call to see the exact excerpt or jump to a transcript section.
Allow customers to run long-running analyses asynchronously and retrieve progress/results
low
Some requests/questions require analysis of Hugh volumes of data. For those, it may be better to:
start the job
let it run in the background
return a status like “in progress”
let the client come back for the result later
For example - User asks in Claude:
“Analyse all calls from this quarter and tell me the top 5 objections by segment.”
That might require:
searching lots of calls
pulling many summaries/transcripts
aggregating results
Instead of making Claude wait 45+ seconds, Jiminny could:
create an analysis job
return: job_id = 123, status = running
We need this in order to support:
large-scale analysis
multi-call aggregation across lots of data
playlist generation across many calls
heavy recap/report generation
Creating a snippet through the MCP
low
Create a shareable snippet from a call recording by specifying a time range. Useful for highlighting key moments — objection handling, pricing discussions, competitive mentions — and sharing them with your team.
example request:
{
"tool": "create_snippet",
"arguments": {
"call_id": "call_123",
"start_time": "00:18:24",
"end_time": "00:19:10",
"title": "Pricing objection"
}
}
example response:
{
"snippet_id": "snip_987",
"title": "Pricing objection",
"share_url": "https://app.jiminny.com/snippets/snip_987"
}
Ability to add recordings or snippets to a playlist
low
Allow customers to create libraries of calls automatically. They can use those for onboarding or other purposes
Allow AI tools to read reusable Jiminny resources
low
fathom
Resources are useful for data that should be read consistently rather than recomputed every time. In Jiminny terms, that could be:
current deal snapshot
account summary
weekly rep recap
approved talk tracks / objection handling guidance
curated playlists or snippet libraries
This is useful because an AI can consume these directly as context, instead of repeatedly stitching together many tool calls.
Ability to write coaching notes in Jiminny through MCP
low
What we want to do for prompts/worflows and skills
Capability
Type
User value / job to be done
Example Jiminny use case
Inputs
Steps performed
Output
Draft follow-up email
Prompt
Help reps quickly create tailored follow-ups after calls
Use the latest customer call to draft an email with recap and next steps
Call ID
optional tone
optional recipient type
Retrieve call summary and action items from Jiminny.
Pull key points, commitments, and next steps.
Apply the chosen tone and structure.
Draft the email in a consistent format.
Customer-ready follow-up email draft
Summarise call
Prompt
Help users quickly extract the most important points from a conversation
Generate a concise summary of one call for internal or external use
Call ID
optional summary style
optional audience
Retrieve transcript, metadata, and structured insights.
Identify key topics, decisions, risks, and next steps.
Format output for the chosen audience.
Short or structured call summary with actions and risks
Generate deal recap
Prompt
Help reps and managers get a fast overview of a deal
Summarise the current state of a deal based on recent calls and linked CRM context
Deal ID or account name
optional date range
Retrieve calls and meetings linked to the deal.
Pull deal metadata and CRM-linked context.
Identify recent changes, blockers, risks, and next steps.
Summarise into a concise recap.
Deal recap with status, blockers, risks, and recommended next steps
Prepare weekly recap
Prompt
Help managers or reps review what changed over a time period
Weekly recap of calls, themes, and actions for one rep, team, or account
Rep ID
team ID or account ID
time period
Retrieve relevant calls and summaries for the selected time period.
Aggregate themes, action items, and changes.
Highlight notable risks, opportunities, and follow-ups.
Weekly recap with top themes, risks, opportunities, and actions
Prepare deal review
Workflow
Help reps and managers review deal status using multiple sources of context
Review a deal before pipeline review or forecast meeting
Deal ID
optional date range
Retrieve all recent calls, emails, and meetings tied to the deal.
Pull structured call summaries, score, action items, and key points.
Pull linked CRM context such as stage, contacts, and account details.
Aggregate open risks, unresolved objections, stakeholder gaps, and next steps.
Format into a review-ready structure.
Deal review document with current status, risks, stakeholders, blockers, and next steps
Weekly team recap
Workflow
Help managers monitor activity and risk across a group of reps or accounts
End-of-week team summary for sales leadership
Team ID
date range
Retrieve calls and structured insights across the team.
Group by rep, account, or deal.
Identify recurring themes, major risks, strong calls, and missed follow-ups.
Highlight calls or deals that need attention.
Team-level recap with patterns, key risks, notable wins, and action areas
Objection analysis across calls
Workflow
Help teams identify patterns across multiple conversations
Analyse pricing or competitor objections across recent calls
Account ID
deal ID
rep ID
keyword/topic
date range
Search calls matching the topic or keyword.
Retrieve summaries, transcripts, and snippets where relevant.
Identify recurring objections and how they were handled.
Assess whether objections were resolved or remain open.
Summarise patterns and examples.
Objection analysis with themes, frequency, examples, and suggested follow-up actions
Build onboarding playlist
Workflow
Help enablement teams curate useful learning content faster
Build a playlist of strong discovery, demo, or pricing calls for new hires
Topic
call type
rep/team filter
optional time period
Search for calls matching the selected criteria.
Rank or filter calls based on score, topics, or key moments.
Identify useful snippets or full recordings.
Add selected calls/snippets into a playlist structure.
Generate short descriptions for each item.
Curated onboarding playlist with selected calls/snippets and descriptions
Deal Inspection Skill
Skill
Give users a consistent, opinionated way to assess a deal
Claude reviews a deal using a repeatable Jiminny methodology
Deal ID or account name
optional review scope
Determine whether the request is suitable for a deal inspection.
Retrieve relevant calls, summaries, CRM context, stakeholders, and risks.
Apply a standard Jiminny review framework to assess deal health.
Look for missing next steps, unresolved objections, stakeholder gaps, and warning signs.
Present findings in a consistent structure with recommended actions.
Structured deal inspection with health assessment, red flags, and recommendations
Manager Coaching Skill
Skill
Help managers review calls consistently and identify coaching moments
Analyse a rep’s call and surface strengths, gaps, and examples for coaching
Call ID
optional rep ID
optional coaching focus
Retrieve transcript, score, summary, and key moments from the call.
Evaluate the conversation against a coaching framework.
Identify what went well and where the rep could improve.
Suggest moments to clip as snippets.
Recommend coaching actions or playlist additions.
Coaching review with strengths, gaps, snippet suggestions, and recommended coaching actions
CSM / QBR Prep Skill
Skill
Help CS or AM teams prepare structured customer reviews from conversations
Generate an account review or QBR-style summary from recent customer interactions
Account ID, optional time period
Retrieve all recent calls, emails, and account-linked context.
Aggregate themes, requests, blockers, sentiment shifts, and opportunities.
Apply a repeatable account review structure.
Summarise outcomes, open issues, and suggested next steps.
Structured QBR/account review summary with themes, risks, opportunities, and actions
Snippet Builder Skill
Skill
Help users consistently capture and label useful moments from calls
Identify useful moments in a call and convert them into reusable snippets
Call ID, optional focus area such as pricing, objection, competitor, discovery
Retrieve transcript, recording timeline, and call insights.
Detect moments matching the requested focus area.
Propose snippet start/end times and titles.
Tag snippets by type or theme.
Optionally save them or add them to a playlist.
One or more proposed or saved snippets with title, timing, and tags
💡 Technical details
Auth model needs specifying. Are API keys scoped per user, per team, or per Jiminny instance? If a key is generated by an admin, does it inherit their visibility level, or provide org-wide? Are permissions evaluated at query time or frozen at key creation? Needs to be query-time, otherwise permission changes won't propagate.
Key lifecycle management is missing. No mention of rotation, expiry, or revocation. A departed employee's active key is a data leak. Need: revocation, optional expiry, alerts on stale keys, and consider whether keys should be tied to service accounts rather than personal users.
Rate limiting should be HIGH. A compromised key or misconfigured automation could bulk-export an entire customer's call history. Need per-key rate limits and anomaly detection on unusual access patterns.
Open Questions
Track unresolved issues or decisions that need to be made. Update as answers become available.
Question
Answer
Date Answered
Competitor research
Competitor
MCP Availability
Core Capabilities
Advanced Capabilities
Positioning
Key Strength
Key Weakness
Gong
✅ Mature MCP
List/search calls
Get transcripts
get Call metadata
Deal intelligence
Scorecards, analytics
CRM context
Enterprise data layer
Deep data + ecosystem integrations
Limited opinionated AI workflows
Avoma
✅ Mature MCP
list_meetings
get_meeting
get_transcript
key topics
Deal fields/Deal level analysis
Coaching/Scoring
CRM context
pushing insights into Notion / Confluence
AI-ready meeting intelligence
Strongest “outputs” layer
Mostly pull-based interactions
Fathom
✅ MCP
list/search meetings
get transcript
get summary/action items
Team/org context
Webhooks (event-based triggers)
get_weekly_recap
aggregated action items across meetings
creating webhooks directly from the MCP server
Lightweight meeting data access
Includes summaries + actions
Limited analytics depth
Grain
✅ Basic MCP
get meetings
download transcripts
Notes
Deals
Scorecards
Data access utility
Simple + accessible
Low sophistication, sometimes browser-based
Outreach
⚠️ MCP (workflow-focused)
Search sequences
Emails
Meetings (Kaia)
account / prospect / opportunity lookups
Workflow automation
Multi-system orchestration
Revenue workflow engine
End-to-end GTM workflows
Less depth in conversation data
Attention
⚠️ Emerging MCP
Meeting data
Transcripts
CRM-linked context
AI insights
Sales assistant workflows
create snippets
AI sales assistant + CRM
Strong CRM linkage
Less focus on external knowledge layer
Planhat -
Related content
Ask Jiminny Anything on Call level
Galya Dimitrova
Hubspot app...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"SevenShores\\Hubspot\\Exceptions\\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {\"status\":\"error\",\"message\":\"You have reached your secondly limit.\",\"errorType\":\"RATE_LIMIT","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SevenShores\\Hubspot\\Exceptions\\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {\"status\":\"error\",\"message\":\"You have reached your secondly limit.\",\"errorType\":\"RATE_LIMIT","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"[JY-20372] AI Reports > Empty page design and promotion - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"[JY-20372] AI Reports > Empty page design and promotion - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jiminny MCP Connector - Product - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny MCP Connector - Product - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jiminny","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Workers | Datadog","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Workers | Datadog","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Pull requests · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pull requests · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"[JY-20728] [HubSpot] Find the root cause of 429 hit and tweak API client rate limiter - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"[JY-20728] [HubSpot] Find the root cause of 429 hit and tweak API client rate limiter - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jiminny","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"CloudWatch | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CloudWatch | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Your 'Not enpough activities' report wasn't generated - lukas.kovalik@jiminny.com - Jiminny Mail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Your 'Not enpough activities' report wasn't generated - lukas.kovalik@jiminny.com - Jiminny Mail","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jiminny MCP Connector - Product - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Jiminny MCP Connector - Product - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"JY-9712 | change nudges schema by nikolaybiaivanov · Pull Request #11983 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-9712 | change nudges schema by nikolaybiaivanov · Pull Request #11983 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Architecture overview - Model Context Protocol","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Architecture overview - Model Context Protocol","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Laravel MCP - AI tooling for Laravel, by the Laravel team | Laravel - The clean stack for Artisans and agents","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Laravel MCP - AI tooling for Laravel, by the Laravel team | Laravel - The clean stack for Artisans and agents","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Laravel MCP | Laravel 13.x - The clean stack for Artisans and agents","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Laravel MCP | Laravel 13.x - The clean stack for Artisans and agents","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.028819444,"top":0.0,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"bounds":{"left":0.051736113,"top":0.0,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.075,"top":0.0,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.09826389,"top":0.0,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.121527776,"top":0.0,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"WORK, Google Account: lukas.kovalik@jiminny.com","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Main menu","depth":12,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Chat","depth":12,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open menu for conversation actions.","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":21,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Edit","depth":21,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"You said Jiminny MCP Connector Epic Link to Epik in Jira Document status DRAFT Objective Enable customers to connect Jiminny data to external AI tools (Claude, OpenAI, Gemini) so it can be used as part of their broader knowledge base and workflows. Position Jiminny as a data layer for AI-driven revenue workflows, not just a standalone product. 👤 Target user Revenue teams using AI tools (Sales, CS, RevOps) Companies already experimenting with Claude / OpenAI Mid-market & Enterprise customers with multiple data sources (CRM, docs, CI tools, Support tools etc) 🤕 Pain point or problem Jiminny data is locked in the platform AI tools lack access to high-value conversation context Customers must manually export/copy transcripts No easy way to combine calls with CRM + docs + other info - using the Jiminny API is not suitable for non technical sales people Peer pressure as almost all competitors have this 💥 Impact and benefits For customers Better AI outputs using real customer conversations Ability to build automated workflows across tools For Jiminny Increased product stickiness (embedded in workflows) Competitive parity with Gong / Avoma etc. 💡 Solution ideas Build an AI Knowledge Connector (MCP-based) that: Exposes Jiminny data (calls, transcripts, metadata) to AI tools Provides structured insights (summaries, action items, scoring etc.) Supports deal-level context Allows integration into customer-owned AI stacks (Claude + Zapier, etc.) Success metrics List the key goals and how you will measure success. Include both qualitative and quantitative metrics (e.g., user adoption, retention rate, revenue targets). Goal Metric Increase stickiness by ensuring Jiminny is embedded in the customer’s workflows % of customers connecting external AI tools Number of MCP/API calls per customer - and which ones are being used the most Decrease the manual copying of transcripts decrease by X % User interaction and design Simple setup flow: Generate API key / connect MCP Clear instructions for Claude / Zapier setup Provide: Example prompts for Claude Pre-built workflow templates for Zapier Clear documentation - with use cases 👉 Focus: usable by non-technical users Detailed Requirements List the functional and non-functional requirements. Prioritize them (e.g., High, Medium, Low) and add notes for clarification. Requirement Importance Notes Allow customers to connect Jiminny to their AI tools (e.g. Claude, OpenAI) HIGH Provide MCP endpoint so customers can easily integrate Jiminny into their AI stack Allow customers to access call data through AI tools HIGH Expose Jiminny data: list calls (filter by date, user, account, deal) get call get transcript (speaker-separated) get call metadata search calls (keyword + semantic) Support filtering by: account / contact/ lead / deal jiminny user date range Allow customers to search and query calls using AI tools HIGH Support keyword and semantic search across conversations Provide structured insights so customers can generate better outputs HIGH For each call, expose: Summary Action items Key points Activity type Notes Call Score CRM information Allow customers to understand deal status across multiple calls/emails HIGH For each deal expose: calls/meetings/emails Identified risks contacts related to the deal with their job title linked account details all CRM field information that we have in DI + fields used for CRM filling example - get_deal_summary request - { \"tool\": \"get_deal_summary\", \"arguments\": { \"deal_name\": \"ACME\" } } responce: { \"deal_name\": \"ACME\", \"stage\": \"Negotiation\", \"recent_activity\": [ \"Demo call on 2026-04-01\", \"Pricing discussion on 2026-04-03\" ], \"risks\": [ \"Pricing concerns\", \"Security review pending\" ], \"next_steps\": [ \"Send follow-up to VP Sales\", \"Share security documentation\" ] } Ensure the AI can easily understand the schema of the data coming from Jiminny HIGH Models perform much better when tools have: clear names rich descriptions predictable schemas Provide clear, actionable error states for customers when MCP connections fail HIGH Error messages should guide agents toward solutions with specific suggestions and next steps. Expired or revoked key — “Error: Authentication failed. The API key used to access Jiminny has been revoked or has expired. Please ask your Jiminny admin to generate a new API key in Settings > Organization > General and reconnect the MCP server.” Rate limit hit — “Error: Rate limit exceeded. Too many requests have been made to the Jiminny MCP server in a short period. Please wait 60 seconds before retrying.” Permissions mismatch — if a user tries to access data outside their team visibility settings - “Error: Access denied. The requested call (call_id: [X]) is outside your team's visibility settings in Jiminny. Only calls within your permitted scope are accessible.” Trying to access private meeting - “Error: Access denied. This meeting has been marked as private by the host and cannot be accessed through the MCP connector. Try requesting a different call or ask the meeting host to change the visibility settings in Jiminny.” Downgraded/Capture account — if a customer's plan drops below Scale tier or the Customer is on Capture in the first place - “Error: MCP access unavailable. The Jiminny MCP connector is available on the Scale plan and above. Your account does not currently have an active Scale subscription.” Jiminny-side outage — “Error:Jiminny is temporarily unavailable (status 503). This is not a data or permissions issue — please retry in a few minutes.” No data found - “Error:No calls found matching your criteria. Try adjusting your filters — for example, widening the date range, removing the account filter, or checking the rep name is spelled correctly in Jiminny.” Allow customers to securely control who and what data is accessible externally HIGH Ensure MCP only exposes data user has access to - based on team visibility settings. This means that if a user is not allow to access calls/deals in Jiminny UI then they shouldn’t be able to access those through the MCP as well. Private meetings shouldn’t be exposed via MCP HIGH When a meetings is set to Private then the information about it shouldn’t be exposed through the MCP. Ensure Jiminny data can be combined with other sources (e.g. CRM, docs) in AI workflows HIGH Ensure data is structured to be easily combined with: CRM (accounts, deals) external docs Use consistent identifiers: account IDs deal IDs MCP is available only for Scale tier and above HIGH Customers who are on Capture tier should be able to access any of their data through MCP. This should also cover the scenario when a customer has been on Scale but then downgrades to Capture - their MCP access should stop working. Provide visibility into how external AI tools access Jiminny data HIGH Audit logs: what data was accessed by which external system when identity - who made the request specific queries/filters used failed access attempts (especially cross-visibility-boundary attempts) Admins should be able to access the logs from the org settings.We can start with a csv export before building a specific page for it. example from Atlassian - Provide customers with example prompts to get started quickly HIGH MCP prompts are explicitly defined as prompt templates that clients can discover and call with arguments. See examples in table below. Expose Jiminny as a Connector in Claude medium Competitors like Fathom are listed as Connectors in Claude. This will make it easier for customers to find us and to connect Jiminny Provide customers with example workflows to get started quickly medium A workflow is usually multiple steps, maybe multiple tools, still focused on one outcome. See examples in table below. Allow customers to use predefined Jiminny skills for common workflows medium Anthropic describes Skills as folders that include instructions, scripts, and resources that Claude can load when relevant, and as a way to teach Claude repeatable workflows, preferences, and domain expertise once instead of re-explaining them every time. Skills - a reusable package of behavior that can include prompts, instructions, resources, and sometimes scripts/tools for a broader job. Claude skills - https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf?hsLang=en&utm_source=chatgpt.com See examples in table below. Jiminny UI widget for OpenAI medium The reason to have this is to make certain Jiminny use cases much easier than pure chat. Instead of ChatGPT only replying with text like “Here are the last 5 ACME calls,” it could also show a visual Jiminny card or mini-app inside the chat. That widget could list calls, show a deal summary, let the user filter by rep/date/account, open a transcript section, or save a snippet—while the conversation continues in normal chat alongside it. For Jiminny, the best widget use cases are the ones where users need to browse or compare rather than ask one-off questions. A strong example is deal review: the user asks ChatGPT, “What is the status of the ACME deal?” ChatGPT calls your Jiminny MCP tools, and the widget shows a compact deal view with recent calls, risks, next steps, stakeholders, and links to transcripts/snippets. The chat can still summarize the answer in words, but the widget gives a clearer, scannable interface. Another good Jiminny widget use case is call search and exploration. A text answer can say “I found 12 calls mentioning pricing objections,” but a widget could show a sortable list with date, rep, account, score, and objection count, then let the user click into one call to see the exact excerpt or jump to a transcript section. Allow customers to run long-running analyses asynchronously and retrieve progress/results low Some requests/questions require analysis of Hugh volumes of data. For those, it may be better to: start the job let it run in the background return a status like “in progress” let the client come back for the result later For example - User asks in Claude: “Analyse all calls from this quarter and tell me the top 5 objections by segment.” That might require: searching lots of calls pulling many summaries/transcripts aggregating results Instead of making Claude wait 45+ seconds, Jiminny could: create an analysis job return: job_id = 123, status = running We need this in order to support: large-scale analysis multi-call aggregation across lots of data playlist generation across many calls heavy recap/report generation Creating a snippet through the MCP low Create a shareable snippet from a call recording by specifying a time range. Useful for highlighting key moments — objection handling, pricing discussions, competitive mentions — and sharing them with your team. example request: { \"tool\": \"create_snippet\", \"arguments\": { \"call_id\": \"call_123\", \"start_time\": \"00:18:24\", \"end_time\": \"00:19:10\", \"title\": \"Pricing objection\" } } example response: { \"snippet_id\": \"snip_987\", \"title\": \"Pricing objection\", \"share_url\": \"https://app.jiminny.com/snippets/snip_987\" } Ability to add recordings or snippets to a playlist low Allow customers to create libraries of calls automatically. They can use those for onboarding or other purposes Allow AI tools to read reusable Jiminny resources low fathom Resources are useful for data that should be read consistently rather than recomputed every time. In Jiminny terms, that could be: current deal snapshot account summary weekly rep recap approved talk tracks / objection handling guidance curated playlists or snippet libraries This is useful because an AI can consume these directly as context, instead of repeatedly stitching together many tool calls. Ability to write coaching notes in Jiminny through MCP low What we want to do for prompts/worflows and skills Capability Type User value / job to be done Example Jiminny use case Inputs Steps performed Output Draft follow-up email Prompt Help reps quickly create tailored follow-ups after calls Use the latest customer call to draft an email with recap and next steps Call ID optional tone optional recipient type Retrieve call summary and action items from Jiminny. Pull key points, commitments, and next steps. Apply the chosen tone and structure. Draft the email in a consistent format. Customer-ready follow-up email draft Summarise call Prompt Help users quickly extract the most important points from a conversation Generate a concise summary of one call for internal or external use Call ID optional summary style optional audience Retrieve transcript, metadata, and structured insights. Identify key topics, decisions, risks, and next steps. Format output for the chosen audience. Short or structured call summary with actions and risks Generate deal recap Prompt Help reps and managers get a fast overview of a deal Summarise the current state of a deal based on recent calls and linked CRM context Deal ID or account name optional date range Retrieve calls and meetings linked to the deal. Pull deal metadata and CRM-linked context. Identify recent changes, blockers, risks, and next steps. Summarise into a concise recap. Deal recap with status, blockers, risks, and recommended next steps Prepare weekly recap Prompt Help managers or reps review what changed over a time period Weekly recap of calls, themes, and actions for one rep, team, or account Rep ID team ID or account ID time period Retrieve relevant calls and summaries for the selected time period. Aggregate themes, action items, and changes. Highlight notable risks, opportunities, and follow-ups. Weekly recap with top themes, risks, opportunities, and actions Prepare deal review Workflow Help reps and managers review deal status using multiple sources of context Review a deal before pipeline review or forecast meeting Deal ID optional date range Retrieve all recent calls, emails, and meetings tied to the deal. Pull structured call summaries, score, action items, and key points. Pull linked CRM context such as stage, contacts, and account details. Aggregate open risks, unresolved objections, stakeholder gaps, and next steps. Format into a review-ready structure. Deal review document with current status, risks, stakeholders, blockers, and next steps Weekly team recap Workflow Help managers monitor activity and risk across a group of reps or accounts End-of-week team summary for sales leadership Team ID date range Retrieve calls and structured insights across the team. Group by rep, account, or deal. Identify recurring themes, major risks, strong calls, and missed follow-ups. Highlight calls or deals that need attention. Team-level recap with patterns, key risks, notable wins, and action areas Objection analysis across calls Workflow Help teams identify patterns across multiple conversations Analyse pricing or competitor objections across recent calls Account ID deal ID rep ID keyword/topic date range Search calls matching the topic or keyword. Retrieve summaries, transcripts, and snippets where relevant. Identify recurring objections and how they were handled. Assess whether objections were resolved or remain open. Summarise patterns and examples. Objection analysis with themes, frequency, examples, and suggested follow-up actions Build onboarding playlist Workflow Help enablement teams curate useful learning content faster Build a playlist of strong discovery, demo, or pricing calls for new hires Topic call type rep/team filter optional time period Search for calls matching the selected criteria. Rank or filter calls based on score, topics, or key moments. Identify useful snippets or full recordings. Add selected calls/snippets into a playlist structure. Generate short descriptions for each item. Curated onboarding playlist with selected calls/snippets and descriptions Deal Inspection Skill Skill Give users a consistent, opinionated way to assess a deal Claude reviews a deal using a repeatable Jiminny methodology Deal ID or account name optional review scope Determine whether the request is suitable for a deal inspection. Retrieve relevant calls, summaries, CRM context, stakeholders, and risks. Apply a standard Jiminny review framework to assess deal health. Look for missing next steps, unresolved objections, stakeholder gaps, and warning signs. Present findings in a consistent structure with recommended actions. Structured deal inspection with health assessment, red flags, and recommendations Manager Coaching Skill Skill Help managers review calls consistently and identify coaching moments Analyse a rep’s call and surface strengths, gaps, and examples for coaching Call ID optional rep ID optional coaching focus Retrieve transcript, score, summary, and key moments from the call. Evaluate the conversation against a coaching framework. Identify what went well and where the rep could improve. Suggest moments to clip as snippets. Recommend coaching actions or playlist additions. Coaching review with strengths, gaps, snippet suggestions, and recommended coaching actions CSM / QBR Prep Skill Skill Help CS or AM teams prepare structured customer reviews from conversations Generate an account review or QBR-style summary from recent customer interactions Account ID, optional time period Retrieve all recent calls, emails, and account-linked context. Aggregate themes, requests, blockers, sentiment shifts, and opportunities. Apply a repeatable account review structure. Summarise outcomes, open issues, and suggested next steps. Structured QBR/account review summary with themes, risks, opportunities, and actions Snippet Builder Skill Skill Help users consistently capture and label useful moments from calls Identify useful moments in a call and convert them into reusable snippets Call ID, optional focus area such as pricing, objection, competitor, discovery Retrieve transcript, recording timeline, and call insights. Detect moments matching the requested focus area. Propose snippet start/end times and titles. Tag snippets by type or theme. Optionally save them or add them to a playlist. One or more proposed or saved snippets with title, timing, and tags 💡 Technical details Auth model needs specifying. Are API keys scoped per user, per team, or per Jiminny instance? If a key is generated by an admin, does it inherit their visibility level, or provide org-wide? Are permissions evaluated at query time or frozen at key creation? Needs to be query-time, otherwise permission changes won't propagate. Key lifecycle management is missing. No mention of rotation, expiry, or revocation. A departed employee's active key is a data leak. Need: revocation, optional expiry, alerts on stale keys, and consider whether keys should be tied to service accounts rather than personal users. Rate limiting should be HIGH. A compromised key or misconfigured automation could bulk-export an entire customer's call history. Need per-key rate limits and anomaly detection on unusual access patterns. Open Questions Track unresolved issues or decisions that need to be made. Update as answers become available. Question Answer Date Answered Competitor research Competitor MCP Availability Core Capabilities Advanced Capabilities Positioning Key Strength Key Weakness Gong ✅ Mature MCP List/search calls Get transcripts get Call metadata Deal intelligence Scorecards, analytics CRM context Enterprise data layer Deep data + ecosystem integrations Limited opinionated AI workflows Avoma ✅ Mature MCP list_meetings get_meeting get_transcript key topics Deal fields/Deal level analysis Coaching/Scoring CRM context pushing insights into Notion / Confluence AI-ready meeting intelligence Strongest “outputs” layer Mostly pull-based interactions Fathom ✅ MCP list/search meetings get transcript get summary/action items Team/org context Webhooks (event-based triggers) get_weekly_recap aggregated action items across meetings creating webhooks directly from the MCP server Lightweight meeting data access Includes summaries + actions Limited analytics depth Grain ✅ Basic MCP get meetings download transcripts Notes Deals Scorecards Data access utility Simple + accessible Low sophistication, sometimes browser-based Outreach ⚠️ MCP (workflow-focused) Search sequences Emails Meetings (Kaia) account / prospect / opportunity lookups Workflow automation Multi-system orchestration Revenue workflow engine End-to-end GTM workflows Less depth in conversation data Attention ⚠️ Emerging MCP Meeting data Transcripts CRM-linked context AI insights Sales assistant workflows create snippets AI sales assistant + CRM Strong CRM linkage Less focus on external knowledge layer Planhat - Related content Ask Jiminny Anything on Call level Galya Dimitrova Hubspot app Galya Dimitrova Product Vision & Strategy Galya Dimitrova Automated CRM Filling Simona Georgieva (Deactivated) Competitive analysis Galya Dimitrova AI agent ideas Steliyan Georgiev Comments James Graham 9 Apr A few areas around Security & Compliance that need more depth before this moves beyond draft: Auth model needs specifying. Are API keys scoped per user, per team, or per Jiminny instance? If a key is generated by an admin, does it inherit their visibility level, or provide org-wide? Are permissions evaluated at query time or frozen at key creation? Needs to be query-time, otherwise permission changes won't propagate. Team visibility enforcement should be its own HIGH requirement. The current note under access control (\"ensure MCP only exposes data user has access to\") is doing too much work as a single line. Every MCP tool response (especially search_calls and deal-level aggregations) must be filtered through the same visibility engine as the UI. Semantic search is the riskiest here; it could surface results across team boundaries if not properly scoped. No data minimisation or scoping controls. We're exposing transcripts, CRM fields, contact details with job titles, deal context - significant PII and commercial data leaving the platform. Can customers configure which data types are exposed? Can transcripts be PII-stripped before they leave Jiminny? Given we position GDPR consent as a differentiator, we should be thinking about this. GDPR downstream processing is unaddressed. Piping transcripts to OpenAI/Gemini introduces new data processors. Customers need to acknowledge responsibility for downstream processing during setup. We should also consider whether call participants' recording consent covers onward sharing to third-party AI - it almost certainly doesn't by default. This is one for me to pick up. Key lifecycle management is missing. No mention of rotation, expiry, or revocation. A departed employee's active key is a data leak. Need: revocation, optional expiry, alerts on stale keys, and consider whether keys should be tied to service accounts rather than personal users. Rate limiting should be HIGH. A compromised key or misconfigured automation could bulk-export an entire customer's call history. Need per-key rate limits and anomaly detection on unusual access patterns. Audit logs should go deeper. Current spec (what data, which system, when) is a start. Add: identity behind the key, specific queries/filters used, and failed access attempts (especially cross-visibility-boundary attempts). Enterprise compliance teams will expect this. Downgrade handling. Doc says Scale tier and above, but doesn't say what happens on downgrade. Keys should auto-deactivate. Happy to help draft a dedicated Security & Compliance section if useful. Galya Dimitrova 15 Apr Thanks for the input @James Graham . I made the product related changes in the table and for the rest I left them as a note in the Technical section for the team to look at when they start looking at this. I wonder about your points related to GDPR. Currently multiple customers are using the Customer API/zapier to feed this data to AI and BI tools. They are also manually exporting transcripts and other information from the platform and feeding it to AI tools. I don’t get how MCP is so much different that all of these and why it will introduce new data processors (which are already being utilised) and would require any changes to the consent provided by participants.","depth":21,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jiminny MCP Connector","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Epic","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Link to Epik in Jira","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Document status","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"DRAFT","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Objective","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Enable customers to connect Jiminny data to external AI tools (Claude, OpenAI, Gemini) so it can be used as part of their broader knowledge base and workflows.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Position Jiminny as a data layer for AI-driven revenue workflows, not just a standalone product.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"👤 Target user","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Revenue teams using AI tools (Sales, CS, RevOps)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Companies already experimenting with Claude / OpenAI","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Mid-market & Enterprise customers with multiple data sources (CRM, docs, CI tools, Support tools etc)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"🤕 Pain point or problem","depth":23,"bounds":{"left":0.30868056,"top":0.125,"width":0.077430554,"height":0.054444443},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jiminny data is locked in the platform","depth":23,"bounds":{"left":0.30868056,"top":0.18777777,"width":0.074652776,"height":0.085},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AI tools lack access to high-value conversation context","depth":23,"bounds":{"left":0.30868056,"top":0.28111112,"width":0.10555556,"height":0.085},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Customers must manually export/copy transcripts","depth":23,"bounds":{"left":0.30868056,"top":0.37444445,"width":0.108333334,"height":0.085},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"No easy way to combine calls with CRM + docs + other info - using the Jiminny API is not suitable for non technical sales people","depth":23,"bounds":{"left":0.30868056,"top":0.4677778,"width":0.1,"height":0.24055555},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Peer pressure as almost all competitors have this","depth":23,"bounds":{"left":0.30868056,"top":0.71666664,"width":0.0875,"height":0.116111115},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"💥 Impact and benefits","depth":23,"bounds":{"left":0.30868056,"top":0.9027778,"width":0.07083333,"height":0.054444443},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For customers","depth":23,"bounds":{"left":0.30868056,"top":0.96555555,"width":0.072222225,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Better AI outputs using real customer conversations","depth":23,"bounds":{"left":0.30868056,"top":0.99666667,"width":0.099305555,"height":0.0033333302},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ability to build automated workflows across tools","depth":23,"bounds":{"left":0.30868056,"top":1.0,"width":0.08715278,"height":-0.09000003},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For Jiminny","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Increased product stickiness (embedded in workflows)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Competitive parity with Gong / Avoma etc.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"💡 Solution ideas","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Build an AI Knowledge Connector (MCP-based) that:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Exposes Jiminny data (calls, transcripts, metadata) to AI tools","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Provides structured insights (summaries, action items, scoring etc.)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Supports deal-level context","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Allows integration into customer-owned AI stacks (Claude + Zapier, etc.)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Success metrics","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"List the key goals and how you will measure success. Include both qualitative and quantitative metrics (e.g., user adoption, retention rate, revenue targets).","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Goal","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Metric","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Increase stickiness by ensuring Jiminny is embedded in the customer’s workflows","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"% of customers connecting external AI tools","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Number of MCP/API calls per customer - and which ones are being used the most","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Decrease the manual copying of transcripts","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"decrease by X %","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User interaction and design","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Simple setup flow:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Generate API key / connect MCP","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Clear instructions for Claude / Zapier setup","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Provide:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Example prompts for Claude","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pre-built workflow templates for Zapier","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Clear documentation - with use cases","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"👉 Focus: usable by non-technical users","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Detailed Requirements","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"List the functional and non-functional requirements. Prioritize them (e.g., High, Medium, Low) and add notes for clarification.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Requirement","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Importance","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Notes","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Allow customers to connect Jiminny to their AI tools (e.g. Claude, OpenAI)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Provide MCP endpoint so customers can easily integrate Jiminny into their AI stack","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Allow customers to access call data through AI tools","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Expose Jiminny data:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"list calls (filter by date, user, account, deal)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"get call","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"get transcript (speaker-separated)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"get call metadata","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"search calls (keyword + semantic)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Support filtering by:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"account / contact/ lead / deal","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"jiminny user","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"date range","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Allow customers to search and query calls using AI tools","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Support keyword and semantic search across conversations","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Provide structured insights so customers can generate better outputs","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For each call, expose:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Summary","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Action items","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Key points","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity type","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Notes","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Call Score","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CRM information","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Allow customers to understand deal status across multiple calls/emails","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For each deal expose:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"calls/meetings/emails","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identified risks","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"contacts related to the deal with their job title","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"linked account details","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"all CRM field information that we have in DI + fields used for CRM filling","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"example - get_deal_summary","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"request -","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"{","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"tool\": \"get_deal_summary\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"arguments\": {","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"deal_name\": \"ACME\"","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"}","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"}","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"responce:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"{","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"deal_name\": \"ACME\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"stage\": \"Negotiation\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"recent_activity\": [","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"Demo call on 2026-04-01\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"Pricing discussion on 2026-04-03\"","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"],","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"risks\": [","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"Pricing concerns\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"Security review pending\"","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"], \"next_steps\": [","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"Send follow-up to VP Sales\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"Share security documentation\"","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"]","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"}","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ensure the AI can easily understand the schema of the data coming from Jiminny","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Models perform much better when tools have:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"clear names","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"rich descriptions","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"predictable schemas","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Provide clear, actionable error states for customers when MCP connections fail","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Error messages should guide agents toward solutions with specific suggestions and next steps.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Expired or revoked key — “Error: Authentication failed. The API key used to access Jiminny has been revoked or has expired. Please ask your Jiminny admin to generate a new API key in Settings > Organization > General and reconnect the MCP server.”","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Rate limit hit — “Error: Rate limit exceeded. Too many requests have been made to the Jiminny MCP server in a short period. Please wait 60 seconds before retrying.”","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Permissions mismatch — if a user tries to access data outside their team visibility settings - “Error: Access denied. The requested call (call_id: [X]) is outside your team's visibility settings in Jiminny. Only calls within your permitted scope are accessible.”","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Trying to access private meeting - “Error: Access denied. This meeting has been marked as private by the host and cannot be accessed through the MCP connector. Try requesting a different call or ask the meeting host to change the visibility settings in Jiminny.”","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Downgraded/Capture account — if a customer's plan drops below Scale tier or the Customer is on Capture in the first place - “Error: MCP access unavailable. The Jiminny MCP connector is available on the Scale plan and above. Your account does not currently have an active Scale subscription.”","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jiminny-side outage — “Error:Jiminny is temporarily unavailable (status 503). This is not a data or permissions issue — please retry in a few minutes.”","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"No data found - “Error:No calls found matching your criteria. Try adjusting your filters — for example, widening the date range, removing the account filter, or checking the rep name is spelled correctly in Jiminny.”","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Allow customers to securely control who and what data is accessible externally","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ensure MCP only exposes data user has access to - based on team visibility settings. This means that if a user is not allow to access calls/deals in Jiminny UI then they shouldn’t be able to access those through the MCP as well.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Private meetings shouldn’t be exposed via MCP","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"When a meetings is set to Private then the information about it shouldn’t be exposed through the MCP.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ensure Jiminny data can be combined with other sources (e.g. CRM, docs) in AI workflows","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ensure data is structured to be easily combined with:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CRM (accounts, deals)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"external docs","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Use consistent identifiers:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"account IDs","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"deal IDs","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MCP is available only for Scale tier and above","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Customers who are on Capture tier should be able to access any of their data through MCP.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"This should also cover the scenario when a customer has been on Scale but then downgrades to Capture - their MCP access should stop working.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Provide visibility into how external AI tools access Jiminny data","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Audit logs:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"what data was accessed by which external system when","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"identity - who made the request","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"specific queries/filters used","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"failed access attempts (especially cross-visibility-boundary attempts)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Admins should be able to access the logs from the org settings.We can start with a csv export before building a specific page for it.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"example from Atlassian -","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Provide customers with example prompts to get started quickly","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"HIGH","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MCP prompts are explicitly defined as prompt templates that clients can discover and call with arguments.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"See examples in table below.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Expose Jiminny as a Connector in Claude","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"medium","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Competitors like Fathom are listed as Connectors in Claude. This will make it easier for customers to find us and to connect Jiminny","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Provide customers with example workflows to get started quickly","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"medium","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"A workflow is usually multiple steps, maybe multiple tools, still focused on one outcome.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"See examples in table below.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Allow customers to use predefined Jiminny skills for common workflows","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"medium","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Anthropic describes Skills as folders that include instructions, scripts, and resources that Claude can load when relevant, and as a way to teach Claude repeatable workflows, preferences, and domain expertise once instead of re-explaining them every time. Skills - a reusable package of behavior that can include prompts, instructions, resources, and sometimes scripts/tools for a broader job.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude skills - https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf?hsLang=en&utm_source=chatgpt.com","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"See examples in table below.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jiminny UI widget for OpenAI","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"medium","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The reason to have this is to make certain Jiminny use cases much easier than pure chat.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Instead of ChatGPT only replying with text like “Here are the last 5 ACME calls,” it could also show a visual Jiminny card or mini-app inside the chat. That widget could list calls, show a deal summary, let the user filter by rep/date/account, open a transcript section, or save a snippet—while the conversation continues in normal chat alongside it.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For Jiminny, the best widget use cases are the ones where users need to browse or compare rather than ask one-off questions. A strong example is deal review: the user asks ChatGPT, “What is the status of the ACME deal?” ChatGPT calls your Jiminny MCP tools, and the widget shows a compact deal view with recent calls, risks, next steps, stakeholders, and links to transcripts/snippets. The chat can still summarize the answer in words, but the widget gives a clearer, scannable interface.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Another good Jiminny widget use case is call search and exploration. A text answer can say “I found 12 calls mentioning pricing objections,” but a widget could show a sortable list with date, rep, account, score, and objection count, then let the user click into one call to see the exact excerpt or jump to a transcript section.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Allow customers to run long-running analyses asynchronously and retrieve progress/results","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"low","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Some requests/questions require analysis of Hugh volumes of data. For those, it may be better to:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"start the job","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"let it run in the background","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"return a status like “in progress”","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"let the client come back for the result later","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For example - User asks in Claude:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"“Analyse all calls from this quarter and tell me the top 5 objections by segment.”","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"That might require:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"searching lots of calls","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pulling many summaries/transcripts","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"aggregating results","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Instead of making Claude wait 45+ seconds, Jiminny could:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"create an analysis job","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"return: job_id = 123, status = running","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"We need this in order to support:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"large-scale analysis","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"multi-call aggregation across lots of data","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"playlist generation across many calls","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"heavy recap/report generation","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Creating a snippet through the MCP","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"low","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Create a shareable snippet from a call recording by specifying a time range. Useful for highlighting key moments — objection handling, pricing discussions, competitive mentions — and sharing them with your team.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"example request:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"{","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"tool\": \"create_snippet\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"arguments\": {","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"call_id\": \"call_123\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"start_time\": \"00:18:24\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"end_time\": \"00:19:10\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"title\": \"Pricing objection\"","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"}","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"}","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"example response:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"{","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"snippet_id\": \"snip_987\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"title\": \"Pricing objection\",","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"share_url\": \"https://app.jiminny.com/snippets/snip_987\"","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"}","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ability to add recordings or snippets to a playlist","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"low","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Allow customers to create libraries of calls automatically. They can use those for onboarding or other purposes","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Allow AI tools to read reusable Jiminny resources","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"low","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"fathom","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Resources are useful for data that should be read consistently rather than recomputed every time. In Jiminny terms, that could be:","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"current deal snapshot","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"account summary","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"weekly rep recap","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"approved talk tracks / objection handling guidance","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"curated playlists or snippet libraries","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"This is useful because an AI can consume these directly as context, instead of repeatedly stitching together many tool calls.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ability to write coaching notes in Jiminny through MCP","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"low","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"What we want to do for prompts/worflows and skills","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Capability","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Type","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User value / job to be done","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Example Jiminny use case","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Inputs","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Steps performed","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Output","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Draft follow-up email","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Prompt","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help reps quickly create tailored follow-ups after calls","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Use the latest customer call to draft an email with recap and next steps","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Call ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"optional tone","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"optional recipient type","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve call summary and action items from Jiminny.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pull key points, commitments, and next steps.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Apply the chosen tone and structure.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Draft the email in a consistent format.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Customer-ready follow-up email draft","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Summarise call","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Prompt","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help users quickly extract the most important points from a conversation","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Generate a concise summary of one call for internal or external use","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Call ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"optional summary style","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"optional audience","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve transcript, metadata, and structured insights.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify key topics, decisions, risks, and next steps.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Format output for the chosen audience.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Short or structured call summary with actions and risks","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Generate deal recap","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Prompt","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help reps and managers get a fast overview of a deal","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Summarise the current state of a deal based on recent calls and linked CRM context","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Deal ID or account name","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"optional date range","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve calls and meetings linked to the deal.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pull deal metadata and CRM-linked context.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify recent changes, blockers, risks, and next steps.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Summarise into a concise recap.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Deal recap with status, blockers, risks, and recommended next steps","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Prepare weekly recap","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Prompt","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help managers or reps review what changed over a time period","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Weekly recap of calls, themes, and actions for one rep, team, or account","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Rep ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"team ID or account ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"time period","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve relevant calls and summaries for the selected time period.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Aggregate themes, action items, and changes.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Highlight notable risks, opportunities, and follow-ups.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Weekly recap with top themes, risks, opportunities, and actions","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Prepare deal review","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Workflow","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help reps and managers review deal status using multiple sources of context","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Review a deal before pipeline review or forecast meeting","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Deal ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"optional date range","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve all recent calls, emails, and meetings tied to the deal.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pull structured call summaries, score, action items, and key points.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pull linked CRM context such as stage, contacts, and account details.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Aggregate open risks, unresolved objections, stakeholder gaps, and next steps.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Format into a review-ready structure.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Deal review document with current status, risks, stakeholders, blockers, and next steps","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Weekly team recap","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Workflow","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help managers monitor activity and risk across a group of reps or accounts","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"End-of-week team summary for sales leadership","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Team ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"date range","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve calls and structured insights across the team.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Group by rep, account, or deal.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify recurring themes, major risks, strong calls, and missed follow-ups.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Highlight calls or deals that need attention.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Team-level recap with patterns, key risks, notable wins, and action areas","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Objection analysis across calls","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Workflow","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help teams identify patterns across multiple conversations","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Analyse pricing or competitor objections across recent calls","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Account ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"deal ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"rep ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"keyword/topic","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"date range","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Search calls matching the topic or keyword.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve summaries, transcripts, and snippets where relevant.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify recurring objections and how they were handled.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Assess whether objections were resolved or remain open.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Summarise patterns and examples.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Objection analysis with themes, frequency, examples, and suggested follow-up actions","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Build onboarding playlist","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Workflow","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help enablement teams curate useful learning content faster","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Build a playlist of strong discovery, demo, or pricing calls for new hires","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Topic","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"call type","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"rep/team filter","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"optional time period","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Search for calls matching the selected criteria.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Rank or filter calls based on score, topics, or key moments.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify useful snippets or full recordings.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Add selected calls/snippets into a playlist structure.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Generate short descriptions for each item.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Curated onboarding playlist with selected calls/snippets and descriptions","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Deal Inspection Skill","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Skill","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Give users a consistent, opinionated way to assess a deal","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude reviews a deal using a repeatable Jiminny methodology","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Deal ID or account name","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"optional review scope","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Determine whether the request is suitable for a deal inspection.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve relevant calls, summaries, CRM context, stakeholders, and risks.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Apply a standard Jiminny review framework to assess deal health.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Look for missing next steps, unresolved objections, stakeholder gaps, and warning signs.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Present findings in a consistent structure with recommended actions.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Structured deal inspection with health assessment, red flags, and recommendations","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Manager Coaching Skill","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Skill","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help managers review calls consistently and identify coaching moments","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Analyse a rep’s call and surface strengths, gaps, and examples for coaching","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Call ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"optional rep ID","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"optional coaching focus","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve transcript, score, summary, and key moments from the call.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Evaluate the conversation against a coaching framework.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify what went well and where the rep could improve.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Suggest moments to clip as snippets.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Recommend coaching actions or playlist additions.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Coaching review with strengths, gaps, snippet suggestions, and recommended coaching actions","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CSM / QBR Prep Skill","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Skill","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help CS or AM teams prepare structured customer reviews from conversations","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Generate an account review or QBR-style summary from recent customer interactions","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Account ID, optional time period","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve all recent calls, emails, and account-linked context.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Aggregate themes, requests, blockers, sentiment shifts, and opportunities.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Apply a repeatable account review structure.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Summarise outcomes, open issues, and suggested next steps.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Structured QBR/account review summary with themes, risks, opportunities, and actions","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Snippet Builder Skill","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Skill","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help users consistently capture and label useful moments from calls","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify useful moments in a call and convert them into reusable snippets","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Call ID, optional focus area such as pricing, objection, competitor, discovery","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Retrieve transcript, recording timeline, and call insights.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Detect moments matching the requested focus area.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Propose snippet start/end times and titles.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Tag snippets by type or theme.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Optionally save them or add them to a playlist.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"One or more proposed or saved snippets with title, timing, and tags","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"💡 Technical details","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Auth model needs specifying. Are API keys scoped per user, per team, or per Jiminny instance? If a key is generated by an admin, does it inherit their visibility level, or provide org-wide? Are permissions evaluated at query time or frozen at key creation? Needs to be query-time, otherwise permission changes won't propagate.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Key lifecycle management is missing. No mention of rotation, expiry, or revocation. A departed employee's active key is a data leak. Need: revocation, optional expiry, alerts on stale keys, and consider whether keys should be tied to service accounts rather than personal users.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Rate limiting should be HIGH. A compromised key or misconfigured automation could bulk-export an entire customer's call history. Need per-key rate limits and anomaly detection on unusual access patterns.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Open Questions","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Track unresolved issues or decisions that need to be made. Update as answers become available.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Question","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Answer","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Date Answered","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Competitor research","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Competitor","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MCP Availability","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Core Capabilities","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Advanced Capabilities","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Positioning","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Key Strength","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Key Weakness","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gong","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✅ Mature MCP","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"List/search calls","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Get transcripts","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"get Call metadata","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Deal intelligence","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Scorecards, analytics","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CRM context","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Enterprise data layer","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Deep data + ecosystem integrations","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Limited opinionated AI workflows","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Avoma","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✅ Mature MCP","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"list_meetings","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"get_meeting","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"get_transcript","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"key topics","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Deal fields/Deal level analysis","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Coaching/Scoring","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CRM context","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pushing insights into Notion / Confluence","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AI-ready meeting intelligence","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Strongest “outputs” layer","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Mostly pull-based interactions","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Fathom","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✅ MCP","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"list/search meetings","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"get transcript","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"get summary/action items","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Team/org context","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Webhooks (event-based triggers)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"get_weekly_recap","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"aggregated action items across meetings","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"creating webhooks directly from the MCP server","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lightweight meeting data access","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Includes summaries + actions","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Limited analytics depth","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Grain","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✅ Basic MCP","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"get meetings","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"download transcripts","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Notes","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Deals","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Scorecards","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Data access utility","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Simple + accessible","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Low sophistication, sometimes browser-based","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Outreach","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"⚠️ MCP (workflow-focused)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Search sequences","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Emails","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Meetings (Kaia)","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"account / prospect / opportunity lookups","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Workflow automation","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Multi-system orchestration","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Revenue workflow engine","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"End-to-end GTM workflows","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Less depth in conversation data","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Attention","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"⚠️ Emerging MCP","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Meeting data","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Transcripts","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CRM-linked context","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AI insights","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sales assistant workflows","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"create snippets","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AI sales assistant + CRM","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Strong CRM linkage","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Less focus on external knowledge layer","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Planhat -","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Related content","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ask Jiminny Anything on Call level","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Hubspot app","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
8417999621461651077
|
-2099241113185791399
|
idle
|
accessibility
|
NULL
|
Platform Sprint 2 Q2 - Platform Team - Scrum Board Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] Graham . I made the product related changes in the table and for the rest I left them as a note in the Technical section for the team to look at when they start looking at this. I wonder about your points related to GDPR. Currently multiple customers are using the Customer API/zapier to feed this data to AI and BI tools. They are also manually exporting transcripts and other information from the platform and feeding it to AI tools. I don’t get how MCP is so much different that all of these and why it will introduce new data processors (which are already being utilised) and would require any changes to the consent provided by participants.
You said
Jiminny MCP Connector
Epic
Link to Epik in Jira
Document status
DRAFT
Objective
Enable customers to connect Jiminny data to external AI tools (Claude, OpenAI, Gemini) so it can be used as part of their broader knowledge base and workflows.
Position Jiminny as a data layer for AI-driven revenue workflows, not just a standalone product.
👤 Target user
Revenue teams using AI tools (Sales, CS, RevOps)
Companies already experimenting with Claude / OpenAI
Mid-market & Enterprise customers with multiple data sources (CRM, docs, CI tools, Support tools etc)
🤕 Pain point or problem
Jiminny data is locked in the platform
AI tools lack access to high-value conversation context
Customers must manually export/copy transcripts
No easy way to combine calls with CRM + docs + other info - using the Jiminny API is not suitable for non technical sales people
Peer pressure as almost all competitors have this
💥 Impact and benefits
For customers
Better AI outputs using real customer conversations
Ability to build automated workflows across tools
For Jiminny
Increased product stickiness (embedded in workflows)
Competitive parity with Gong / Avoma etc.
💡 Solution ideas
Build an AI Knowledge Connector (MCP-based) that:
Exposes Jiminny data (calls, transcripts, metadata) to AI tools
Provides structured insights (summaries, action items, scoring etc.)
Supports deal-level context
Allows integration into customer-owned AI stacks (Claude + Zapier, etc.)
Success metrics
List the key goals and how you will measure success. Include both qualitative and quantitative metrics (e.g., user adoption, retention rate, revenue targets).
Goal
Metric
Increase stickiness by ensuring Jiminny is embedded in the customer’s workflows
% of customers connecting external AI tools
Number of MCP/API calls per customer - and which ones are being used the most
Decrease the manual copying of transcripts
decrease by X %
User interaction and design
Simple setup flow:
Generate API key / connect MCP
Clear instructions for Claude / Zapier setup
Provide:
Example prompts for Claude
Pre-built workflow templates for Zapier
Clear documentation - with use cases
👉 Focus: usable by non-technical users
Detailed Requirements
List the functional and non-functional requirements. Prioritize them (e.g., High, Medium, Low) and add notes for clarification.
Requirement
Importance
Notes
Allow customers to connect Jiminny to their AI tools (e.g. Claude, OpenAI)
HIGH
Provide MCP endpoint so customers can easily integrate Jiminny into their AI stack
Allow customers to access call data through AI tools
HIGH
Expose Jiminny data:
list calls (filter by date, user, account, deal)
get call
get transcript (speaker-separated)
get call metadata
search calls (keyword + semantic)
Support filtering by:
account / contact/ lead / deal
jiminny user
date range
Allow customers to search and query calls using AI tools
HIGH
Support keyword and semantic search across conversations
Provide structured insights so customers can generate better outputs
HIGH
For each call, expose:
Summary
Action items
Key points
Activity type
Notes
Call Score
CRM information
Allow customers to understand deal status across multiple calls/emails
HIGH
For each deal expose:
calls/meetings/emails
Identified risks
contacts related to the deal with their job title
linked account details
all CRM field information that we have in DI + fields used for CRM filling
example - get_deal_summary
request -
{
"tool": "get_deal_summary",
"arguments": {
"deal_name": "ACME"
}
}
responce:
{
"deal_name": "ACME",
"stage": "Negotiation",
"recent_activity": [
"Demo call on 2026-04-01",
"Pricing discussion on 2026-04-03"
],
"risks": [
"Pricing concerns",
"Security review pending"
], "next_steps": [
"Send follow-up to VP Sales",
"Share security documentation"
]
}
Ensure the AI can easily understand the schema of the data coming from Jiminny
HIGH
Models perform much better when tools have:
clear names
rich descriptions
predictable schemas
Provide clear, actionable error states for customers when MCP connections fail
HIGH
Error messages should guide agents toward solutions with specific suggestions and next steps.
Expired or revoked key — “Error: Authentication failed. The API key used to access Jiminny has been revoked or has expired. Please ask your Jiminny admin to generate a new API key in Settings > Organization > General and reconnect the MCP server.”
Rate limit hit — “Error: Rate limit exceeded. Too many requests have been made to the Jiminny MCP server in a short period. Please wait 60 seconds before retrying.”
Permissions mismatch — if a user tries to access data outside their team visibility settings - “Error: Access denied. The requested call (call_id: [X]) is outside your team's visibility settings in Jiminny. Only calls within your permitted scope are accessible.”
Trying to access private meeting - “Error: Access denied. This meeting has been marked as private by the host and cannot be accessed through the MCP connector. Try requesting a different call or ask the meeting host to change the visibility settings in Jiminny.”
Downgraded/Capture account — if a customer's plan drops below Scale tier or the Customer is on Capture in the first place - “Error: MCP access unavailable. The Jiminny MCP connector is available on the Scale plan and above. Your account does not currently have an active Scale subscription.”
Jiminny-side outage — “Error:Jiminny is temporarily unavailable (status 503). This is not a data or permissions issue — please retry in a few minutes.”
No data found - “Error:No calls found matching your criteria. Try adjusting your filters — for example, widening the date range, removing the account filter, or checking the rep name is spelled correctly in Jiminny.”
Allow customers to securely control who and what data is accessible externally
HIGH
Ensure MCP only exposes data user has access to - based on team visibility settings. This means that if a user is not allow to access calls/deals in Jiminny UI then they shouldn’t be able to access those through the MCP as well.
Private meetings shouldn’t be exposed via MCP
HIGH
When a meetings is set to Private then the information about it shouldn’t be exposed through the MCP.
Ensure Jiminny data can be combined with other sources (e.g. CRM, docs) in AI workflows
HIGH
Ensure data is structured to be easily combined with:
CRM (accounts, deals)
external docs
Use consistent identifiers:
account IDs
deal IDs
MCP is available only for Scale tier and above
HIGH
Customers who are on Capture tier should be able to access any of their data through MCP.
This should also cover the scenario when a customer has been on Scale but then downgrades to Capture - their MCP access should stop working.
Provide visibility into how external AI tools access Jiminny data
HIGH
Audit logs:
what data was accessed by which external system when
identity - who made the request
specific queries/filters used
failed access attempts (especially cross-visibility-boundary attempts)
Admins should be able to access the logs from the org settings.We can start with a csv export before building a specific page for it.
example from Atlassian -
Provide customers with example prompts to get started quickly
HIGH
MCP prompts are explicitly defined as prompt templates that clients can discover and call with arguments.
See examples in table below.
Expose Jiminny as a Connector in Claude
medium
Competitors like Fathom are listed as Connectors in Claude. This will make it easier for customers to find us and to connect Jiminny
Provide customers with example workflows to get started quickly
medium
A workflow is usually multiple steps, maybe multiple tools, still focused on one outcome.
See examples in table below.
Allow customers to use predefined Jiminny skills for common workflows
medium
Anthropic describes Skills as folders that include instructions, scripts, and resources that Claude can load when relevant, and as a way to teach Claude repeatable workflows, preferences, and domain expertise once instead of re-explaining them every time. Skills - a reusable package of behavior that can include prompts, instructions, resources, and sometimes scripts/tools for a broader job.
Claude skills - https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf?hsLang=en&utm_source=chatgpt.com
See examples in table below.
Jiminny UI widget for OpenAI
medium
The reason to have this is to make certain Jiminny use cases much easier than pure chat.
Instead of ChatGPT only replying with text like “Here are the last 5 ACME calls,” it could also show a visual Jiminny card or mini-app inside the chat. That widget could list calls, show a deal summary, let the user filter by rep/date/account, open a transcript section, or save a snippet—while the conversation continues in normal chat alongside it.
For Jiminny, the best widget use cases are the ones where users need to browse or compare rather than ask one-off questions. A strong example is deal review: the user asks ChatGPT, “What is the status of the ACME deal?” ChatGPT calls your Jiminny MCP tools, and the widget shows a compact deal view with recent calls, risks, next steps, stakeholders, and links to transcripts/snippets. The chat can still summarize the answer in words, but the widget gives a clearer, scannable interface.
Another good Jiminny widget use case is call search and exploration. A text answer can say “I found 12 calls mentioning pricing objections,” but a widget could show a sortable list with date, rep, account, score, and objection count, then let the user click into one call to see the exact excerpt or jump to a transcript section.
Allow customers to run long-running analyses asynchronously and retrieve progress/results
low
Some requests/questions require analysis of Hugh volumes of data. For those, it may be better to:
start the job
let it run in the background
return a status like “in progress”
let the client come back for the result later
For example - User asks in Claude:
“Analyse all calls from this quarter and tell me the top 5 objections by segment.”
That might require:
searching lots of calls
pulling many summaries/transcripts
aggregating results
Instead of making Claude wait 45+ seconds, Jiminny could:
create an analysis job
return: job_id = 123, status = running
We need this in order to support:
large-scale analysis
multi-call aggregation across lots of data
playlist generation across many calls
heavy recap/report generation
Creating a snippet through the MCP
low
Create a shareable snippet from a call recording by specifying a time range. Useful for highlighting key moments — objection handling, pricing discussions, competitive mentions — and sharing them with your team.
example request:
{
"tool": "create_snippet",
"arguments": {
"call_id": "call_123",
"start_time": "00:18:24",
"end_time": "00:19:10",
"title": "Pricing objection"
}
}
example response:
{
"snippet_id": "snip_987",
"title": "Pricing objection",
"share_url": "https://app.jiminny.com/snippets/snip_987"
}
Ability to add recordings or snippets to a playlist
low
Allow customers to create libraries of calls automatically. They can use those for onboarding or other purposes
Allow AI tools to read reusable Jiminny resources
low
fathom
Resources are useful for data that should be read consistently rather than recomputed every time. In Jiminny terms, that could be:
current deal snapshot
account summary
weekly rep recap
approved talk tracks / objection handling guidance
curated playlists or snippet libraries
This is useful because an AI can consume these directly as context, instead of repeatedly stitching together many tool calls.
Ability to write coaching notes in Jiminny through MCP
low
What we want to do for prompts/worflows and skills
Capability
Type
User value / job to be done
Example Jiminny use case
Inputs
Steps performed
Output
Draft follow-up email
Prompt
Help reps quickly create tailored follow-ups after calls
Use the latest customer call to draft an email with recap and next steps
Call ID
optional tone
optional recipient type
Retrieve call summary and action items from Jiminny.
Pull key points, commitments, and next steps.
Apply the chosen tone and structure.
Draft the email in a consistent format.
Customer-ready follow-up email draft
Summarise call
Prompt
Help users quickly extract the most important points from a conversation
Generate a concise summary of one call for internal or external use
Call ID
optional summary style
optional audience
Retrieve transcript, metadata, and structured insights.
Identify key topics, decisions, risks, and next steps.
Format output for the chosen audience.
Short or structured call summary with actions and risks
Generate deal recap
Prompt
Help reps and managers get a fast overview of a deal
Summarise the current state of a deal based on recent calls and linked CRM context
Deal ID or account name
optional date range
Retrieve calls and meetings linked to the deal.
Pull deal metadata and CRM-linked context.
Identify recent changes, blockers, risks, and next steps.
Summarise into a concise recap.
Deal recap with status, blockers, risks, and recommended next steps
Prepare weekly recap
Prompt
Help managers or reps review what changed over a time period
Weekly recap of calls, themes, and actions for one rep, team, or account
Rep ID
team ID or account ID
time period
Retrieve relevant calls and summaries for the selected time period.
Aggregate themes, action items, and changes.
Highlight notable risks, opportunities, and follow-ups.
Weekly recap with top themes, risks, opportunities, and actions
Prepare deal review
Workflow
Help reps and managers review deal status using multiple sources of context
Review a deal before pipeline review or forecast meeting
Deal ID
optional date range
Retrieve all recent calls, emails, and meetings tied to the deal.
Pull structured call summaries, score, action items, and key points.
Pull linked CRM context such as stage, contacts, and account details.
Aggregate open risks, unresolved objections, stakeholder gaps, and next steps.
Format into a review-ready structure.
Deal review document with current status, risks, stakeholders, blockers, and next steps
Weekly team recap
Workflow
Help managers monitor activity and risk across a group of reps or accounts
End-of-week team summary for sales leadership
Team ID
date range
Retrieve calls and structured insights across the team.
Group by rep, account, or deal.
Identify recurring themes, major risks, strong calls, and missed follow-ups.
Highlight calls or deals that need attention.
Team-level recap with patterns, key risks, notable wins, and action areas
Objection analysis across calls
Workflow
Help teams identify patterns across multiple conversations
Analyse pricing or competitor objections across recent calls
Account ID
deal ID
rep ID
keyword/topic
date range
Search calls matching the topic or keyword.
Retrieve summaries, transcripts, and snippets where relevant.
Identify recurring objections and how they were handled.
Assess whether objections were resolved or remain open.
Summarise patterns and examples.
Objection analysis with themes, frequency, examples, and suggested follow-up actions
Build onboarding playlist
Workflow
Help enablement teams curate useful learning content faster
Build a playlist of strong discovery, demo, or pricing calls for new hires
Topic
call type
rep/team filter
optional time period
Search for calls matching the selected criteria.
Rank or filter calls based on score, topics, or key moments.
Identify useful snippets or full recordings.
Add selected calls/snippets into a playlist structure.
Generate short descriptions for each item.
Curated onboarding playlist with selected calls/snippets and descriptions
Deal Inspection Skill
Skill
Give users a consistent, opinionated way to assess a deal
Claude reviews a deal using a repeatable Jiminny methodology
Deal ID or account name
optional review scope
Determine whether the request is suitable for a deal inspection.
Retrieve relevant calls, summaries, CRM context, stakeholders, and risks.
Apply a standard Jiminny review framework to assess deal health.
Look for missing next steps, unresolved objections, stakeholder gaps, and warning signs.
Present findings in a consistent structure with recommended actions.
Structured deal inspection with health assessment, red flags, and recommendations
Manager Coaching Skill
Skill
Help managers review calls consistently and identify coaching moments
Analyse a rep’s call and surface strengths, gaps, and examples for coaching
Call ID
optional rep ID
optional coaching focus
Retrieve transcript, score, summary, and key moments from the call.
Evaluate the conversation against a coaching framework.
Identify what went well and where the rep could improve.
Suggest moments to clip as snippets.
Recommend coaching actions or playlist additions.
Coaching review with strengths, gaps, snippet suggestions, and recommended coaching actions
CSM / QBR Prep Skill
Skill
Help CS or AM teams prepare structured customer reviews from conversations
Generate an account review or QBR-style summary from recent customer interactions
Account ID, optional time period
Retrieve all recent calls, emails, and account-linked context.
Aggregate themes, requests, blockers, sentiment shifts, and opportunities.
Apply a repeatable account review structure.
Summarise outcomes, open issues, and suggested next steps.
Structured QBR/account review summary with themes, risks, opportunities, and actions
Snippet Builder Skill
Skill
Help users consistently capture and label useful moments from calls
Identify useful moments in a call and convert them into reusable snippets
Call ID, optional focus area such as pricing, objection, competitor, discovery
Retrieve transcript, recording timeline, and call insights.
Detect moments matching the requested focus area.
Propose snippet start/end times and titles.
Tag snippets by type or theme.
Optionally save them or add them to a playlist.
One or more proposed or saved snippets with title, timing, and tags
💡 Technical details
Auth model needs specifying. Are API keys scoped per user, per team, or per Jiminny instance? If a key is generated by an admin, does it inherit their visibility level, or provide org-wide? Are permissions evaluated at query time or frozen at key creation? Needs to be query-time, otherwise permission changes won't propagate.
Key lifecycle management is missing. No mention of rotation, expiry, or revocation. A departed employee's active key is a data leak. Need: revocation, optional expiry, alerts on stale keys, and consider whether keys should be tied to service accounts rather than personal users.
Rate limiting should be HIGH. A compromised key or misconfigured automation could bulk-export an entire customer's call history. Need per-key rate limits and anomaly detection on unusual access patterns.
Open Questions
Track unresolved issues or decisions that need to be made. Update as answers become available.
Question
Answer
Date Answered
Competitor research
Competitor
MCP Availability
Core Capabilities
Advanced Capabilities
Positioning
Key Strength
Key Weakness
Gong
✅ Mature MCP
List/search calls
Get transcripts
get Call metadata
Deal intelligence
Scorecards, analytics
CRM context
Enterprise data layer
Deep data + ecosystem integrations
Limited opinionated AI workflows
Avoma
✅ Mature MCP
list_meetings
get_meeting
get_transcript
key topics
Deal fields/Deal level analysis
Coaching/Scoring
CRM context
pushing insights into Notion / Confluence
AI-ready meeting intelligence
Strongest “outputs” layer
Mostly pull-based interactions
Fathom
✅ MCP
list/search meetings
get transcript
get summary/action items
Team/org context
Webhooks (event-based triggers)
get_weekly_recap
aggregated action items across meetings
creating webhooks directly from the MCP server
Lightweight meeting data access
Includes summaries + actions
Limited analytics depth
Grain
✅ Basic MCP
get meetings
download transcripts
Notes
Deals
Scorecards
Data access utility
Simple + accessible
Low sophistication, sometimes browser-based
Outreach
⚠️ MCP (workflow-focused)
Search sequences
Emails
Meetings (Kaia)
account / prospect / opportunity lookups
Workflow automation
Multi-system orchestration
Revenue workflow engine
End-to-end GTM workflows
Less depth in conversation data
Attention
⚠️ Emerging MCP
Meeting data
Transcripts
CRM-linked context
AI insights
Sales assistant workflows
create snippets
AI sales assistant + CRM
Strong CRM linkage
Less focus on external knowledge layer
Planhat -
Related content
Ask Jiminny Anything on Call level
Galya Dimitrova
Hubspot app...
|
NULL
|
|
12042
|
256
|
21
|
2026-04-14T10:47:55.232574+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776163675232_m1.jpg...
|
Firefox
|
CloudWatch | us-east-2 — Work
|
True
|
us-east-2.console.aws.amazon.com/cloudwatch/home?r us-east-2.console.aws.amazon.com/cloudwatch/home?region=us-east-2#logsV2:logs-insights$3FqueryDetail$3D~(end~0~start~-3600~timeType~'RELATIVE~tz~'UTC~unit~'seconds~editorString~'fields*20*40timestamp*2c*20*40message*2c*20*40logStream*2c*20*40log*0a*7c*20filter*20*40message*20like*20*22*5bAskJiminnyReport*3aGenerate*5d*22*20*0a*7c*20filter*20*40message*20not*20like*20*2fAnalytic*2f*20*7c*20filter*20*40message*20not*20like*20*2fTranscript*2f*0a*7c*20filter*20*40message*20not*20like*20*2fWebhook*2f*20*7c*20filter*20*40message*20not*20like*20*2fMeetingBot*2f*20*0a*7c*20limit*2010000~queryId~'0551e814-f51a-4339-8372-80d7ba4cef27~source~(~'*2a)~lang~'CWLI~logClass~'STANDARD~accountIDs~(~'All)~queryBy~'allLogGroups)...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
JY-20543 add AJ reports User pilot tracking by Lak JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
Console Home | Console Home | us-east-2
Console Home | Console Home | us-east-2
SecurityGroup | EC2 | us-east-2
SecurityGroup | EC2 | us-east-2
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jiminny
Jiminny
Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf
Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
New Tab
New Tab
CloudWatch | us-east-2
CloudWatch | us-east-2
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
AWS Console Home
Skip to Main Content
Skip to Main Content
Amazon Q
Services
Search
Ask Amazon Q
[Option+S]
CloudShell
Notifications (none available)
Help & support
Settings
United States (Ohio)
United States (Ohio)
STAGE
Account ID: 4387-4037-0364
STAGE
EC2 EC2
EC2
Elastic Container Service Elastic Container Service
Elastic Container Service
S3 S3
S3
CodeDeploy CodeDeploy
CodeDeploy
CloudWatch CloudWatch
CloudWatch
ElastiCache ElastiCache
ElastiCache
Aurora and RDS Aurora and RDS
Aurora and RDS
Amazon OpenSearch Service Amazon OpenSearch Service
Amazon OpenSearch Service
CloudFront CloudFront
CloudFront
MediaLive MediaLive
MediaLive
Open side navigation
CloudWatch
CloudWatch
Logs Insights
Logs Insights
Query definition
Query definition
Info : Query definition
5m (5 Minutes)
30m (30 Minutes)
1h (1 Hour)
3h (3 Hours)
12h (12 Hours)
Custom
Custom
Compare (Off)
Compare
(
Off
)
Time zone UTC timezone
UTC timezone
Start tailing with selected log group (opens in a new tab)
Start tailing
Query scope
Query scope All log groups
All log groups
All log groups
Log class
Log class STANDARD
STANDARD
Account(s)
Account(s) Change Account(s)
Change Account(s)
Remove All accounts
Undo
Redo
Logs Insights QL
Query generator
Query generator
Fields
Saved and sample queries
Query commands
Run query
Cancel
Save
History
Completed. Query executed for
147 log groups.
View log groups used in query
Logs (11)
Logs
(
11
)
Patterns (6)
Patterns
(
6
)
Visualization
Visualization
Logs (11)
Logs (11)
Summarize results
Summarize results
Investigate
Investigate
Share results
Share results
Export results
Export results
Add to dashboard
Showing 11 of 11 records matched
72,901 records (69.7 MB) scanned in 2.9s @ 24,880 records/s (23.8 MB/s)
Hide histogram
Hide histogram
Filter table results
2026-04-14T10:46:17.359Z
[2026-04-14 10:46:17] staging.INFO: [AskJiminnyReport:Generate] Response received {"response":{"message":"Ask Anything report request has been queued for processing","request_id":"d20bfefe-ccac-4bb7-ab50-c8bb89199973","status":"queued"}} {"correlation_id":"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac","trace_id":"185df6f6-4327-4609-9c2e-2ab83a0f5432"}
worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab
438740370364:worker-analytics
2026-04-14T10:46:16.956Z
[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Request sent {"automatedReportUuid":"7e7846e2-c0ea-4040-88f4-0ae14b66ade8","reportUuid":"d20bfefe-ccac-4bb7-ab50-c8bb89199973","payload":{"user_question":"Please make a summary for all calls","call_ids":["49880280","49104686","48360159","47193308","44762288","43862984","41678335","41310991","39940631","39779620","39389894","39106205","38745110","38510502"],"team_id":1,"request_id":"d20bfefe-ccac-4bb7-ab50-c8bb89199973","callback_url":"https://team:[EMAIL]/webhook/reports/ready","report_period":"13 Apr 2026","report_name":"Test 6"}} {"correlation_id":"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac","trace_id":"185df6f6-4327-4609-9c2e-2ab83a0f5432"}
worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab
438740370364:worker-analytics
2026-04-14T10:46:16.949Z
[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"7e7846e2-c0ea-4040-88f4-0ae14b66ade8","activityCount":14} {"correlation_id":"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac","trace_id":"185df6f6-4327-4609-9c2e-2ab83a0f5432"}
worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab
438740370364:worker-analytics
2026-04-14T10:46:16.825Z
[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"7e7846e2-c0ea-4040-88f4-0ae14b66ade8"} {"correlation_id":"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac","trace_id":"185df6f6-4327-4609-9c2e-2ab83a0f5432"}
worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab
438740370364:worker-analytics
2026-04-14T10:46:16.812Z
[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"63e6d70b-b7cb-4dfa-8443-53453e6c4054","activityCount":0} {"correlation_id":"a2c01234-ebe1-4449-ab25-0b0863f0696f","trace_id":"185df6f6-4327-4609-9c2e-2ab83a0f5432"}
worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Pipelines - jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Feed — jiminny — Sentry","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Console Home | Console Home | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Console Home | Console Home | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"SecurityGroup | EC2 | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SecurityGroup | EC2 | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jiminny","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"CloudWatch | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"CloudWatch | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"AWS Console Home","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Skip to Main Content","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Skip to Main Content","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Amazon Q","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Services","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXComboBox","text":"Search","depth":16,"role_description":"combo box","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ask Amazon Q","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"[Option+S]","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"CloudShell","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Notifications (none available)","depth":15,"help_text":"Notifications","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Help & support","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Settings","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXComboBox","text":"United States (Ohio)","depth":15,"value":"United States (Ohio)","help_text":"United States (Ohio)","role_description":"combo box","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"United States (Ohio)","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"STAGE","depth":15,"help_text":"Staging_View_Only @ jmny","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Account ID: 4387-4037-0364","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"STAGE","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"EC2 EC2","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"EC2","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Elastic Container Service Elastic Container Service","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Elastic Container Service","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"S3 S3","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"S3","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"CodeDeploy CodeDeploy","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CodeDeploy","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"CloudWatch CloudWatch","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CloudWatch","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"ElastiCache ElastiCache","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"ElastiCache","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Aurora and RDS Aurora and RDS","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Aurora and RDS","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Amazon OpenSearch Service Amazon OpenSearch Service","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Amazon OpenSearch Service","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"CloudFront CloudFront","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CloudFront","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"MediaLive MediaLive","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"MediaLive","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Open side navigation","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"CloudWatch","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CloudWatch","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Logs Insights","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Logs Insights","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Query definition","depth":26,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXButton","text":"Query definition","depth":28,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXButton","text":"Info : Query definition","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"5m (5 Minutes)","depth":27,"help_text":"5 Minutes","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"30m (30 Minutes)","depth":27,"help_text":"30 Minutes","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"1h (1 Hour)","depth":27,"help_text":"1 Hour","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"3h (3 Hours)","depth":27,"help_text":"3 Hours","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"12h (12 Hours)","depth":27,"help_text":"12 Hours","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Custom","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Custom","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Compare (Off)","depth":26,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Compare","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Off","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Time zone UTC timezone","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"UTC timezone","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Start tailing with selected log group (opens in a new tab)","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Start tailing","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Query scope","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Query scope All log groups","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All log groups","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"All log groups","depth":26,"help_text":"","role_description":"search text field","subrole":"AXSearchField","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Log class","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Log class STANDARD","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"STANDARD","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Account(s)","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Account(s) Change Account(s)","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change Account(s)","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Remove All accounts","depth":29,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Undo","depth":28,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Redo","depth":28,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Logs Insights QL","depth":29,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Query generator","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Query generator","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Fields","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Saved and sample queries","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Query commands","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Run query","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Cancel","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Save","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"History","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Completed. Query executed for","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"147 log groups.","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"View log groups used in query","depth":28,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Logs (11)","depth":25,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Logs","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Patterns (6)","depth":25,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Patterns","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Visualization","depth":25,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Visualization","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Logs (11)","depth":26,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Logs (11)","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Summarize results","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Summarize results","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Investigate","depth":28,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Investigate","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Share results","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Share results","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Export results","depth":28,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Export results","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Add to dashboard","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Showing 11 of 11 records matched","depth":29,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"72,901 records (69.7 MB) scanned in 2.9s @ 24,880 records/s (23.8 MB/s)","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Hide histogram","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Hide histogram","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Filter table results","depth":25,"help_text":"","placeholder":"Filter table results (case insensitive)...","role_description":"search text field","subrole":"AXSearchField","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"2026-04-14T10:46:17.359Z","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[2026-04-14 10:46:17] staging.INFO: [AskJiminnyReport:Generate] Response received {\"response\":{\"message\":\"Ask Anything report request has been queued for processing\",\"request_id\":\"d20bfefe-ccac-4bb7-ab50-c8bb89199973\",\"status\":\"queued\"}} {\"correlation_id\":\"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac\",\"trace_id\":\"185df6f6-4327-4609-9c2e-2ab83a0f5432\"}","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab","depth":29,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"438740370364:worker-analytics","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026-04-14T10:46:16.956Z","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Request sent {\"automatedReportUuid\":\"7e7846e2-c0ea-4040-88f4-0ae14b66ade8\",\"reportUuid\":\"d20bfefe-ccac-4bb7-ab50-c8bb89199973\",\"payload\":{\"user_question\":\"Please make a summary for all calls\",\"call_ids\":[\"49880280\",\"49104686\",\"48360159\",\"47193308\",\"44762288\",\"43862984\",\"41678335\",\"41310991\",\"39940631\",\"39779620\",\"39389894\",\"39106205\",\"38745110\",\"38510502\"],\"team_id\":1,\"request_id\":\"d20bfefe-ccac-4bb7-ab50-c8bb89199973\",\"callback_url\":\"https://team:5hgTDUyu1vqCd@app.staging.jiminny.com/webhook/reports/ready\",\"report_period\":\"13 Apr 2026\",\"report_name\":\"Test 6\"}} {\"correlation_id\":\"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac\",\"trace_id\":\"185df6f6-4327-4609-9c2e-2ab83a0f5432\"}","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab","depth":29,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"438740370364:worker-analytics","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026-04-14T10:46:16.949Z","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"7e7846e2-c0ea-4040-88f4-0ae14b66ade8\",\"activityCount\":14} {\"correlation_id\":\"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac\",\"trace_id\":\"185df6f6-4327-4609-9c2e-2ab83a0f5432\"}","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab","depth":29,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"438740370364:worker-analytics","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026-04-14T10:46:16.825Z","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"7e7846e2-c0ea-4040-88f4-0ae14b66ade8\"} {\"correlation_id\":\"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac\",\"trace_id\":\"185df6f6-4327-4609-9c2e-2ab83a0f5432\"}","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab","depth":29,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"438740370364:worker-analytics","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026-04-14T10:46:16.812Z","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"63e6d70b-b7cb-4dfa-8443-53453e6c4054\",\"activityCount\":0} {\"correlation_id\":\"a2c01234-ebe1-4449-ab25-0b0863f0696f\",\"trace_id\":\"185df6f6-4327-4609-9c2e-2ab83a0f5432\"}","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab","depth":29,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
8417481282673081944
|
3534553444625152142
|
click
|
accessibility
|
NULL
|
JY-20543 add AJ reports User pilot tracking by Lak JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
Console Home | Console Home | us-east-2
Console Home | Console Home | us-east-2
SecurityGroup | EC2 | us-east-2
SecurityGroup | EC2 | us-east-2
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jiminny
Jiminny
Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf
Ask Jiminny test report - 8 Apr 2026 - Ask Jiminny test report - 13 Apr 2026.pdf
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
New Tab
New Tab
CloudWatch | us-east-2
CloudWatch | us-east-2
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
AWS Console Home
Skip to Main Content
Skip to Main Content
Amazon Q
Services
Search
Ask Amazon Q
[Option+S]
CloudShell
Notifications (none available)
Help & support
Settings
United States (Ohio)
United States (Ohio)
STAGE
Account ID: 4387-4037-0364
STAGE
EC2 EC2
EC2
Elastic Container Service Elastic Container Service
Elastic Container Service
S3 S3
S3
CodeDeploy CodeDeploy
CodeDeploy
CloudWatch CloudWatch
CloudWatch
ElastiCache ElastiCache
ElastiCache
Aurora and RDS Aurora and RDS
Aurora and RDS
Amazon OpenSearch Service Amazon OpenSearch Service
Amazon OpenSearch Service
CloudFront CloudFront
CloudFront
MediaLive MediaLive
MediaLive
Open side navigation
CloudWatch
CloudWatch
Logs Insights
Logs Insights
Query definition
Query definition
Info : Query definition
5m (5 Minutes)
30m (30 Minutes)
1h (1 Hour)
3h (3 Hours)
12h (12 Hours)
Custom
Custom
Compare (Off)
Compare
(
Off
)
Time zone UTC timezone
UTC timezone
Start tailing with selected log group (opens in a new tab)
Start tailing
Query scope
Query scope All log groups
All log groups
All log groups
Log class
Log class STANDARD
STANDARD
Account(s)
Account(s) Change Account(s)
Change Account(s)
Remove All accounts
Undo
Redo
Logs Insights QL
Query generator
Query generator
Fields
Saved and sample queries
Query commands
Run query
Cancel
Save
History
Completed. Query executed for
147 log groups.
View log groups used in query
Logs (11)
Logs
(
11
)
Patterns (6)
Patterns
(
6
)
Visualization
Visualization
Logs (11)
Logs (11)
Summarize results
Summarize results
Investigate
Investigate
Share results
Share results
Export results
Export results
Add to dashboard
Showing 11 of 11 records matched
72,901 records (69.7 MB) scanned in 2.9s @ 24,880 records/s (23.8 MB/s)
Hide histogram
Hide histogram
Filter table results
2026-04-14T10:46:17.359Z
[2026-04-14 10:46:17] staging.INFO: [AskJiminnyReport:Generate] Response received {"response":{"message":"Ask Anything report request has been queued for processing","request_id":"d20bfefe-ccac-4bb7-ab50-c8bb89199973","status":"queued"}} {"correlation_id":"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac","trace_id":"185df6f6-4327-4609-9c2e-2ab83a0f5432"}
worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab
438740370364:worker-analytics
2026-04-14T10:46:16.956Z
[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Request sent {"automatedReportUuid":"7e7846e2-c0ea-4040-88f4-0ae14b66ade8","reportUuid":"d20bfefe-ccac-4bb7-ab50-c8bb89199973","payload":{"user_question":"Please make a summary for all calls","call_ids":["49880280","49104686","48360159","47193308","44762288","43862984","41678335","41310991","39940631","39779620","39389894","39106205","38745110","38510502"],"team_id":1,"request_id":"d20bfefe-ccac-4bb7-ab50-c8bb89199973","callback_url":"https://team:[EMAIL]/webhook/reports/ready","report_period":"13 Apr 2026","report_name":"Test 6"}} {"correlation_id":"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac","trace_id":"185df6f6-4327-4609-9c2e-2ab83a0f5432"}
worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab
438740370364:worker-analytics
2026-04-14T10:46:16.949Z
[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"7e7846e2-c0ea-4040-88f4-0ae14b66ade8","activityCount":14} {"correlation_id":"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac","trace_id":"185df6f6-4327-4609-9c2e-2ab83a0f5432"}
worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab
438740370364:worker-analytics
2026-04-14T10:46:16.825Z
[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"7e7846e2-c0ea-4040-88f4-0ae14b66ade8"} {"correlation_id":"9d62151d-74d3-49e9-9bd1-2f1cd8e62aac","trace_id":"185df6f6-4327-4609-9c2e-2ab83a0f5432"}
worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab
438740370364:worker-analytics
2026-04-14T10:46:16.812Z
[2026-04-14 10:46:16] staging.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"63e6d70b-b7cb-4dfa-8443-53453e6c4054","activityCount":0} {"correlation_id":"a2c01234-ebe1-4449-ab25-0b0863f0696f","trace_id":"185df6f6-4327-4609-9c2e-2ab83a0f5432"}
worker-analytics/worker-analytics/5442e7b326d84f428c0999369ac96340 Opens in a new tab...
|
NULL
|
|
26997
|
566
|
56
|
2026-04-15T13:38:40.634404+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776260320634_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoEDHomeActivityFiles..•More+His +SlackFileEditViewGoEDHomeActivityFiles..•More+HistoryWindowHelp→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product _launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesStoyan TanevVesGalya DimitrovaAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina PetrovaD. Nikolay Nikolov2 Galya Dimitrova, Ni...ii: AppsToastJira CloudGoogle Cale...# releases8 22Messagesnewdou+@ Files• Bookmarksv 2 new messagesGitHub APP3:28 PM7 new commits pushed tomaster by nikolay-yankovNew24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow more( jiminny/app Added by GitHubCircleCl APP3:53 PMDeployment Successful!Project: appWhen:04/15/202612:53:30Tag:View JobMessage #releases+Aa...Activity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefox GPU HelperFirefoxCP Isolated Web ContentFirefox GPU HelperVTDecoderXPCServiceSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)Notion Helper (Renderer)claudeClaude Helper (Renderer)FirefoxCP Isolated Web ContentiTerm2FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentscreenpipeMEMORY PRESSURERMem...2,02 GB1,19 GB987,9 MB962,7 MB863,2 MB793,5 MB778,7 MB554,1 MB547,3 MB543,9 MB516,0 MB467,2 MB464,3 MB425,8 MB412,2 MB391,1 MB390,8 MB389,3 MB372,5 MB344,3 MB327,4 MB326,1 MB325,2 MB294,3 MB253,2 MB242,1 MB241,2 MB223,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <478Wed 15 Apr 16:38:40CPUMemoryDiskThreads39237825842829252711162426242725242315201315276262759EnergyPorts606197577291241 20220 019130241128253166199121125123126125122121172313722201241 832123127517PID93892407801442974146648424203080193671314673938994186335480358313527643652430163689848173265481148509106051935833487856138482984287616,00 GB14,19 GB <1,76 GB2,91 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,62 GB2,89 GB7,13 GB...
|
NULL
|
8416897289921072475
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoEDHomeActivityFiles..•More+His +SlackFileEditViewGoEDHomeActivityFiles..•More+HistoryWindowHelp→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product _launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesStoyan TanevVesGalya DimitrovaAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina PetrovaD. Nikolay Nikolov2 Galya Dimitrova, Ni...ii: AppsToastJira CloudGoogle Cale...# releases8 22Messagesnewdou+@ Files• Bookmarksv 2 new messagesGitHub APP3:28 PM7 new commits pushed tomaster by nikolay-yankovNew24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow more( jiminny/app Added by GitHubCircleCl APP3:53 PMDeployment Successful!Project: appWhen:04/15/202612:53:30Tag:View JobMessage #releases+Aa...Activity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefox GPU HelperFirefoxCP Isolated Web ContentFirefox GPU HelperVTDecoderXPCServiceSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)Notion Helper (Renderer)claudeClaude Helper (Renderer)FirefoxCP Isolated Web ContentiTerm2FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentscreenpipeMEMORY PRESSURERMem...2,02 GB1,19 GB987,9 MB962,7 MB863,2 MB793,5 MB778,7 MB554,1 MB547,3 MB543,9 MB516,0 MB467,2 MB464,3 MB425,8 MB412,2 MB391,1 MB390,8 MB389,3 MB372,5 MB344,3 MB327,4 MB326,1 MB325,2 MB294,3 MB253,2 MB242,1 MB241,2 MB223,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <478Wed 15 Apr 16:38:40CPUMemoryDiskThreads39237825842829252711162426242725242315201315276262759EnergyPorts606197577291241 20220 019130241128253166199121125123126125122121172313722201241 832123127517PID93892407801442974146648424203080193671314673938994186335480358313527643652430163689848173265481148509106051935833487856138482984287616,00 GB14,19 GB <1,76 GB2,91 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,62 GB2,89 GB7,13 GB...
|
NULL
|
|
35675
|
726
|
19
|
2026-04-16T10:02:42.903645+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-16/1776 /Users/lukas/.screenpipe/data/data/2026-04-16/1776333762903_m1.jpg...
|
NULL
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStormFileEditViewNavigateCodeLaravelRefactorRun PhpStormFileEditViewNavigateCodeLaravelRefactorRunToolsGitWindowHelp> 0ld6]-zsh• 28526.60kB26.87kB27.91kB30.75kB34.35kB39.kB39.69kB41.87kB43.21kB47.84kB48.24kB55.13kB61.28kB62.98kB63.06kB64.62kB79.57kB94.84kB115.66kB117.59kB120.68 kB128.67kB129.28kB164.28 kB176.44kB180.40kB197.96kB210.96kB218.14kB264.94kB298.53kB307.13kB343.99kB367.43kB689.63kB825.14kB1,402.47kBSupport Daily - in 1h 58 mAPP (-zsh)DOCKER• 881DEV (docker)82APP (-zsh)X3ec2-user@ip-10-30-...₴4../public/vue-assets/assets/GridView-vMogKjqT.js./public/vue-assets/assets/ondemand-DgxEX09i.js../public/vue-assets/assets/CrmLink-rTdmxqkp.js./public/vue-assets/assets/liquor-tree-DbetBeVs.js./public/vue-assets/assets/DealRiskList-COSgQDWm.js../public/vue-assets/assets/AskAnything-BiYJNLXH.js./public/vue-assets/assets/lib-BPR1zwwF.js./public/vue-assets/assets/AppFormField-0eTkGyuH.js:./public/vue-assets/assets/deal-view-B4d9Fnc0.js../public/vue-assets/assets/exports-DIyAIXcT.js../public/vue-assets/assets/playlists-CJz1PCG2.js../public/vue-assets/assets/callScoringTemplates-DQc-joSr.js../public/vue-assets/assets/_copy0bject-DzIIjTZN.js:/public/vue-assets/assets/pusher-CYYPj3Hn.js./public/vue-assets/assets/onboard-BGmZPXYh.js./public/vue-assets/assets/StatusBadge-D_dxGN0U.js./public/vue-assets/assets/kiosk-hoNoVi3Z.js./public/vue-assets/assets/deal-insights-CCCD53q2.js../public/vue-assets/assets/ListView-Daurhtak.js../public/vue-assets/assets/_plugin-vue_export-helper-sSs0rPyg.js./public/vue-assets/assets/WelcomeLayout-CI_AuldJ.js:./public/vue-assets/assets/dashboard-B-uDq9Qs.js../public/vue-assets/assets/emoji-input-D_ee3_TC.js../public/vue-assets/assets/sentry-unCNBfeg.js../public/vue-assets/assets/OrgSettingsLayout-Br7DRJ0o.js../public/vue-assets/assets/vuex.esm-bundler-CxmCn-TU.js../public/vue-assets/assets/playback-CB909wM4.js./public/vue-assets/assets/AppButton-OYq5I1u7.js../public/vue-assets/assets/index.module-DoWLv01P.js../public/vue-assets/assets/intl-tel-input-C4VqCHzY.js../public/vue-assets/assets/team-insights-CPsGbra7.js../public/vue-assets/assets/popper-DC--DigQ.js../public/vue-assets/assets/PhoneField-DsfvGNK0.js./public/vue-assets/assets/live-DbuadCCc.js./public/vue-assets/assets/video-js-skin.less_vue_type_style_index_0_src_true_lang-D2hx_saf.js../public/vue-assets/assets/index-CV_ZMn85.js:./public/vue-assets/assets/logged-in-layout-qoUV-hWG.js-zshgzip:10.06kBgzip:9.39kBgz1p:10.18kBgzip:9.58kB9z1p:10.60kBgz1p:14.98kBgzip:12.70kB9z1p:12.68kBgz1p:14.35kBgzip:16.46kBgzip:15.07kBgzip:13.28kBgzip:20.08kBgzip:18.89kB9z1p:21.84kBgz1p:22.94kBgzip:22.63kB9z1p:28.18kBgzip:33.76kB9z1p:38.70 kB921p:34.16kBgzip:40.05kBgz1p:36.72kBgzip:52.24 kB9z1p:56.16kBgz1p:67.85kBgzip:61.61kB9z1p:68.66kBgz1p:64.16kB9z1p:60.30kBgzip:77.20 kBgzip:103.87kBgz1p:84.90kBgzip:97.04kBgzip: 202.81kBgz1p:72.44kBgzip: 438.06kB[plugin builtin:vite-reporter](!) Some chunks are larger than 500 kBafter minification. Consider:- Using dynamic import() to code-split the application- Use build.rolldownOptions.output.codeSplittingto improve chunking: https://rolldown.rs/reference/Output0ptions.codeSplitting- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.• built in 29.05slukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app/front-end (JY-18909-automated-reports-ask-jiminny) $I86-zshmaр:92.74kBmap:73.94kBmap:93.18kBтар :78.74kBтар:115.18kBmap:173.20kBтар :138.34kBтар:150.73 kBmap:150.62kBmaр:294.48kBтар:153.25kBmaр:65.85kBmap:239.59kBтар :219.27kBmар:201.33kBmap:244.72kBтар :300.68kBтар :292.79kBmap:308.10kBmaр:500.60kBтар:258.56kBmaр:410.48kBmap:266.15kBтар :831.82 kBтар:623.70kBmap:836.88kBтар :680.92kBmар :3,947.49 kBmap:1,108.20 kBmap:475.61kBтар:959.66kBmap: 1,245.28kBmap:849.05kBтар :792.41kBmар: 3,016.64 kBmap:436.28kBmaр: 6,282.82kB100% <47O 878Thu 16 Apr 13:02:42181* Unable to acce...O x8APP...
|
NULL
|
8416690886392239281
|
NULL
|
click
|
ocr
|
NULL
|
PhpStormFileEditViewNavigateCodeLaravelRefactorRun PhpStormFileEditViewNavigateCodeLaravelRefactorRunToolsGitWindowHelp> 0ld6]-zsh• 28526.60kB26.87kB27.91kB30.75kB34.35kB39.kB39.69kB41.87kB43.21kB47.84kB48.24kB55.13kB61.28kB62.98kB63.06kB64.62kB79.57kB94.84kB115.66kB117.59kB120.68 kB128.67kB129.28kB164.28 kB176.44kB180.40kB197.96kB210.96kB218.14kB264.94kB298.53kB307.13kB343.99kB367.43kB689.63kB825.14kB1,402.47kBSupport Daily - in 1h 58 mAPP (-zsh)DOCKER• 881DEV (docker)82APP (-zsh)X3ec2-user@ip-10-30-...₴4../public/vue-assets/assets/GridView-vMogKjqT.js./public/vue-assets/assets/ondemand-DgxEX09i.js../public/vue-assets/assets/CrmLink-rTdmxqkp.js./public/vue-assets/assets/liquor-tree-DbetBeVs.js./public/vue-assets/assets/DealRiskList-COSgQDWm.js../public/vue-assets/assets/AskAnything-BiYJNLXH.js./public/vue-assets/assets/lib-BPR1zwwF.js./public/vue-assets/assets/AppFormField-0eTkGyuH.js:./public/vue-assets/assets/deal-view-B4d9Fnc0.js../public/vue-assets/assets/exports-DIyAIXcT.js../public/vue-assets/assets/playlists-CJz1PCG2.js../public/vue-assets/assets/callScoringTemplates-DQc-joSr.js../public/vue-assets/assets/_copy0bject-DzIIjTZN.js:/public/vue-assets/assets/pusher-CYYPj3Hn.js./public/vue-assets/assets/onboard-BGmZPXYh.js./public/vue-assets/assets/StatusBadge-D_dxGN0U.js./public/vue-assets/assets/kiosk-hoNoVi3Z.js./public/vue-assets/assets/deal-insights-CCCD53q2.js../public/vue-assets/assets/ListView-Daurhtak.js../public/vue-assets/assets/_plugin-vue_export-helper-sSs0rPyg.js./public/vue-assets/assets/WelcomeLayout-CI_AuldJ.js:./public/vue-assets/assets/dashboard-B-uDq9Qs.js../public/vue-assets/assets/emoji-input-D_ee3_TC.js../public/vue-assets/assets/sentry-unCNBfeg.js../public/vue-assets/assets/OrgSettingsLayout-Br7DRJ0o.js../public/vue-assets/assets/vuex.esm-bundler-CxmCn-TU.js../public/vue-assets/assets/playback-CB909wM4.js./public/vue-assets/assets/AppButton-OYq5I1u7.js../public/vue-assets/assets/index.module-DoWLv01P.js../public/vue-assets/assets/intl-tel-input-C4VqCHzY.js../public/vue-assets/assets/team-insights-CPsGbra7.js../public/vue-assets/assets/popper-DC--DigQ.js../public/vue-assets/assets/PhoneField-DsfvGNK0.js./public/vue-assets/assets/live-DbuadCCc.js./public/vue-assets/assets/video-js-skin.less_vue_type_style_index_0_src_true_lang-D2hx_saf.js../public/vue-assets/assets/index-CV_ZMn85.js:./public/vue-assets/assets/logged-in-layout-qoUV-hWG.js-zshgzip:10.06kBgzip:9.39kBgz1p:10.18kBgzip:9.58kB9z1p:10.60kBgz1p:14.98kBgzip:12.70kB9z1p:12.68kBgz1p:14.35kBgzip:16.46kBgzip:15.07kBgzip:13.28kBgzip:20.08kBgzip:18.89kB9z1p:21.84kBgz1p:22.94kBgzip:22.63kB9z1p:28.18kBgzip:33.76kB9z1p:38.70 kB921p:34.16kBgzip:40.05kBgz1p:36.72kBgzip:52.24 kB9z1p:56.16kBgz1p:67.85kBgzip:61.61kB9z1p:68.66kBgz1p:64.16kB9z1p:60.30kBgzip:77.20 kBgzip:103.87kBgz1p:84.90kBgzip:97.04kBgzip: 202.81kBgz1p:72.44kBgzip: 438.06kB[plugin builtin:vite-reporter](!) Some chunks are larger than 500 kBafter minification. Consider:- Using dynamic import() to code-split the application- Use build.rolldownOptions.output.codeSplittingto improve chunking: https://rolldown.rs/reference/Output0ptions.codeSplitting- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.• built in 29.05slukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app/front-end (JY-18909-automated-reports-ask-jiminny) $I86-zshmaр:92.74kBmap:73.94kBmap:93.18kBтар :78.74kBтар:115.18kBmap:173.20kBтар :138.34kBтар:150.73 kBmap:150.62kBmaр:294.48kBтар:153.25kBmaр:65.85kBmap:239.59kBтар :219.27kBmар:201.33kBmap:244.72kBтар :300.68kBтар :292.79kBmap:308.10kBmaр:500.60kBтар:258.56kBmaр:410.48kBmap:266.15kBтар :831.82 kBтар:623.70kBmap:836.88kBтар :680.92kBmар :3,947.49 kBmap:1,108.20 kBmap:475.61kBтар:959.66kBmap: 1,245.28kBmap:849.05kBтар :792.41kBmар: 3,016.64 kBmap:436.28kBmaр: 6,282.82kB100% <47O 878Thu 16 Apr 13:02:42181* Unable to acce...O x8APP...
|
NULL
|
|
26101
|
556
|
54
|
2026-04-15T13:11:21.539981+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776258681539_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
[CREDIT_CARD]/105toImperial Age--Longbowman Create [CREDIT_CARD]/105toImperial Age--Longbowman Created---Villager Created--Game Paused (P)Town Center0/15Т 5/7kovalfklukas (Britous))Researching 4%Town Watch2400/24005 Magnus Olafsson: 5911/5911 &2 Rajyapala: 5716/57161 kovaliklukas: 5456/54568 Almish Yiltawar: 5291/52917 Maximilian of Habsburg: 5223/52236 László I: 4839/48393 Huascár: 4729/47294 Louis VI: 4587/4587BEET...
|
NULL
|
8416434255241588927
|
NULL
|
visual_change
|
ocr
|
NULL
|
[CREDIT_CARD]/105toImperial Age--Longbowman Create [CREDIT_CARD]/105toImperial Age--Longbowman Created---Villager Created--Game Paused (P)Town Center0/15Т 5/7kovalfklukas (Britous))Researching 4%Town Watch2400/24005 Magnus Olafsson: 5911/5911 &2 Rajyapala: 5716/57161 kovaliklukas: 5456/54568 Almish Yiltawar: 5291/52917 Maximilian of Habsburg: 5223/52236 László I: 4839/48393 Huascár: 4729/47294 Louis VI: 4587/4587BEET...
|
26099
|
|
46326
|
978
|
63
|
2026-04-17T10:29:10.664097+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-17/1776 /Users/lukas/.screenpipe/data/data/2026-04-17/1776421750664_m2.jpg...
|
NULL
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFileEoitViewHistoryBookmarksProfilesToolsWi FirefoxFileEoitViewHistoryBookmarksProfilesToolsWindow Help= app.dev.jiminny.com/onboardDevelopers | HubSpotM'inbox (1,575) - lukas.kovalike@fimin/M 120216 is your HubSpot Log In CodCa CloudWatch | eu-west-1New TabZ Configure SSH access to multiple. fix-cache-for-business-processes4 [JY-20692] Issue with reconnectir8 Jiminny+ New TabJIMINN2 Zoho CRMzLinking your Zoho CRM accountPlease select one of authentication options:ConnectingA popup window should open, please proceed therete your information3:00)IDURING CALLSom)ed we'll default to this oneTINGSImport Calendar Meetings*a Sign in with Zoho CRMG Sign in with GoogleLet's Get Started!40 l6li Support Daily • in 1h 31mA100% CS•Fri 17 Apr 13:29:10@ InspectorFilter Outout• Console• DebuggerT Network() Style Editor( PerformanceErrors Warnings Info Logs DebugNone of the "shas84" hashes in the inteqrity attribute match the content of the subresource at "https: font010O•XessXHRIRequests | #*connectSPa0e0d6a50/200/S0276ax 1KKUCSPLLwH/ ruMEKTCPJag CquEV5N*.A MouseEvent-mozInputSource is deprecated. Use PointerEvent-pointerType instead.index.mis:5:3Top ÷ ED...
|
NULL
|
8415968304480171489
|
NULL
|
click
|
ocr
|
NULL
|
FirefoxFileEoitViewHistoryBookmarksProfilesToolsWi FirefoxFileEoitViewHistoryBookmarksProfilesToolsWindow Help= app.dev.jiminny.com/onboardDevelopers | HubSpotM'inbox (1,575) - lukas.kovalike@fimin/M 120216 is your HubSpot Log In CodCa CloudWatch | eu-west-1New TabZ Configure SSH access to multiple. fix-cache-for-business-processes4 [JY-20692] Issue with reconnectir8 Jiminny+ New TabJIMINN2 Zoho CRMzLinking your Zoho CRM accountPlease select one of authentication options:ConnectingA popup window should open, please proceed therete your information3:00)IDURING CALLSom)ed we'll default to this oneTINGSImport Calendar Meetings*a Sign in with Zoho CRMG Sign in with GoogleLet's Get Started!40 l6li Support Daily • in 1h 31mA100% CS•Fri 17 Apr 13:29:10@ InspectorFilter Outout• Console• DebuggerT Network() Style Editor( PerformanceErrors Warnings Info Logs DebugNone of the "shas84" hashes in the inteqrity attribute match the content of the subresource at "https: font010O•XessXHRIRequests | #*connectSPa0e0d6a50/200/S0276ax 1KKUCSPLLwH/ ruMEKTCPJag CquEV5N*.A MouseEvent-mozInputSource is deprecated. Use PointerEvent-pointerType instead.index.mis:5:3Top ÷ ED...
|
NULL
|
|
23881
|
516
|
28
|
2026-04-15T11:48:38.744349+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776253718744_m1.jpg...
|
NULL
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+FinderFileEditViewGoWindowHelpHomeDMsActivityFile +FinderFileEditViewGoWindowHelpHomeDMsActivityFilesLater..•More+Jiminny ...+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...LocationsDXP4800PLUS-...NetworkTags• CRM• OrangeDirect messages• RedStoyan Tanev• YellowVesGalya DimitrovaAneliya Angelova, ...Vasil Vasilev XSteliyan GeorgievAdelina Petrova, Ili...P. Adelina PetrovaD. Nikolay Nikolov 0!2 Galya Dimitrova, Ni...ii: AppsJira CloudToastSearch Jiminny Inc# releases8 226 0Messages@ Files• BookmarksCircleCl APPToday ~Deployment successful+DXP4800PLUS-B5F8888 Sync folderConnected as: AdminName• Green• Bluei YoutubeWorkTesta screenpipeaia personal_folderaa Musict MoviesMediaaa MartiGooglegamesFamily tree documentsebooksil Documents• Purple• All Tags...Project: appXWhen:04/15/202611:18:51Tag:View JobMessage #releases+Aa...alol§ Support Daily • in 12 mActivity MonitorAll ProcessesProcess NameWindowServerFirefoxCP Isolated Web ContentFirefoxFirefox.Mem...1,10 GB960,9 MB921,9 MB837.3 MBDate Modified--Sizel20 itemsiTerm2FirefoxCP Isolated Web ContentCode Helper (Renderer)FirefoxCP Isolated Web ContentClaudeFirefoxCP Isolated Web ContentMEMORY PRESSURE251,8 MB232,7 MB212,3 MB203,8 MB191,7 MB189,3 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% (C47Wed 15 Apr 14:48:38CPUMemoryEnergyDiskThreadsPorts2119 [CREDIT_CARD] 204DisconnectKindSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepoint271 79012518221281296172625123PID40742974801414664842420301467336713801935480418633583135276436524301648173368982654850910114835833605194878561388534048298604917429516,00 GB13,47 GB<2,46 GB2,85 GBApp Memory:Wired Memory:Compressed:NetworkUser_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas5,11 GB2,29 GB5,49 GB...
|
NULL
|
8415322371679784450
|
NULL
|
visual_change
|
ocr
|
NULL
|
+FinderFileEditViewGoWindowHelpHomeDMsActivityFile +FinderFileEditViewGoWindowHelpHomeDMsActivityFilesLater..•More+Jiminny ...+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...LocationsDXP4800PLUS-...NetworkTags• CRM• OrangeDirect messages• RedStoyan Tanev• YellowVesGalya DimitrovaAneliya Angelova, ...Vasil Vasilev XSteliyan GeorgievAdelina Petrova, Ili...P. Adelina PetrovaD. Nikolay Nikolov 0!2 Galya Dimitrova, Ni...ii: AppsJira CloudToastSearch Jiminny Inc# releases8 226 0Messages@ Files• BookmarksCircleCl APPToday ~Deployment successful+DXP4800PLUS-B5F8888 Sync folderConnected as: AdminName• Green• Bluei YoutubeWorkTesta screenpipeaia personal_folderaa Musict MoviesMediaaa MartiGooglegamesFamily tree documentsebooksil Documents• Purple• All Tags...Project: appXWhen:04/15/202611:18:51Tag:View JobMessage #releases+Aa...alol§ Support Daily • in 12 mActivity MonitorAll ProcessesProcess NameWindowServerFirefoxCP Isolated Web ContentFirefoxFirefox.Mem...1,10 GB960,9 MB921,9 MB837.3 MBDate Modified--Sizel20 itemsiTerm2FirefoxCP Isolated Web ContentCode Helper (Renderer)FirefoxCP Isolated Web ContentClaudeFirefoxCP Isolated Web ContentMEMORY PRESSURE251,8 MB232,7 MB212,3 MB203,8 MB191,7 MB189,3 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% (C47Wed 15 Apr 14:48:38CPUMemoryEnergyDiskThreadsPorts2119 [CREDIT_CARD] 204DisconnectKindSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepointSharepoint271 79012518221281296172625123PID40742974801414664842420301467336713801935480418633583135276436524301648173368982654850910114835833605194878561388534048298604917429516,00 GB13,47 GB<2,46 GB2,85 GBApp Memory:Wired Memory:Compressed:NetworkUser_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas5,11 GB2,29 GB5,49 GB...
|
NULL
|
|
51682
|
1118
|
26
|
2026-04-20T06:17:54.211239+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-20/1776 /Users/lukas/.screenpipe/data/data/2026-04-20/1776665874211_m1.jpg...
|
Firefox
|
JY-20543 add AJ reports User pilot tracking by Lak JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app — Work...
|
True
|
github.com/jiminny/app/pull/11932/changes
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Sprint 2 Q2 - Platform Team - Scrum Board Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
JY-20698 handle failed field sync on playbook import activity types by LakyLak · Pull Request #11988 · jiminny/app
JY-20698 handle failed field sync on playbook import activity types by LakyLak · Pull Request #11988 · jiminny/app
JY-20692 change confirmation parameter by LakyLak · Pull Request #11986 · jiminny/app
JY-20692 change confirmation parameter by LakyLak · Pull Request #11986 · jiminny/app
[JY-20543] AJ Reports > Tracking - Jira
[JY-20543] AJ Reports > Tracking - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
Issues(g then i)
Pull requests
Repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (32)
Pull requests
(
32
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (28)
Security and quality
(
28
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
JY-20543 add AJ reports User pilot tracking #11932 Edit title
JY-20543 add AJ reports User pilot tracking
#
11932
Edit title
Preview
Preview
Code
Code
Merged
LakyLak
LakyLak
merged 6 commits into
JY-18909-automated-reports-ask-jiminny
JY-18909-automated-reports-ask-jiminny
from
JY-20543-AJ-report-tracking
JY-20543-AJ-report-tracking
Copy head branch name to clipboard
5 days ago
Lines changed: 284 additions & 1 deletion
Conversation (4)
Conversation
(
4
)
Commits (6)
Commits
(
6
)
Checks (3)
Checks
(
3
)
Files changed (7)
Files changed
(
7
)
Pull Request Toolbar
Pull Request Toolbar
Expand file tree
Merged
JY-20543 add AJ reports User pilot tracking
JY-20543 add AJ reports User pilot tracking
#
11932
All commits
All commits
LakyLak
LakyLak
merged 6 commits into
JY-18909-automated-reports-ask-jiminny
JY-18909-automated-reports-ask-jiminny
from
JY-20543-AJ-report-tracking
JY-20543-AJ-report-tracking
Copy head branch name to clipboard
0
/
7
viewed
Submit comments
Submit
comments
Open diff view settings
Open overview panel
Open comments panel
(
1
)
Collapse file
app/Events/AutomatedReports/AutomatedReportGenerated.php
app/Events/AutomatedReports/AutomatedReportGenerated.php
app/Events/AutomatedReports/AutomatedReportGenerated.php
Copy file name to clipboard
Lines changed: 15 additions & 0 deletions
Not Viewed
Viewed
Comment on this file
More options
Original file line number
Original file line
Diff line number
Diff line change
@@ -0,0 +1,15 @@
1
+
<?php
2
+
3
+
declare
(strict_types=
1
);
4
+
5
+
namespace
Jiminny
\
Events
\
AutomatedReports
;
6
+
7
+
use
Jiminny
\
Models
\
AutomatedReport
;
8
+
9
+
class
AutomatedReportGenerated
10
+
{
11
+
public
function
__construct
(
12
+
public
readonly
AutomatedReport
$
automatedReport
,
13
+
) {
14
+
}
15
+
}
Original file line number
@@ -0,0 +1,15 @@
Original file line
@@ -0,0 +1,15 @@
Diff line number
@@ -0,0 +1,15 @@
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Diff line change
@@ -0,0 +1,15 @@
+
<?php
+
+
declare
(strict_types=
1
);
+
+
namespace
Jiminny
\
Events
\
AutomatedReports
;
+
+
use
Jiminny
\
Models
\
AutomatedReport
;
+
+
class
AutomatedReportGenerated
+
{
+
public
function
__construct
(
+
public
readonly
AutomatedReport
$
automatedReport
,
+
) {
+
}
+
}
Collapse file
app/Http/Controllers/Webhook/ReportController.php
app/Http/Controllers/Webhook/ReportController.php
app/Http/Controllers/Webhook/ReportController.php
Copy file name to clipboard
Expand all lines: app/Http/Controllers/Webhook/ReportController.php
Lines changed: 5 additions & 0 deletions
Not Viewed
Viewed
Comment on this file
More options...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20698 handle failed field sync on playbook import activity types by LakyLak · Pull Request #11988 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20698 handle failed field sync on playbook import activity types by LakyLak · Pull Request #11988 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20692 change confirmation parameter by LakyLak · Pull Request #11986 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20692 change confirmation parameter by LakyLak · Pull Request #11986 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"[JY-20543] AJ Reports > Tracking - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"[JY-20543] AJ Reports > Tracking - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Skip to content","depth":6,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Skip to content","depth":7,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open menu","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Homepage (g then d)","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"jiminny","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"jiminny","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"app","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Search or jump to…","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Type","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to search","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Chat with Copilot","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Open Copilot…","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Create new...","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Issues(g then i)","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Pull requests","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Repositories","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"You have unread notifications(g then n)","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open user navigation menu","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Repository navigation","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Repository navigation","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Code","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Code","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pull requests (32)","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pull requests","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"32","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Agents","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Agents","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Actions","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Actions","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Wiki","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Wiki","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Security and quality (28)","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Security and quality","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"28","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Insights","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Insights","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Settings","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Settings","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Important update","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Important update","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Review this update","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Review this update","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and manage your preferences in your","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"GitHub account settings","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"GitHub account settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Dismiss banner","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"JY-20543 add AJ reports User pilot tracking #11932 Edit title","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"#","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11932","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Edit title","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Preview","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Preview","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Code","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Code","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Merged","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"LakyLak","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LakyLak","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"merged 6 commits into","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-18909-automated-reports-ask-jiminny","depth":15,"role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-18909-automated-reports-ask-jiminny","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-20543-AJ-report-tracking","depth":16,"role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543-AJ-report-tracking","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy head branch name to clipboard","depth":16,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"5 days ago","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lines changed: 284 additions & 1 deletion","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Conversation (4)","depth":16,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Conversation","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Commits (6)","depth":16,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Commits","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Checks (3)","depth":16,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Checks","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Files changed (7)","depth":16,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Files changed","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"7","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Pull Request Toolbar","depth":14,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pull Request Toolbar","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Expand file tree","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Merged","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-20543 add AJ reports User pilot tracking","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"#","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11932","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"All commits","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"All commits","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"LakyLak","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LakyLak","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"merged 6 commits into","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-18909-automated-reports-ask-jiminny","depth":15,"role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-18909-automated-reports-ask-jiminny","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-20543-AJ-report-tracking","depth":16,"role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543-AJ-report-tracking","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy head branch name to clipboard","depth":16,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"0","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"7","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"viewed","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Submit comments","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Submit","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"comments","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Open diff view settings","depth":14,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open overview panel","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open comments panel","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"(","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Collapse file","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"app/Events/AutomatedReports/AutomatedReportGenerated.php","depth":15,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"app/Events/AutomatedReports/AutomatedReportGenerated.php","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app/Events/AutomatedReports/AutomatedReportGenerated.php","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 15 additions & 0 deletions","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Not Viewed","depth":14,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Original file line number","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Original file line","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Diff line number","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Diff line change","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"@@ -0,0 +1,15 @@","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"<?php","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"declare","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(strict_types=","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":");","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"5","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"namespace","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jiminny","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\\","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Events","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\\","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AutomatedReports","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":";","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"7","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"use","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jiminny","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\\","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Models","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\\","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AutomatedReport","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":";","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"class","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AutomatedReportGenerated","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"{","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"public","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"function","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"__construct","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"public","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"readonly","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AutomatedReport","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"$","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"automatedReport","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":",","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":") {","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"14","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"}","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"}","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Original file line number","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"@@ -0,0 +1,15 @@","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Original file line","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"@@ -0,0 +1,15 @@","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Diff line number","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"@@ -0,0 +1,15 @@","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"5","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"7","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"14","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Diff line change","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"@@ -0,0 +1,15 @@","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"<?php","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"declare","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(strict_types=","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":");","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"namespace","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jiminny","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\\","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Events","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\\","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AutomatedReports","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":";","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"use","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jiminny","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\\","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Models","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\\","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AutomatedReport","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":";","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"class","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AutomatedReportGenerated","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"{","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"public","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"function","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"__construct","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"public","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"readonly","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AutomatedReport","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"$","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"automatedReport","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":",","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":") {","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"}","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"}","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Collapse file","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"app/Http/Controllers/Webhook/ReportController.php","depth":15,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"app/Http/Controllers/Webhook/ReportController.php","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app/Http/Controllers/Webhook/ReportController.php","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Expand all lines: app/Http/Controllers/Webhook/ReportController.php","depth":15,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 5 additions & 0 deletions","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Not Viewed","depth":14,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8413843335490352713
|
-5385067440112785536
|
click
|
accessibility
|
NULL
|
Platform Sprint 2 Q2 - Platform Team - Scrum Board Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
JY-20698 handle failed field sync on playbook import activity types by LakyLak · Pull Request #11988 · jiminny/app
JY-20698 handle failed field sync on playbook import activity types by LakyLak · Pull Request #11988 · jiminny/app
JY-20692 change confirmation parameter by LakyLak · Pull Request #11986 · jiminny/app
JY-20692 change confirmation parameter by LakyLak · Pull Request #11986 · jiminny/app
[JY-20543] AJ Reports > Tracking - Jira
[JY-20543] AJ Reports > Tracking - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
Issues(g then i)
Pull requests
Repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (32)
Pull requests
(
32
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (28)
Security and quality
(
28
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
JY-20543 add AJ reports User pilot tracking #11932 Edit title
JY-20543 add AJ reports User pilot tracking
#
11932
Edit title
Preview
Preview
Code
Code
Merged
LakyLak
LakyLak
merged 6 commits into
JY-18909-automated-reports-ask-jiminny
JY-18909-automated-reports-ask-jiminny
from
JY-20543-AJ-report-tracking
JY-20543-AJ-report-tracking
Copy head branch name to clipboard
5 days ago
Lines changed: 284 additions & 1 deletion
Conversation (4)
Conversation
(
4
)
Commits (6)
Commits
(
6
)
Checks (3)
Checks
(
3
)
Files changed (7)
Files changed
(
7
)
Pull Request Toolbar
Pull Request Toolbar
Expand file tree
Merged
JY-20543 add AJ reports User pilot tracking
JY-20543 add AJ reports User pilot tracking
#
11932
All commits
All commits
LakyLak
LakyLak
merged 6 commits into
JY-18909-automated-reports-ask-jiminny
JY-18909-automated-reports-ask-jiminny
from
JY-20543-AJ-report-tracking
JY-20543-AJ-report-tracking
Copy head branch name to clipboard
0
/
7
viewed
Submit comments
Submit
comments
Open diff view settings
Open overview panel
Open comments panel
(
1
)
Collapse file
app/Events/AutomatedReports/AutomatedReportGenerated.php
app/Events/AutomatedReports/AutomatedReportGenerated.php
app/Events/AutomatedReports/AutomatedReportGenerated.php
Copy file name to clipboard
Lines changed: 15 additions & 0 deletions
Not Viewed
Viewed
Comment on this file
More options
Original file line number
Original file line
Diff line number
Diff line change
@@ -0,0 +1,15 @@
1
+
<?php
2
+
3
+
declare
(strict_types=
1
);
4
+
5
+
namespace
Jiminny
\
Events
\
AutomatedReports
;
6
+
7
+
use
Jiminny
\
Models
\
AutomatedReport
;
8
+
9
+
class
AutomatedReportGenerated
10
+
{
11
+
public
function
__construct
(
12
+
public
readonly
AutomatedReport
$
automatedReport
,
13
+
) {
14
+
}
15
+
}
Original file line number
@@ -0,0 +1,15 @@
Original file line
@@ -0,0 +1,15 @@
Diff line number
@@ -0,0 +1,15 @@
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Diff line change
@@ -0,0 +1,15 @@
+
<?php
+
+
declare
(strict_types=
1
);
+
+
namespace
Jiminny
\
Events
\
AutomatedReports
;
+
+
use
Jiminny
\
Models
\
AutomatedReport
;
+
+
class
AutomatedReportGenerated
+
{
+
public
function
__construct
(
+
public
readonly
AutomatedReport
$
automatedReport
,
+
) {
+
}
+
}
Collapse file
app/Http/Controllers/Webhook/ReportController.php
app/Http/Controllers/Webhook/ReportController.php
app/Http/Controllers/Webhook/ReportController.php
Copy file name to clipboard
Expand all lines: app/Http/Controllers/Webhook/ReportController.php
Lines changed: 5 additions & 0 deletions
Not Viewed
Viewed
Comment on this file
More options...
|
51675
|
|
29332
|
600
|
43
|
2026-04-15T14:37:27.129763+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776263847129_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoEDHomeDMSActivityFilesLater..• +SlackFileEditViewGoEDHomeDMSActivityFilesLater..•More+→Jiminny ...+CHISHICCIITIS# frontend# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Stoyan TanevVes. Galya Dimitrova€. Vasil VasilevR. Steliyan GeorgievAdelina Petrova, Ili...P. Adelina PetrovaR. Nikolay Nikolovii: AppsJira CloudToastHistoryWindowHelpSearch Jiminny Inc# releases8 226 0MessagesVIeWSOU@ Files• Bookmarks+Today ~GitHub APP3:28 PM7 new commits pushed to master by nikolay-yankov24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow more( jiminny/app Added by GitHubNewCircleCl APP3:53 PMDeployment Successful!Project: appWhen:04/15/202612:53:30Tag:View JobMessage #releases+Aa...Activity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefox GPU HelperFirefox GPU HelperVTDecoderXPCServiceFirefoxCP Isolated Web ContentSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)Claude Helper (Renderer)claudeNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentiTerm2FirefoxCP Isolated Web ContentscreenpipeMEMORY PRESSUREMem...2,04 GB1,21 GB1 022,8 MB963,0 MB853,2 MB801,3 MB794,5 MB547,5 MB544,3 MB543,9 MB516,1 MB497,1 MB470,1 MB430,6 MB416,5 MB412,3 MB395,4 MB392,9 MB372,5 MB343,8 MB326,5 MB326,2 MB325,6 MB291,5 MB263,8 MB250,5 MB241,4 MB213,7 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <478Wed 15 Apr 17:37:27CPUMemoryDiskThreads3922742684282430261224152426262623221515132028282759EnergyPorts60719 8097261241 19912920 047125245251168121185123124123126119118172219723131251281 832124511PID93892407801442974146644203084236713801914673938993548041863352763583143652430163689848173265486051950910114835833482984878561384287616,00 GB14,18 GB <1,75 GB3,16 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,85 GB2,90 GB6,88 GB...
|
NULL
|
8413639674868939444
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoEDHomeDMSActivityFilesLater..• +SlackFileEditViewGoEDHomeDMSActivityFilesLater..•More+→Jiminny ...+CHISHICCIITIS# frontend# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Stoyan TanevVes. Galya Dimitrova€. Vasil VasilevR. Steliyan GeorgievAdelina Petrova, Ili...P. Adelina PetrovaR. Nikolay Nikolovii: AppsJira CloudToastHistoryWindowHelpSearch Jiminny Inc# releases8 226 0MessagesVIeWSOU@ Files• Bookmarks+Today ~GitHub APP3:28 PM7 new commits pushed to master by nikolay-yankov24b989ee - Enhance SECFIXdocumentation and policiesa3a0a742 - Update SECFIX Slack channelreference in documentation and workflowfiles071c999d - Merge branch 'master' intoimprove-secfix-bot-15-04-2026981e9a1a - Update SECFIX_PROMPT.mdto enhance clarity on upgrade safety andchangelog reviews6e938e53 - Enhance SECFIX workflow withSlack notification optionsShow more( jiminny/app Added by GitHubNewCircleCl APP3:53 PMDeployment Successful!Project: appWhen:04/15/202612:53:30Tag:View JobMessage #releases+Aa...Activity MonitorAll ProcessesProcess NameBoosteroidWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)FirefoxCP Isolated Web ContentFirefox GPU HelperFirefox GPU HelperVTDecoderXPCServiceFirefoxCP Isolated Web ContentSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentNotion Calendar Helper (Renderer)Claude Helper (Renderer)claudeNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentiTerm2FirefoxCP Isolated Web ContentscreenpipeMEMORY PRESSUREMem...2,04 GB1,21 GB1 022,8 MB963,0 MB853,2 MB801,3 MB794,5 MB547,5 MB544,3 MB543,9 MB516,1 MB497,1 MB470,1 MB430,6 MB416,5 MB412,3 MB395,4 MB392,9 MB372,5 MB343,8 MB326,5 MB326,2 MB325,6 MB291,5 MB263,8 MB250,5 MB241,4 MB213,7 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <478Wed 15 Apr 17:37:27CPUMemoryDiskThreads3922742684282430261224152426262623221515132028282759EnergyPorts60719 8097261241 19912920 047125245251168121185123124123126119118172219723131251281 832124511PID93892407801442974146644203084236713801914673938993548041863352763583143652430163689848173265486051950910114835833482984878561384287616,00 GB14,18 GB <1,75 GB3,16 GBApp Memory:Wired Memory:Compressed:NetworkUserlukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,85 GB2,90 GB6,88 GB...
|
NULL
|
|
60097
|
1296
|
8
|
2026-04-20T15:23:45.170308+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-20/1776 /Users/lukas/.screenpipe/data/data/2026-04-20/1776698625170_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
ClaudeFileEditViewWindowHelp100% [8Mon 20 Apr 18:2 ClaudeFileEditViewWindowHelp100% [8Mon 20 Apr 18:23:44DOCKER381DEV (-zsh)$82ec2-user@ip-10-30-159-186:~APP (-zsh)83screenpipe"• ₴4ec2-user@ip-10-30-159-186:~ (nc)*5[2026-04-20 15:17:08]production.INFO: [SocialAccountService] Fetchingtoken {"socialAccountId":45478, "provider": "salesforce"}212", "trace_id" : "443d09cf-4b07-4aa0-a0c8-1c319cb13da9"'}{"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1[2026-04-20 15:17:08] production.INF0: [SocialAccountService] Token retrieved {"socialAccountId":45478, "provider":"salesforce"}1212", "trace_id":"443d09cf-4b07-4aa0-aĐc8-1c319cb13da9"}{"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a[2026-04-20 15:17:08] production.INF0: [EncryptedTokenManager] Generating access token. {"mode":"encrypted"} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212" /"trace_id":"443d09cf-4b07-4aa0-a0c8-1c319cb13da9"}[2026-04-20 15:17:08]production.INFO:[EncryptedTokenManager] Tokens not found in cache, decrypting {"social_account_id":45478}{"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212", "trace_id":"443d09cf-4b07-4aa0-a0c8-1c319cb13da9"}[2026-04-20 15:17:08]production.INFO:[EncryptedTokenManager] Decrypting data key {"social_account_id":45478} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212","trace_id":"443d09cf-4b07-4aa0-aĐc8-1c319cb13da9"}[2026-04-20 15:17:08] production.INFO: [EncryptedTokenManager] Decrypting tokens {"social_account_id":45478} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212""trace_id":"443d09cf-4b07-4aa0-a0c8-1c319cb13da9"}[2026-04-20 15:17:08] production.INFO: [Crm0wnerResolver] Integration owner matched as CRM Owner {"crm_provider": "salesforce", "crm_owner":16067, "team_id":711} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212", "trace_id": "443d09cf-4b07-4aa0-a0c8-1c319cb13da9"' }[2026-04-20 15:17:08] production.INFO: [SyncTeamMetadata] Begin syncing metadata {"provider":"Salesforce", "team_name": "Les Mills","team_id":711} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212","trace_id": "443d09cf-4b07-4aa0-a0c8-1c319cb13da9"}[2026-04-20 15:17:08] production.INF0: Syncing organization... {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212", "trace_id":"443d09cf-4b07-4aa0-abc8-1c319cb13da9"}[2026-04-20 15:17:08] production.INF0: [Salesforce] Sending request {"endpoint":"https://lesmills.my.salesforce.com/services/data/v50.0/sobjects/Organization/00D90000000fUszEAE?fields=InstanceName, OrganizationType,IsSandbox GET", "team_id":711} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212", "trace_id":"443d09cf-4b07-4aa0-abc8-1c319cb13da9"}[2026-04-20 15:17:08] production.ERROR: [Salesforce] Request exception [404] The requested resource does not exist {"url":"https://lesmills.my.salesforce.com/services/data/v50.0/sobjects/Organization/00D90000000fUszEAE?fields=InstanceName,OrganizationType, IsSandbox","data" : {"headers" : {"Authorization" : "Bearer 00D90000000fUsz!AQEAQKRIt62MP50BhF0_SPMdUfRNQaX22hSEy4ww1vkWOy7Y8vtMasenRvudh0QG9oI81aqNrLu.wGgkCiT09RHg0aQXiF_d"}},"response":{"GuzzleHttp\\Psr7\|Stream": "[{\"errorCode)": \"NOT_FOUND\", \"message)":\"The requested resource doesnot exist\"3]"}, "fields": []} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212","trace_id": "443d09cf-4b07-4aa0-a0c8-1c319cb13da9"}[2026-04-20 15:17:09] production.ERROR: The requested resource does not exist {"exception":"[object] (Jiminny\\Exceptions\\HttpNotFoundException(code: 404): The requested resourcedoes not exist at /home/jiminny/app/Services/Crm/Salesforce/Client.php: 573)[stacktrace]#0 /home/jiminny/app/Services/Crm/Salesforce/Client.php(408): Jiminny\\Services|\Crm\\Salesforce\\Client->request('GET',https://lesmill...', Array)#1/home/jiminny/app/Services/Crm/Salesforce/Client.php(343): Jiminny|\Services|\Crm\\Salesforcel\Client->requestWithAutomaticReauthorize('GET',https://lesmill...', Array)#2 /home/jiminny/app/Services/Crm/Salesforce/ServiceTraits/RecordManipulationsTrait.php(58): Jiminny\(Services\\Crm\\Salesforce\\Client->get(https://lesmill...'?#3#4/home/jiminny/app/Services/Crm/Salesforce/Service.php(1602): Jiminny|\Services|\Crm\\Salesforcel|Service->getRecord('Organization', '00D90000000fUsz...', Array)/home/jiminny/app/Jobs/Crm/SyncTeamMetadata.php(97): Jiminny\\Services\\Crm\\Salesforce\\Service->syncOrganizationO#5/home/jiminny/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Jiminny|\Jobs\\Crm\\SyncTeamMetadata->handle(Object(Jiminny\\Services\\ResolveTeamCrmConnection), Object(Jiminny\(Repositories\\TeamRepository), Object(Illuminate\\Log\\LogManager))...
|
NULL
|
8413602016938056134
|
NULL
|
click
|
ocr
|
NULL
|
ClaudeFileEditViewWindowHelp100% [8Mon 20 Apr 18:2 ClaudeFileEditViewWindowHelp100% [8Mon 20 Apr 18:23:44DOCKER381DEV (-zsh)$82ec2-user@ip-10-30-159-186:~APP (-zsh)83screenpipe"• ₴4ec2-user@ip-10-30-159-186:~ (nc)*5[2026-04-20 15:17:08]production.INFO: [SocialAccountService] Fetchingtoken {"socialAccountId":45478, "provider": "salesforce"}212", "trace_id" : "443d09cf-4b07-4aa0-a0c8-1c319cb13da9"'}{"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1[2026-04-20 15:17:08] production.INF0: [SocialAccountService] Token retrieved {"socialAccountId":45478, "provider":"salesforce"}1212", "trace_id":"443d09cf-4b07-4aa0-aĐc8-1c319cb13da9"}{"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a[2026-04-20 15:17:08] production.INF0: [EncryptedTokenManager] Generating access token. {"mode":"encrypted"} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212" /"trace_id":"443d09cf-4b07-4aa0-a0c8-1c319cb13da9"}[2026-04-20 15:17:08]production.INFO:[EncryptedTokenManager] Tokens not found in cache, decrypting {"social_account_id":45478}{"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212", "trace_id":"443d09cf-4b07-4aa0-a0c8-1c319cb13da9"}[2026-04-20 15:17:08]production.INFO:[EncryptedTokenManager] Decrypting data key {"social_account_id":45478} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212","trace_id":"443d09cf-4b07-4aa0-aĐc8-1c319cb13da9"}[2026-04-20 15:17:08] production.INFO: [EncryptedTokenManager] Decrypting tokens {"social_account_id":45478} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212""trace_id":"443d09cf-4b07-4aa0-a0c8-1c319cb13da9"}[2026-04-20 15:17:08] production.INFO: [Crm0wnerResolver] Integration owner matched as CRM Owner {"crm_provider": "salesforce", "crm_owner":16067, "team_id":711} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212", "trace_id": "443d09cf-4b07-4aa0-a0c8-1c319cb13da9"' }[2026-04-20 15:17:08] production.INFO: [SyncTeamMetadata] Begin syncing metadata {"provider":"Salesforce", "team_name": "Les Mills","team_id":711} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212","trace_id": "443d09cf-4b07-4aa0-a0c8-1c319cb13da9"}[2026-04-20 15:17:08] production.INF0: Syncing organization... {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212", "trace_id":"443d09cf-4b07-4aa0-abc8-1c319cb13da9"}[2026-04-20 15:17:08] production.INF0: [Salesforce] Sending request {"endpoint":"https://lesmills.my.salesforce.com/services/data/v50.0/sobjects/Organization/00D90000000fUszEAE?fields=InstanceName, OrganizationType,IsSandbox GET", "team_id":711} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212", "trace_id":"443d09cf-4b07-4aa0-abc8-1c319cb13da9"}[2026-04-20 15:17:08] production.ERROR: [Salesforce] Request exception [404] The requested resource does not exist {"url":"https://lesmills.my.salesforce.com/services/data/v50.0/sobjects/Organization/00D90000000fUszEAE?fields=InstanceName,OrganizationType, IsSandbox","data" : {"headers" : {"Authorization" : "Bearer 00D90000000fUsz!AQEAQKRIt62MP50BhF0_SPMdUfRNQaX22hSEy4ww1vkWOy7Y8vtMasenRvudh0QG9oI81aqNrLu.wGgkCiT09RHg0aQXiF_d"}},"response":{"GuzzleHttp\\Psr7\|Stream": "[{\"errorCode)": \"NOT_FOUND\", \"message)":\"The requested resource doesnot exist\"3]"}, "fields": []} {"correlation_id":"4e4bdda9-09ad-463b-9ff4-6aec798a1212","trace_id": "443d09cf-4b07-4aa0-a0c8-1c319cb13da9"}[2026-04-20 15:17:09] production.ERROR: The requested resource does not exist {"exception":"[object] (Jiminny\\Exceptions\\HttpNotFoundException(code: 404): The requested resourcedoes not exist at /home/jiminny/app/Services/Crm/Salesforce/Client.php: 573)[stacktrace]#0 /home/jiminny/app/Services/Crm/Salesforce/Client.php(408): Jiminny\\Services|\Crm\\Salesforce\\Client->request('GET',https://lesmill...', Array)#1/home/jiminny/app/Services/Crm/Salesforce/Client.php(343): Jiminny|\Services|\Crm\\Salesforcel\Client->requestWithAutomaticReauthorize('GET',https://lesmill...', Array)#2 /home/jiminny/app/Services/Crm/Salesforce/ServiceTraits/RecordManipulationsTrait.php(58): Jiminny\(Services\\Crm\\Salesforce\\Client->get(https://lesmill...'?#3#4/home/jiminny/app/Services/Crm/Salesforce/Service.php(1602): Jiminny|\Services|\Crm\\Salesforcel|Service->getRecord('Organization', '00D90000000fUsz...', Array)/home/jiminny/app/Jobs/Crm/SyncTeamMetadata.php(97): Jiminny\\Services\\Crm\\Salesforce\\Service->syncOrganizationO#5/home/jiminny/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Jiminny|\Jobs\\Crm\\SyncTeamMetadata->handle(Object(Jiminny\\Services\\ResolveTeamCrmConnection), Object(Jiminny\(Repositories\\TeamRepository), Object(Illuminate\\Log\\LogManager))...
|
NULL
|
|
50488
|
1082
|
18
|
2026-04-17T14:56:40.997715+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-17/1776 /Users/lukas/.screenpipe/data/data/2026-04-17/1776437800997_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Skip to content
Skip to content
Click to collapse
Skip to content
Skip to content
Click to collapse
⌘B
Drag to resize
Collapse sidebar
Search
Chat
Cowork
Code
New chat ⌘N
New chat
⌘N
Projects
Customize
Artifacts
Pinned
Bulgarian citizenship application process for EU residents
More options for Bulgarian citizenship application process for EU residents
Dawarich location tracking project
More options for Dawarich location tracking project
Recents
View all
Boosteroid still recording despite ignored windows setting
More options for Boosteroid still recording despite ignored windows setting
Missing JavaScript promise in authorization response
More options for Missing JavaScript promise in authorization response
Linux SQLite UI for NAS
More options for Linux SQLite UI for NAS
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
More options for Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
More options for eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
More options for Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
More options for Screenpipe 14-day retention explained
Reddit homepage feed overview
More options for Reddit homepage feed overview
Docker container not visible in console
More options for Docker container not visible in console
DIA browser RAM configuration
More options for DIA browser RAM configuration
Screenpipe company background
More options for Screenpipe company background
DSK Bank Bulgaria secure investing explained
More options for DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
More options for Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
More options for Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
More options for Chromecast remote volume buttons not working
Screenpipe free version guide
More options for Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
More options for Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
More options for Screenpipe database query setup
Running screenpipe for free
More options for Running screenpipe for free
Updated to 1.3109.0
Relaunch to apply
Relaunch
Lukas Kovalik
Lukas Kovalik
Get apps and extensions
Boosteroid still recording despite ignored windows setting
Boosteroid still recording despite ignored windows setting
More options for Boosteroid still recording despite ignored windows setting
Close
Share chat
Screenpipe I have set Boosteroid to ignored windows but it is still being recorded. lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ cat config.json
{
"disable_audio": true,
"monitor_ids": ["Display 1_1440x900_0,0", "Display 2_3008x1253_-813,-1253"],
"ignored_windows": [
"1Password",
"Keychain Access",
"Bitwarden",
"System Preferences",
"System Settings",
"zoom.us",
"HBO Max",
"Screenpipe Dashboard",
"Boosteroid"
]
}
Show more
15:40
Retry
Edit
Copy
The
ignored_windows
filter in Screenpipe matches against window
titles
, not app names. The issue is likely that Boosteroid runs in a browser (Safari), so the window title is something like
"Boosteroid - Play PC Games on any device"
or the game title — not just "Boosteroid".
To find the exact window title being captured, query the DB:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Or if you use the
spq
alias:
Copy to clipboard
bash
spq
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Once you see the exact
window_name
value, add that string to
ignored_windows
. For example it might need to be:
Copy to clipboard
json
"Boosteroid - Play PC Games on any device"
A few other things worth knowing:
The match is
substring-based
, so adding
"Boosteroid"
should
work if the window name contains that string — but only if Screenpipe is checking
window_name
and not
app_name
. Safari's
app_name
is just
"Safari"
, so the filter on
"Boosteroid"
may not be hitting anything.
You could also try adding
"Safari"
to
ignored_windows
entirely, though that's a blunt instrument if you use Safari for other things.
After editing
config.json
, make sure to
restart Screenpipe
fully for the change to take effect.
The query above will tell you exactly what string to add.
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Error: in prepare, no such column: created_at
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Error: in prepare, no such column: created_at
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
15:50
Retry
Edit
Copy
The
ocr_text
table uses a different timestamp column. Try:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
If you're unsure of the column names, check the schema first:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
".schema ocr_text"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
Error: in prepare, no such column: timestamp
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite ".schema ocr_text"
CREATE TABLE IF NOT EXISTS "ocr_text" (
frame_id INTEGER NOT NULL,
text TEXT NOT NULL,
text_json TEXT,
app_name TEXT NOT NULL DEFAULT '',
ocr_engine TEXT NOT NULL DEFAULT 'unknown'
, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);
CREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);
CREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);
CREATE INDEX idx_ocr_text_length ON ocr_text (text_length);
CREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
16:10
Retry
Edit
Copy
No timestamp on
ocr_text
directly — it joins via
frame_id
to the
frames
table. Try:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT o.app_name, o.window_name FROM ocr_text o JOIN frames f ON o.frame_id = f.id WHERE o.app_name LIKE '%Safari%' OR o.window_name LIKE '%Boosteroid%' ORDER BY f.id DESC LIMIT 20;"
Or just get distinct values without ordering by time:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
Error: in prepare, no such column: timestamp
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite ".schema ocr_text"
CREATE TABLE IF NOT EXISTS "ocr_text" (
frame_id INTEGER NOT NULL,
text TEXT NOT NULL,
text_json TEXT,
app_name TEXT NOT NULL DEFAULT '',
ocr_engine TEXT NOT NULL DEFAULT 'unknown'
, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);
CREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);
CREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);
CREATE INDEX idx_ocr_text_length ON ocr_text (text_length);
CREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
16:27
Retry
Edit
Copy
Run the second query (no ORDER BY):
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
16:36
Retry
Edit
Copy
Empty result — Boosteroid isn't being captured via Safari's window name. It might be running in a different browser or as a PWA. Let's cast a wider net:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;"
And separately, check what apps are being recorded at all:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name FROM ocr_text LIMIT 50;"
That second query will show you exactly what Screenpipe is capturing, and you can spot which app Boosteroid is running under.
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name FROM ocr_text LIMIT 50;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
16:36
Retry
Edit
Copy
The DB is completely empty — no OCR data at all. This means Screenpipe isn't recording anything currently, or the DB you're querying is not the active one.
Check a few things:
1. Is Screenpipe actually running?...
|
[{"role":"AXLink","text":& [{"role":"AXLink","text":"Skip to content","depth":14,"bounds":{"left":0.002734375,"top":0.022222223,"width":0.000390625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Skip to content","depth":15,"bounds":{"left":0.002734375,"top":0.022222223,"width":0.044921875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Click to collapse","depth":16,"bounds":{"left":0.1234375,"top":0.49166667,"width":0.036328126,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"⌘B","depth":16,"bounds":{"left":0.16171876,"top":0.49166667,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Drag to resize","depth":16,"bounds":{"left":0.1234375,"top":0.50208336,"width":0.03046875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Collapse sidebar","depth":15,"bounds":{"left":0.0359375,"top":0.025694445,"width":0.009375,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search","depth":15,"bounds":{"left":0.0453125,"top":0.025694445,"width":0.009375,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Chat","depth":16,"bounds":{"left":0.006640625,"top":0.05347222,"width":0.026171874,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Cowork","depth":16,"bounds":{"left":0.033203125,"top":0.05347222,"width":0.011328125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code","depth":16,"bounds":{"left":0.044921875,"top":0.05347222,"width":0.011328125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New chat ⌘N","depth":16,"bounds":{"left":0.00625,"top":0.07986111,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":17,"bounds":{"left":0.01796875,"top":0.08263889,"width":0.023046875,"height":0.011805556},"role_description":"text"},{"role":"AXStaticText","text":"⌘N","depth":18,"bounds":{"left":0.09882812,"top":0.083333336,"width":0.008203125,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Projects","depth":16,"bounds":{"left":0.00625,"top":0.09791667,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Customize","depth":16,"bounds":{"left":0.00625,"top":0.11597222,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Artifacts","depth":16,"bounds":{"left":0.00625,"top":0.13402778,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Pinned","depth":16,"bounds":{"left":0.00859375,"top":0.16875,"width":0.1,"height":0.011111111},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXButton","text":"Bulgarian citizenship application process for EU residents","depth":17,"bounds":{"left":0.00625,"top":0.18333334,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Bulgarian citizenship application process for EU residents","depth":18,"bounds":{"left":0.10078125,"top":0.18611111,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Dawarich location tracking project","depth":17,"bounds":{"left":0.00625,"top":0.20208333,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Dawarich location tracking project","depth":18,"bounds":{"left":0.10078125,"top":0.2048611,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Recents","depth":16,"bounds":{"left":0.00859375,"top":0.22847222,"width":0.076171875,"height":0.011111111},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXButton","text":"View all","depth":16,"bounds":{"left":0.0859375,"top":0.22847222,"width":0.02265625,"height":0.011111111},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Boosteroid still recording despite ignored windows setting","depth":17,"bounds":{"left":0.00625,"top":0.24305555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Boosteroid still recording despite ignored windows setting","depth":18,"bounds":{"left":0.10078125,"top":0.24583334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Missing JavaScript promise in authorization response","depth":17,"bounds":{"left":0.00625,"top":0.26180556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Missing JavaScript promise in authorization response","depth":18,"bounds":{"left":0.10078125,"top":0.26458332,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Linux SQLite UI for NAS","depth":17,"bounds":{"left":0.00625,"top":0.28055555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Linux SQLite UI for NAS","depth":18,"bounds":{"left":0.10078125,"top":0.28333333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":17,"bounds":{"left":0.00625,"top":0.29930556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":18,"bounds":{"left":0.10078125,"top":0.30208334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe query capabilities and usage","depth":17,"bounds":{"left":0.00625,"top":0.31805557,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Screenpipe query capabilities and usage","depth":18,"bounds":{"left":0.10078125,"top":0.32083333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"eGPU compatibility with Mac mini and Studio","depth":17,"bounds":{"left":0.00625,"top":0.33680555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for eGPU compatibility with Mac mini and Studio","depth":18,"bounds":{"left":0.10078125,"top":0.33958334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Understanding OpenRouter API gateway","depth":17,"bounds":{"left":0.00625,"top":0.35555556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Understanding OpenRouter API gateway","depth":18,"bounds":{"left":0.10078125,"top":0.35833332,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe 14-day retention explained","depth":17,"bounds":{"left":0.00625,"top":0.37430555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Screenpipe 14-day retention explained","depth":18,"bounds":{"left":0.10078125,"top":0.37708333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Reddit homepage feed overview","depth":17,"bounds":{"left":0.00625,"top":0.39305556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Reddit homepage feed overview","depth":18,"bounds":{"left":0.10078125,"top":0.39583334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Docker container not visible in console","depth":17,"bounds":{"left":0.00625,"top":0.41180557,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Docker container not visible in console","depth":18,"bounds":{"left":0.10078125,"top":0.41458333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"DIA browser RAM configuration","depth":17,"bounds":{"left":0.00625,"top":0.43055555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for DIA browser RAM configuration","depth":18,"bounds":{"left":0.10078125,"top":0.43333334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe company background","depth":17,"bounds":{"left":0.00625,"top":0.44930556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Screenpipe company background","depth":18,"bounds":{"left":0.10078125,"top":0.45208332,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"DSK Bank Bulgaria secure investing explained","depth":17,"bounds":{"left":0.00625,"top":0.46805555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for DSK Bank Bulgaria secure investing explained","depth":18,"bounds":{"left":0.10078125,"top":0.47083333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Building a comprehensive personal homelab system","depth":17,"bounds":{"left":0.00625,"top":0.48680556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Building a comprehensive personal homelab system","depth":18,"bounds":{"left":0.10078125,"top":0.48958334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Importing Google Timeline data to Owntracks","depth":17,"bounds":{"left":0.00625,"top":0.50555557,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Importing Google Timeline data to Owntracks","depth":18,"bounds":{"left":0.10078125,"top":0.5083333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Chromecast remote volume buttons not working","depth":17,"bounds":{"left":0.00625,"top":0.5243056,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Chromecast remote volume buttons not working","depth":18,"bounds":{"left":0.10078125,"top":0.52708334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe free version guide","depth":17,"bounds":{"left":0.00625,"top":0.54305553,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Screenpipe free version guide","depth":18,"bounds":{"left":0.10078125,"top":0.54583335,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":17,"bounds":{"left":0.00625,"top":0.56180555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Self-hosted LLM alternatives to Claude Sonnet","depth":18,"bounds":{"left":0.10078125,"top":0.56458336,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe database query setup","depth":17,"bounds":{"left":0.00625,"top":0.58055556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Screenpipe database query setup","depth":18,"bounds":{"left":0.10078125,"top":0.5833333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Running screenpipe for free","depth":17,"bounds":{"left":0.00625,"top":0.59930557,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Running screenpipe for free","depth":18,"bounds":{"left":0.10078125,"top":0.6020833,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Updated to 1.3109.0","depth":16,"bounds":{"left":0.032421876,"top":0.89166665,"width":0.05078125,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Relaunch to apply","depth":16,"bounds":{"left":0.037890624,"top":0.90625,"width":0.03984375,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Relaunch","depth":16,"bounds":{"left":0.011328125,"top":0.92569447,"width":0.09296875,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Lukas Kovalik","depth":16,"bounds":{"left":0.00625,"top":0.97083336,"width":0.044921875,"height":0.016666668},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.01796875,"top":0.9736111,"width":0.030078124,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":15,"bounds":{"left":0.1,"top":0.97152776,"width":0.009375,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Boosteroid still recording despite ignored windows setting","depth":20,"bounds":{"left":0.121875,"top":0.024305556,"width":0.15703125,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Boosteroid still recording despite ignored windows setting","depth":22,"bounds":{"left":0.125,"top":0.027083334,"width":0.15078124,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Boosteroid still recording despite ignored windows setting","depth":20,"bounds":{"left":0.27890626,"top":0.024305556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":22,"bounds":{"left":0.52382815,"top":0.022916667,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Share chat","depth":22,"bounds":{"left":0.5378906,"top":0.022916667,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe I have set Boosteroid to ignored windows but it is still being recorded. lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ cat config.json\n{\n \"disable_audio\": true,\n \"monitor_ids\": [\"Display 1_1440x900_0,0\", \"Display 2_3008x1253_-813,-1253\"],\n \"ignored_windows\": [\n \"1Password\",\n \"Keychain Access\",\n \"Bitwarden\",\n \"System Preferences\",\n \"System Settings\",\n \"zoom.us\",\n \"HBO Max\",\n \"Screenpipe Dashboard\",\n \"Boosteroid\"\n ]\n}","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.22578125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Show more","depth":23,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.17421874,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"15:40","depth":23,"bounds":{"left":0.425,"top":0.017361112,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.012890625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ignored_windows","depth":25,"bounds":{"left":0.20703125,"top":0.017361112,"width":0.05078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"filter in Screenpipe matches against window","depth":24,"bounds":{"left":0.259375,"top":0.017361112,"width":0.13085938,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"titles","depth":25,"bounds":{"left":0.38984376,"top":0.017361112,"width":0.015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", not app names. The issue is likely that Boosteroid runs in a browser (Safari), so the window title is something like","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.27148438,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Boosteroid - Play PC Games on any device\"","depth":25,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.13007812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"or the game title — not just \"Boosteroid\".","depth":24,"bounds":{"left":0.32226562,"top":0.017361112,"width":0.11835937,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"To find the exact window title being captured, query the DB:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.17226562,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Or if you use the","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.0484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"spq","depth":25,"bounds":{"left":0.24257812,"top":0.017361112,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"alias:","depth":24,"bounds":{"left":0.2546875,"top":0.017361112,"width":0.01640625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"spq","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.01328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' ORDER BY created_at DESC LIMIT 20;\"","depth":27,"bounds":{"left":0.20820312,"top":0.017361112,"width":0.26835936,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Once you see the exact","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.06757812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"window_name","depth":25,"bounds":{"left":0.26171875,"top":0.017361112,"width":0.0375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"value, add that string to","depth":24,"bounds":{"left":0.30078125,"top":0.017361112,"width":0.0703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ignored_windows","depth":25,"bounds":{"left":0.37265626,"top":0.017361112,"width":0.05078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":". For example it might need to be:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.27148438,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"json","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.009375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Boosteroid - Play PC Games on any device\"","depth":26,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A few other things worth knowing:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.10039063,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The match is","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.03828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"substring-based","depth":26,"bounds":{"left":0.24296875,"top":0.017361112,"width":0.04921875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", so adding","depth":25,"bounds":{"left":0.29179686,"top":0.017361112,"width":0.032421876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Boosteroid\"","depth":26,"bounds":{"left":0.32578126,"top":0.017361112,"width":0.040625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":25,"bounds":{"left":0.36796874,"top":0.017361112,"width":0.001953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"should","depth":26,"bounds":{"left":0.36953124,"top":0.017361112,"width":0.019921875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"work if the window name contains that string — but only if Screenpipe is checking","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.25859374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"window_name","depth":26,"bounds":{"left":0.36992186,"top":0.017361112,"width":0.0375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"and not","depth":25,"bounds":{"left":0.40898436,"top":0.017361112,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":26,"bounds":{"left":0.20703125,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":". Safari's","depth":25,"bounds":{"left":0.2359375,"top":0.017361112,"width":0.025390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":26,"bounds":{"left":0.26289064,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"is just","depth":25,"bounds":{"left":0.29179686,"top":0.017361112,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Safari\"","depth":26,"bounds":{"left":0.31289062,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", so the filter on","depth":25,"bounds":{"left":0.34179688,"top":0.017361112,"width":0.0453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Boosteroid\"","depth":26,"bounds":{"left":0.38867188,"top":0.017361112,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"may not be hitting anything.","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.2511719,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You could also try adding","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Safari\"","depth":26,"bounds":{"left":0.28085938,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"to","depth":25,"bounds":{"left":0.30976564,"top":0.017361112,"width":0.00859375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ignored_windows","depth":26,"bounds":{"left":0.31992188,"top":0.017361112,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"entirely, though that's a blunt instrument if you use Safari for other things.","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.25351563,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"After editing","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.038671874,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"config.json","depth":26,"bounds":{"left":0.2453125,"top":0.017361112,"width":0.0375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", make sure to","depth":25,"bounds":{"left":0.284375,"top":0.017361112,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"restart Screenpipe","depth":26,"bounds":{"left":0.325,"top":0.017361112,"width":0.055859376,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"fully for the change to take effect.","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.25390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The query above will tell you exactly what string to add.","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.15976563,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.18945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":23,"bounds":{"left":0.20195313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":23,"bounds":{"left":0.21445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.22695312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;\"\nError: in prepare, no such column: created_at\n ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;\n error here ---^\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;\"\nError: in prepare, no such column: created_at\n ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;\n error here ---^\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.2234375,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Show more","depth":23,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.17421874,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"15:50","depth":23,"bounds":{"left":0.425,"top":0.017361112,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.012890625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr_text","depth":25,"bounds":{"left":0.20703125,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"table uses a different timestamp column. Try:","depth":24,"bounds":{"left":0.2359375,"top":0.017361112,"width":0.13164063,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If you're unsure of the column names, check the schema first:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.17578125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":26,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\".schema ocr_text\"","depth":26,"bounds":{"left":0.3,"top":0.017361112,"width":0.059765626,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.18945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":23,"bounds":{"left":0.20195313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":23,"bounds":{"left":0.21445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.22695312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;\"\nError: in prepare, no such column: timestamp\n ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;\n error here ---^\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \".schema ocr_text\"\nCREATE TABLE IF NOT EXISTS \"ocr_text\" (\n frame_id INTEGER NOT NULL,\n text TEXT NOT NULL,\n text_json TEXT,\n app_name TEXT NOT NULL DEFAULT '',\n ocr_engine TEXT NOT NULL DEFAULT 'unknown'\n, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);\nCREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);\nCREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);\nCREATE INDEX idx_ocr_text_length ON ocr_text (text_length);\nCREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.23046875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Show more","depth":23,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.17421874,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"16:10","depth":23,"bounds":{"left":0.42617187,"top":0.017361112,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"No timestamp on","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.0515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr_text","depth":25,"bounds":{"left":0.24570313,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"directly — it joins via","depth":24,"bounds":{"left":0.2746094,"top":0.017361112,"width":0.06289063,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"frame_id","depth":25,"bounds":{"left":0.3390625,"top":0.017361112,"width":0.027734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"to the","depth":24,"bounds":{"left":0.3683594,"top":0.017361112,"width":0.019140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"frames","depth":25,"bounds":{"left":0.3890625,"top":0.017361112,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"table. Try:","depth":24,"bounds":{"left":0.41132814,"top":0.017361112,"width":0.03046875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT o.app_name, o.window_name FROM ocr_text o JOIN frames f ON o.frame_id = f.id WHERE o.app_name LIKE '%Safari%' OR o.window_name LIKE '%Boosteroid%' ORDER BY f.id DESC LIMIT 20;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Or just get distinct values without ordering by time:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.14804688,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.18945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":23,"bounds":{"left":0.20195313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":23,"bounds":{"left":0.21445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.22695312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;\"\nError: in prepare, no such column: timestamp\n ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;\n error here ---^\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \".schema ocr_text\"\nCREATE TABLE IF NOT EXISTS \"ocr_text\" (\n frame_id INTEGER NOT NULL,\n text TEXT NOT NULL,\n text_json TEXT,\n app_name TEXT NOT NULL DEFAULT '',\n ocr_engine TEXT NOT NULL DEFAULT 'unknown'\n, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);\nCREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);\nCREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);\nCREATE INDEX idx_ocr_text_length ON ocr_text (text_length);\nCREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.23046875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Show more","depth":23,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.17421874,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"16:27","depth":23,"bounds":{"left":0.42539063,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Run the second query (no ORDER BY):","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.11171875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.18945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":23,"bounds":{"left":0.20195313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":23,"bounds":{"left":0.21445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.22695312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.2234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"16:36","depth":23,"bounds":{"left":0.42539063,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Empty result — Boosteroid isn't being captured via Safari's window name. It might be running in a different browser or as a PWA. Let's cast a wider net:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.27070314,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"And separately, check what apps are being recorded at all:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.16601562,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":26,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT app_name FROM ocr_text LIMIT 50;\"","depth":26,"bounds":{"left":0.3,"top":0.017361112,"width":0.16445312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"That second query will show you exactly what Screenpipe is capturing, and you can spot which app Boosteroid is running under.","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.25351563,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.18945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":23,"bounds":{"left":0.20195313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":23,"bounds":{"left":0.21445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.22695312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT DISTINCT app_name FROM ocr_text LIMIT 50;\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.23085937,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"16:36","depth":23,"bounds":{"left":0.42539063,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The DB is completely empty — no OCR data at all. This means Screenpipe isn't recording anything currently, or the DB you're querying is not the active one.","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.25507814,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check a few things:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.056640625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"1. Is Screenpipe actually running?","depth":25,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.10078125,"height":0.00069444446},"role_description":"text"}]...
|
8413534014505073450
|
-8544006821180941902
|
visual_change
|
accessibility
|
NULL
|
Skip to content
Skip to content
Click to collapse
Skip to content
Skip to content
Click to collapse
⌘B
Drag to resize
Collapse sidebar
Search
Chat
Cowork
Code
New chat ⌘N
New chat
⌘N
Projects
Customize
Artifacts
Pinned
Bulgarian citizenship application process for EU residents
More options for Bulgarian citizenship application process for EU residents
Dawarich location tracking project
More options for Dawarich location tracking project
Recents
View all
Boosteroid still recording despite ignored windows setting
More options for Boosteroid still recording despite ignored windows setting
Missing JavaScript promise in authorization response
More options for Missing JavaScript promise in authorization response
Linux SQLite UI for NAS
More options for Linux SQLite UI for NAS
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
More options for Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
More options for eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
More options for Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
More options for Screenpipe 14-day retention explained
Reddit homepage feed overview
More options for Reddit homepage feed overview
Docker container not visible in console
More options for Docker container not visible in console
DIA browser RAM configuration
More options for DIA browser RAM configuration
Screenpipe company background
More options for Screenpipe company background
DSK Bank Bulgaria secure investing explained
More options for DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
More options for Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
More options for Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
More options for Chromecast remote volume buttons not working
Screenpipe free version guide
More options for Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
More options for Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
More options for Screenpipe database query setup
Running screenpipe for free
More options for Running screenpipe for free
Updated to 1.3109.0
Relaunch to apply
Relaunch
Lukas Kovalik
Lukas Kovalik
Get apps and extensions
Boosteroid still recording despite ignored windows setting
Boosteroid still recording despite ignored windows setting
More options for Boosteroid still recording despite ignored windows setting
Close
Share chat
Screenpipe I have set Boosteroid to ignored windows but it is still being recorded. lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ cat config.json
{
"disable_audio": true,
"monitor_ids": ["Display 1_1440x900_0,0", "Display 2_3008x1253_-813,-1253"],
"ignored_windows": [
"1Password",
"Keychain Access",
"Bitwarden",
"System Preferences",
"System Settings",
"zoom.us",
"HBO Max",
"Screenpipe Dashboard",
"Boosteroid"
]
}
Show more
15:40
Retry
Edit
Copy
The
ignored_windows
filter in Screenpipe matches against window
titles
, not app names. The issue is likely that Boosteroid runs in a browser (Safari), so the window title is something like
"Boosteroid - Play PC Games on any device"
or the game title — not just "Boosteroid".
To find the exact window title being captured, query the DB:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Or if you use the
spq
alias:
Copy to clipboard
bash
spq
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Once you see the exact
window_name
value, add that string to
ignored_windows
. For example it might need to be:
Copy to clipboard
json
"Boosteroid - Play PC Games on any device"
A few other things worth knowing:
The match is
substring-based
, so adding
"Boosteroid"
should
work if the window name contains that string — but only if Screenpipe is checking
window_name
and not
app_name
. Safari's
app_name
is just
"Safari"
, so the filter on
"Boosteroid"
may not be hitting anything.
You could also try adding
"Safari"
to
ignored_windows
entirely, though that's a blunt instrument if you use Safari for other things.
After editing
config.json
, make sure to
restart Screenpipe
fully for the change to take effect.
The query above will tell you exactly what string to add.
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Error: in prepare, no such column: created_at
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Error: in prepare, no such column: created_at
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
15:50
Retry
Edit
Copy
The
ocr_text
table uses a different timestamp column. Try:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
If you're unsure of the column names, check the schema first:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
".schema ocr_text"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
Error: in prepare, no such column: timestamp
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite ".schema ocr_text"
CREATE TABLE IF NOT EXISTS "ocr_text" (
frame_id INTEGER NOT NULL,
text TEXT NOT NULL,
text_json TEXT,
app_name TEXT NOT NULL DEFAULT '',
ocr_engine TEXT NOT NULL DEFAULT 'unknown'
, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);
CREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);
CREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);
CREATE INDEX idx_ocr_text_length ON ocr_text (text_length);
CREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
16:10
Retry
Edit
Copy
No timestamp on
ocr_text
directly — it joins via
frame_id
to the
frames
table. Try:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT o.app_name, o.window_name FROM ocr_text o JOIN frames f ON o.frame_id = f.id WHERE o.app_name LIKE '%Safari%' OR o.window_name LIKE '%Boosteroid%' ORDER BY f.id DESC LIMIT 20;"
Or just get distinct values without ordering by time:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
Error: in prepare, no such column: timestamp
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite ".schema ocr_text"
CREATE TABLE IF NOT EXISTS "ocr_text" (
frame_id INTEGER NOT NULL,
text TEXT NOT NULL,
text_json TEXT,
app_name TEXT NOT NULL DEFAULT '',
ocr_engine TEXT NOT NULL DEFAULT 'unknown'
, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);
CREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);
CREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);
CREATE INDEX idx_ocr_text_length ON ocr_text (text_length);
CREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
16:27
Retry
Edit
Copy
Run the second query (no ORDER BY):
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
16:36
Retry
Edit
Copy
Empty result — Boosteroid isn't being captured via Safari's window name. It might be running in a different browser or as a PWA. Let's cast a wider net:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;"
And separately, check what apps are being recorded at all:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name FROM ocr_text LIMIT 50;"
That second query will show you exactly what Screenpipe is capturing, and you can spot which app Boosteroid is running under.
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name FROM ocr_text LIMIT 50;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
16:36
Retry
Edit
Copy
The DB is completely empty — no OCR data at all. This means Screenpipe isn't recording anything currently, or the DB you're querying is not the active one.
Check a few things:
1. Is Screenpipe actually running?...
|
50486
|
|
50564
|
1084
|
36
|
2026-04-17T15:02:31.418356+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-17/1776 /Users/lukas/.screenpipe/data/data/2026-04-17/1776438151418_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Skip to content
Skip to content
Click to collapse
Skip to content
Skip to content
Click to collapse
⌘B
Drag to resize
Collapse sidebar
Search
Chat
Cowork
Code
New chat ⌘N
New chat
⌘N
Projects
Customize
Artifacts
Pinned
Bulgarian citizenship application process for EU residents
More options for Bulgarian citizenship application process for EU residents
Dawarich location tracking project
More options for Dawarich location tracking project
Recents
View all
Boosteroid still recording despite ignored windows setting
More options for Boosteroid still recording despite ignored windows setting
Missing JavaScript promise in authorization response
More options for Missing JavaScript promise in authorization response
Linux SQLite UI for NAS
More options for Linux SQLite UI for NAS
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
More options for Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
More options for eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
More options for Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
More options for Screenpipe 14-day retention explained
Reddit homepage feed overview
More options for Reddit homepage feed overview
Docker container not visible in console
More options for Docker container not visible in console
DIA browser RAM configuration
More options for DIA browser RAM configuration
Screenpipe company background
More options for Screenpipe company background
DSK Bank Bulgaria secure investing explained
More options for DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
More options for Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
More options for Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
More options for Chromecast remote volume buttons not working
Screenpipe free version guide
More options for Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
More options for Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
More options for Screenpipe database query setup
Running screenpipe for free
More options for Running screenpipe for free
Updated to 1.3109.0
Relaunch to apply
Relaunch
Lukas Kovalik
Lukas Kovalik
Get apps and extensions
Boosteroid still recording despite ignored windows setting
Boosteroid still recording despite ignored windows setting
More options for Boosteroid still recording despite ignored windows setting
Close
Share chat
Screenpipe I have set Boosteroid to ignored windows but it is still being recorded. lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ cat config.json
{
"disable_audio": true,
"monitor_ids": ["Display 1_1440x900_0,0", "Display 2_3008x1253_-813,-1253"],
"ignored_windows": [
"1Password",
"Keychain Access",
"Bitwarden",
"System Preferences",
"System Settings",
"zoom.us",
"HBO Max",
"Screenpipe Dashboard",
"Boosteroid"
]
}
Show more
15:40
Retry
Edit
Copy
The
ignored_windows
filter in Screenpipe matches against window
titles
, not app names. The issue is likely that Boosteroid runs in a browser (Safari), so the window title is something like
"Boosteroid - Play PC Games on any device"
or the game title — not just "Boosteroid".
To find the exact window title being captured, query the DB:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Or if you use the
spq
alias:
Copy to clipboard
bash
spq
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Once you see the exact
window_name
value, add that string to
ignored_windows
. For example it might need to be:
Copy to clipboard
json
"Boosteroid - Play PC Games on any device"
A few other things worth knowing:
The match is
substring-based
, so adding
"Boosteroid"
should
work if the window name contains that string — but only if Screenpipe is checking
window_name
and not
app_name
. Safari's
app_name
is just
"Safari"
, so the filter on
"Boosteroid"
may not be hitting anything.
You could also try adding
"Safari"
to
ignored_windows
entirely, though that's a blunt instrument if you use Safari for other things.
After editing
config.json
, make sure to
restart Screenpipe
fully for the change to take effect.
The query above will tell you exactly what string to add.
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Error: in prepare, no such column: created_at
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Error: in prepare, no such column: created_at
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
15:50
Retry
Edit
Copy
The
ocr_text
table uses a different timestamp column. Try:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
If you're unsure of the column names, check the schema first:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
".schema ocr_text"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
Error: in prepare, no such column: timestamp
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite ".schema ocr_text"
CREATE TABLE IF NOT EXISTS "ocr_text" (
frame_id INTEGER NOT NULL,
text TEXT NOT NULL,
text_json TEXT,
app_name TEXT NOT NULL DEFAULT '',
ocr_engine TEXT NOT NULL DEFAULT 'unknown'
, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);
CREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);
CREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);
CREATE INDEX idx_ocr_text_length ON ocr_text (text_length);
CREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
16:10
Retry
Edit
Copy
No timestamp on
ocr_text
directly — it joins via
frame_id
to the
frames
table. Try:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT o.app_name, o.window_name FROM ocr_text o JOIN frames f ON o.frame_id = f.id WHERE o.app_name LIKE '%Safari%' OR o.window_name LIKE '%Boosteroid%' ORDER BY f.id DESC LIMIT 20;"
Or just get distinct values without ordering by time:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
Error: in prepare, no such column: timestamp
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite ".schema ocr_text"
CREATE TABLE IF NOT EXISTS "ocr_text" (
frame_id INTEGER NOT NULL,
text TEXT NOT NULL,
text_json TEXT,
app_name TEXT NOT NULL DEFAULT '',
ocr_engine TEXT NOT NULL DEFAULT 'unknown'
, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);
CREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);
CREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);
CREATE INDEX idx_ocr_text_length ON ocr_text (text_length);
CREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
16:27
Retry
Edit
Copy
Run the second query (no ORDER BY):
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
16:36
Retry
Edit
Copy
Empty result — Boosteroid isn't being captured via Safari's window name. It might be running in a different browser or as a PWA. Let's cast a wider net:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;"
And separately, check what apps are being recorded at all:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name FROM ocr_text LIMIT 50;"
That second query will show you exactly what Screenpipe is capturing, and you can spot which app Boosteroid is running under.
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name FROM ocr_text LIMIT 50;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
16:36
Retry
Edit
Copy
The DB is completely empty — no OCR data at all. This means Screenpipe isn't recording anything currently, or the DB you're querying is not the active one.
Check a few things:
1. Is Screenpipe actually running?...
|
[{"role":"AXLink","text":& [{"role":"AXLink","text":"Skip to content","depth":14,"bounds":{"left":0.002734375,"top":0.022222223,"width":0.000390625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Skip to content","depth":15,"bounds":{"left":0.002734375,"top":0.022222223,"width":0.044921875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Click to collapse","depth":16,"bounds":{"left":0.1234375,"top":0.26666668,"width":0.036328126,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"⌘B","depth":16,"bounds":{"left":0.16171876,"top":0.26666668,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Drag to resize","depth":16,"bounds":{"left":0.1234375,"top":0.27708334,"width":0.03046875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Collapse sidebar","depth":15,"bounds":{"left":0.0359375,"top":0.025694445,"width":0.009375,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search","depth":15,"bounds":{"left":0.0453125,"top":0.025694445,"width":0.009375,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Chat","depth":16,"bounds":{"left":0.006640625,"top":0.05347222,"width":0.026171874,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Cowork","depth":16,"bounds":{"left":0.033203125,"top":0.05347222,"width":0.011328125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code","depth":16,"bounds":{"left":0.044921875,"top":0.05347222,"width":0.011328125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New chat ⌘N","depth":16,"bounds":{"left":0.00625,"top":0.07986111,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":17,"bounds":{"left":0.01796875,"top":0.08263889,"width":0.023046875,"height":0.011805556},"role_description":"text"},{"role":"AXStaticText","text":"⌘N","depth":18,"bounds":{"left":0.09882812,"top":0.083333336,"width":0.008203125,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Projects","depth":16,"bounds":{"left":0.00625,"top":0.09791667,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Customize","depth":16,"bounds":{"left":0.00625,"top":0.11597222,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Artifacts","depth":16,"bounds":{"left":0.00625,"top":0.13402778,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Pinned","depth":16,"bounds":{"left":0.00859375,"top":0.16875,"width":0.1,"height":0.011111111},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXButton","text":"Bulgarian citizenship application process for EU residents","depth":17,"bounds":{"left":0.00625,"top":0.18333334,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Bulgarian citizenship application process for EU residents","depth":18,"bounds":{"left":0.10078125,"top":0.18611111,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Dawarich location tracking project","depth":17,"bounds":{"left":0.00625,"top":0.20208333,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Dawarich location tracking project","depth":18,"bounds":{"left":0.10078125,"top":0.2048611,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Recents","depth":16,"bounds":{"left":0.00859375,"top":0.22847222,"width":0.076171875,"height":0.011111111},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXButton","text":"View all","depth":16,"bounds":{"left":0.0859375,"top":0.22847222,"width":0.02265625,"height":0.011111111},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Boosteroid still recording despite ignored windows setting","depth":17,"bounds":{"left":0.00625,"top":0.24305555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Boosteroid still recording despite ignored windows setting","depth":18,"bounds":{"left":0.10078125,"top":0.24583334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Missing JavaScript promise in authorization response","depth":17,"bounds":{"left":0.00625,"top":0.26180556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Missing JavaScript promise in authorization response","depth":18,"bounds":{"left":0.10078125,"top":0.26458332,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Linux SQLite UI for NAS","depth":17,"bounds":{"left":0.00625,"top":0.28055555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Linux SQLite UI for NAS","depth":18,"bounds":{"left":0.10078125,"top":0.28333333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":17,"bounds":{"left":0.00625,"top":0.29930556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":18,"bounds":{"left":0.10078125,"top":0.30208334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe query capabilities and usage","depth":17,"bounds":{"left":0.00625,"top":0.31805557,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Screenpipe query capabilities and usage","depth":18,"bounds":{"left":0.10078125,"top":0.32083333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"eGPU compatibility with Mac mini and Studio","depth":17,"bounds":{"left":0.00625,"top":0.33680555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for eGPU compatibility with Mac mini and Studio","depth":18,"bounds":{"left":0.10078125,"top":0.33958334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Understanding OpenRouter API gateway","depth":17,"bounds":{"left":0.00625,"top":0.35555556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Understanding OpenRouter API gateway","depth":18,"bounds":{"left":0.10078125,"top":0.35833332,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe 14-day retention explained","depth":17,"bounds":{"left":0.00625,"top":0.37430555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Screenpipe 14-day retention explained","depth":18,"bounds":{"left":0.10078125,"top":0.37708333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Reddit homepage feed overview","depth":17,"bounds":{"left":0.00625,"top":0.39305556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Reddit homepage feed overview","depth":18,"bounds":{"left":0.10078125,"top":0.39583334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Docker container not visible in console","depth":17,"bounds":{"left":0.00625,"top":0.41180557,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Docker container not visible in console","depth":18,"bounds":{"left":0.10078125,"top":0.41458333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"DIA browser RAM configuration","depth":17,"bounds":{"left":0.00625,"top":0.43055555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for DIA browser RAM configuration","depth":18,"bounds":{"left":0.10078125,"top":0.43333334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe company background","depth":17,"bounds":{"left":0.00625,"top":0.44930556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Screenpipe company background","depth":18,"bounds":{"left":0.10078125,"top":0.45208332,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"DSK Bank Bulgaria secure investing explained","depth":17,"bounds":{"left":0.00625,"top":0.46805555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for DSK Bank Bulgaria secure investing explained","depth":18,"bounds":{"left":0.10078125,"top":0.47083333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Building a comprehensive personal homelab system","depth":17,"bounds":{"left":0.00625,"top":0.48680556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Building a comprehensive personal homelab system","depth":18,"bounds":{"left":0.10078125,"top":0.48958334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Importing Google Timeline data to Owntracks","depth":17,"bounds":{"left":0.00625,"top":0.50555557,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Importing Google Timeline data to Owntracks","depth":18,"bounds":{"left":0.10078125,"top":0.5083333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Chromecast remote volume buttons not working","depth":17,"bounds":{"left":0.00625,"top":0.5243056,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Chromecast remote volume buttons not working","depth":18,"bounds":{"left":0.10078125,"top":0.52708334,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe free version guide","depth":17,"bounds":{"left":0.00625,"top":0.54305553,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Screenpipe free version guide","depth":18,"bounds":{"left":0.10078125,"top":0.54583335,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":17,"bounds":{"left":0.00625,"top":0.56180555,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Self-hosted LLM alternatives to Claude Sonnet","depth":18,"bounds":{"left":0.10078125,"top":0.56458336,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Screenpipe database query setup","depth":17,"bounds":{"left":0.00625,"top":0.58055556,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Screenpipe database query setup","depth":18,"bounds":{"left":0.10078125,"top":0.5833333,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Running screenpipe for free","depth":17,"bounds":{"left":0.00625,"top":0.59930557,"width":0.103125,"height":0.018055556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More options for Running screenpipe for free","depth":18,"bounds":{"left":0.10078125,"top":0.6020833,"width":0.00703125,"height":0.0125},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Updated to 1.3109.0","depth":16,"bounds":{"left":0.032421876,"top":0.89166665,"width":0.05078125,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Relaunch to apply","depth":16,"bounds":{"left":0.037890624,"top":0.90625,"width":0.03984375,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Relaunch","depth":16,"bounds":{"left":0.011328125,"top":0.92569447,"width":0.09296875,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Lukas Kovalik","depth":16,"bounds":{"left":0.00625,"top":0.97083336,"width":0.044921875,"height":0.016666668},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.01796875,"top":0.9736111,"width":0.030078124,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":15,"bounds":{"left":0.1,"top":0.97152776,"width":0.009375,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Boosteroid still recording despite ignored windows setting","depth":20,"bounds":{"left":0.121875,"top":0.024305556,"width":0.15703125,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Boosteroid still recording despite ignored windows setting","depth":22,"bounds":{"left":0.125,"top":0.027083334,"width":0.15078124,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Boosteroid still recording despite ignored windows setting","depth":20,"bounds":{"left":0.27890626,"top":0.024305556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":22,"bounds":{"left":0.52382815,"top":0.022916667,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Share chat","depth":22,"bounds":{"left":0.5378906,"top":0.022916667,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe I have set Boosteroid to ignored windows but it is still being recorded. lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ cat config.json\n{\n \"disable_audio\": true,\n \"monitor_ids\": [\"Display 1_1440x900_0,0\", \"Display 2_3008x1253_-813,-1253\"],\n \"ignored_windows\": [\n \"1Password\",\n \"Keychain Access\",\n \"Bitwarden\",\n \"System Preferences\",\n \"System Settings\",\n \"zoom.us\",\n \"HBO Max\",\n \"Screenpipe Dashboard\",\n \"Boosteroid\"\n ]\n}","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.22578125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Show more","depth":23,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.17421874,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"15:40","depth":23,"bounds":{"left":0.425,"top":0.017361112,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.012890625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ignored_windows","depth":25,"bounds":{"left":0.20703125,"top":0.017361112,"width":0.05078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"filter in Screenpipe matches against window","depth":24,"bounds":{"left":0.259375,"top":0.017361112,"width":0.13085938,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"titles","depth":25,"bounds":{"left":0.38984376,"top":0.017361112,"width":0.015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", not app names. The issue is likely that Boosteroid runs in a browser (Safari), so the window title is something like","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.27148438,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Boosteroid - Play PC Games on any device\"","depth":25,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.13007812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"or the game title — not just \"Boosteroid\".","depth":24,"bounds":{"left":0.32226562,"top":0.017361112,"width":0.11835937,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"To find the exact window title being captured, query the DB:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.17226562,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Or if you use the","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.0484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"spq","depth":25,"bounds":{"left":0.24257812,"top":0.017361112,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"alias:","depth":24,"bounds":{"left":0.2546875,"top":0.017361112,"width":0.01640625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"spq","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.01328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' ORDER BY created_at DESC LIMIT 20;\"","depth":27,"bounds":{"left":0.20820312,"top":0.017361112,"width":0.26835936,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Once you see the exact","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.06757812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"window_name","depth":25,"bounds":{"left":0.26171875,"top":0.017361112,"width":0.0375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"value, add that string to","depth":24,"bounds":{"left":0.30078125,"top":0.017361112,"width":0.0703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ignored_windows","depth":25,"bounds":{"left":0.37265626,"top":0.017361112,"width":0.05078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":". For example it might need to be:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.27148438,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"json","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.009375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Boosteroid - Play PC Games on any device\"","depth":26,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A few other things worth knowing:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.10039063,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The match is","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.03828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"substring-based","depth":26,"bounds":{"left":0.24296875,"top":0.017361112,"width":0.04921875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", so adding","depth":25,"bounds":{"left":0.29179686,"top":0.017361112,"width":0.032421876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Boosteroid\"","depth":26,"bounds":{"left":0.32578126,"top":0.017361112,"width":0.040625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":25,"bounds":{"left":0.36796874,"top":0.017361112,"width":0.001953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"should","depth":26,"bounds":{"left":0.36953124,"top":0.017361112,"width":0.019921875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"work if the window name contains that string — but only if Screenpipe is checking","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.25859374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"window_name","depth":26,"bounds":{"left":0.36992186,"top":0.017361112,"width":0.0375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"and not","depth":25,"bounds":{"left":0.40898436,"top":0.017361112,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":26,"bounds":{"left":0.20703125,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":". Safari's","depth":25,"bounds":{"left":0.2359375,"top":0.017361112,"width":0.025390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":26,"bounds":{"left":0.26289064,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"is just","depth":25,"bounds":{"left":0.29179686,"top":0.017361112,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Safari\"","depth":26,"bounds":{"left":0.31289062,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", so the filter on","depth":25,"bounds":{"left":0.34179688,"top":0.017361112,"width":0.0453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Boosteroid\"","depth":26,"bounds":{"left":0.38867188,"top":0.017361112,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"may not be hitting anything.","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.2511719,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You could also try adding","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Safari\"","depth":26,"bounds":{"left":0.28085938,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"to","depth":25,"bounds":{"left":0.30976564,"top":0.017361112,"width":0.00859375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ignored_windows","depth":26,"bounds":{"left":0.31992188,"top":0.017361112,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"entirely, though that's a blunt instrument if you use Safari for other things.","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.25351563,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"After editing","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.038671874,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"config.json","depth":26,"bounds":{"left":0.2453125,"top":0.017361112,"width":0.0375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", make sure to","depth":25,"bounds":{"left":0.284375,"top":0.017361112,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"restart Screenpipe","depth":26,"bounds":{"left":0.325,"top":0.017361112,"width":0.055859376,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"fully for the change to take effect.","depth":25,"bounds":{"left":0.20507812,"top":0.017361112,"width":0.25390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The query above will tell you exactly what string to add.","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.15976563,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.18945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":23,"bounds":{"left":0.20195313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":23,"bounds":{"left":0.21445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.22695312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;\"\nError: in prepare, no such column: created_at\n ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;\n error here ---^\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;\"\nError: in prepare, no such column: created_at\n ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;\n error here ---^\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.2234375,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Show more","depth":23,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.17421874,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"15:50","depth":23,"bounds":{"left":0.425,"top":0.017361112,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.012890625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr_text","depth":25,"bounds":{"left":0.20703125,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"table uses a different timestamp column. Try:","depth":24,"bounds":{"left":0.2359375,"top":0.017361112,"width":0.13164063,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If you're unsure of the column names, check the schema first:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.17578125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":26,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\".schema ocr_text\"","depth":26,"bounds":{"left":0.3,"top":0.017361112,"width":0.059765626,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.18945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":23,"bounds":{"left":0.20195313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":23,"bounds":{"left":0.21445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.22695312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;\"\nError: in prepare, no such column: timestamp\n ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;\n error here ---^\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \".schema ocr_text\"\nCREATE TABLE IF NOT EXISTS \"ocr_text\" (\n frame_id INTEGER NOT NULL,\n text TEXT NOT NULL,\n text_json TEXT,\n app_name TEXT NOT NULL DEFAULT '',\n ocr_engine TEXT NOT NULL DEFAULT 'unknown'\n, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);\nCREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);\nCREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);\nCREATE INDEX idx_ocr_text_length ON ocr_text (text_length);\nCREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.23046875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Show more","depth":23,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.17421874,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"16:10","depth":23,"bounds":{"left":0.42617187,"top":0.017361112,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"No timestamp on","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.0515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr_text","depth":25,"bounds":{"left":0.24570313,"top":0.017361112,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"directly — it joins via","depth":24,"bounds":{"left":0.2746094,"top":0.017361112,"width":0.06289063,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"frame_id","depth":25,"bounds":{"left":0.3390625,"top":0.017361112,"width":0.027734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"to the","depth":24,"bounds":{"left":0.3683594,"top":0.017361112,"width":0.019140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"frames","depth":25,"bounds":{"left":0.3890625,"top":0.017361112,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"table. Try:","depth":24,"bounds":{"left":0.41132814,"top":0.017361112,"width":0.03046875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT o.app_name, o.window_name FROM ocr_text o JOIN frames f ON o.frame_id = f.id WHERE o.app_name LIKE '%Safari%' OR o.window_name LIKE '%Boosteroid%' ORDER BY f.id DESC LIMIT 20;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Or just get distinct values without ordering by time:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.14804688,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.18945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":23,"bounds":{"left":0.20195313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":23,"bounds":{"left":0.21445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.22695312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;\"\nError: in prepare, no such column: timestamp\n ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;\n error here ---^\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \".schema ocr_text\"\nCREATE TABLE IF NOT EXISTS \"ocr_text\" (\n frame_id INTEGER NOT NULL,\n text TEXT NOT NULL,\n text_json TEXT,\n app_name TEXT NOT NULL DEFAULT '',\n ocr_engine TEXT NOT NULL DEFAULT 'unknown'\n, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);\nCREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);\nCREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);\nCREATE INDEX idx_ocr_text_length ON ocr_text (text_length);\nCREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.23046875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Show more","depth":23,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.17421874,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"16:27","depth":23,"bounds":{"left":0.42539063,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Run the second query (no ORDER BY):","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.11171875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.18945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":23,"bounds":{"left":0.20195313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":23,"bounds":{"left":0.21445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.22695312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.2234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"16:36","depth":23,"bounds":{"left":0.42539063,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Empty result — Boosteroid isn't being captured via Safari's window name. It might be running in a different browser or as a PWA. Let's cast a wider net:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.27070314,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":27,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;\"","depth":27,"bounds":{"left":0.3,"top":0.017361112,"width":0.1765625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"And separately, check what apps are being recorded at all:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.16601562,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":26,"bounds":{"left":0.4609375,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":25,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 ~/.screenpipe/db.sqlite","depth":26,"bounds":{"left":0.1953125,"top":0.017361112,"width":0.10507812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"SELECT DISTINCT app_name FROM ocr_text LIMIT 50;\"","depth":26,"bounds":{"left":0.3,"top":0.017361112,"width":0.16445312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"That second query will show you exactly what Screenpipe is capturing, and you can spot which app Boosteroid is running under.","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.25351563,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.18945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":23,"bounds":{"left":0.20195313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":23,"bounds":{"left":0.21445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.22695312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT DISTINCT app_name FROM ocr_text LIMIT 50;\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $","depth":25,"bounds":{"left":0.23867187,"top":0.017361112,"width":0.23085937,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"16:36","depth":23,"bounds":{"left":0.42539063,"top":0.017361112,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":23,"bounds":{"left":0.43945312,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":23,"bounds":{"left":0.4519531,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":23,"bounds":{"left":0.46445313,"top":0.017361112,"width":0.0125,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The DB is completely empty — no OCR data at all. This means Screenpipe isn't recording anything currently, or the DB you're querying is not the active one.","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.25507814,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check a few things:","depth":24,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.056640625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"1. Is Screenpipe actually running?","depth":25,"bounds":{"left":0.19257812,"top":0.017361112,"width":0.10078125,"height":0.00069444446},"role_description":"text"}]...
|
8413534014505073450
|
-8544006821180941902
|
idle
|
accessibility
|
NULL
|
Skip to content
Skip to content
Click to collapse
Skip to content
Skip to content
Click to collapse
⌘B
Drag to resize
Collapse sidebar
Search
Chat
Cowork
Code
New chat ⌘N
New chat
⌘N
Projects
Customize
Artifacts
Pinned
Bulgarian citizenship application process for EU residents
More options for Bulgarian citizenship application process for EU residents
Dawarich location tracking project
More options for Dawarich location tracking project
Recents
View all
Boosteroid still recording despite ignored windows setting
More options for Boosteroid still recording despite ignored windows setting
Missing JavaScript promise in authorization response
More options for Missing JavaScript promise in authorization response
Linux SQLite UI for NAS
More options for Linux SQLite UI for NAS
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
More options for Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
More options for eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
More options for Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
More options for Screenpipe 14-day retention explained
Reddit homepage feed overview
More options for Reddit homepage feed overview
Docker container not visible in console
More options for Docker container not visible in console
DIA browser RAM configuration
More options for DIA browser RAM configuration
Screenpipe company background
More options for Screenpipe company background
DSK Bank Bulgaria secure investing explained
More options for DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
More options for Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
More options for Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
More options for Chromecast remote volume buttons not working
Screenpipe free version guide
More options for Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
More options for Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
More options for Screenpipe database query setup
Running screenpipe for free
More options for Running screenpipe for free
Updated to 1.3109.0
Relaunch to apply
Relaunch
Lukas Kovalik
Lukas Kovalik
Get apps and extensions
Boosteroid still recording despite ignored windows setting
Boosteroid still recording despite ignored windows setting
More options for Boosteroid still recording despite ignored windows setting
Close
Share chat
Screenpipe I have set Boosteroid to ignored windows but it is still being recorded. lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ cat config.json
{
"disable_audio": true,
"monitor_ids": ["Display 1_1440x900_0,0", "Display 2_3008x1253_-813,-1253"],
"ignored_windows": [
"1Password",
"Keychain Access",
"Bitwarden",
"System Preferences",
"System Settings",
"zoom.us",
"HBO Max",
"Screenpipe Dashboard",
"Boosteroid"
]
}
Show more
15:40
Retry
Edit
Copy
The
ignored_windows
filter in Screenpipe matches against window
titles
, not app names. The issue is likely that Boosteroid runs in a browser (Safari), so the window title is something like
"Boosteroid - Play PC Games on any device"
or the game title — not just "Boosteroid".
To find the exact window title being captured, query the DB:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Or if you use the
spq
alias:
Copy to clipboard
bash
spq
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Once you see the exact
window_name
value, add that string to
ignored_windows
. For example it might need to be:
Copy to clipboard
json
"Boosteroid - Play PC Games on any device"
A few other things worth knowing:
The match is
substring-based
, so adding
"Boosteroid"
should
work if the window name contains that string — but only if Screenpipe is checking
window_name
and not
app_name
. Safari's
app_name
is just
"Safari"
, so the filter on
"Boosteroid"
may not be hitting anything.
You could also try adding
"Safari"
to
ignored_windows
entirely, though that's a blunt instrument if you use Safari for other things.
After editing
config.json
, make sure to
restart Screenpipe
fully for the change to take effect.
The query above will tell you exactly what string to add.
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Error: in prepare, no such column: created_at
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;"
Error: in prepare, no such column: created_at
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY created_at DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
15:50
Retry
Edit
Copy
The
ocr_text
table uses a different timestamp column. Try:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
If you're unsure of the column names, check the schema first:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
".schema ocr_text"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
Error: in prepare, no such column: timestamp
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite ".schema ocr_text"
CREATE TABLE IF NOT EXISTS "ocr_text" (
frame_id INTEGER NOT NULL,
text TEXT NOT NULL,
text_json TEXT,
app_name TEXT NOT NULL DEFAULT '',
ocr_engine TEXT NOT NULL DEFAULT 'unknown'
, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);
CREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);
CREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);
CREATE INDEX idx_ocr_text_length ON ocr_text (text_length);
CREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
16:10
Retry
Edit
Copy
No timestamp on
ocr_text
directly — it joins via
frame_id
to the
frames
table. Try:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT o.app_name, o.window_name FROM ocr_text o JOIN frames f ON o.frame_id = f.id WHERE o.app_name LIKE '%Safari%' OR o.window_name LIKE '%Boosteroid%' ORDER BY f.id DESC LIMIT 20;"
Or just get distinct values without ordering by time:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;"
Error: in prepare, no such column: timestamp
ari%' OR window_name LIKE '%Boosteroid%' ORDER BY timestamp DESC LIMIT 20;
error here ---^
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite ".schema ocr_text"
CREATE TABLE IF NOT EXISTS "ocr_text" (
frame_id INTEGER NOT NULL,
text TEXT NOT NULL,
text_json TEXT,
app_name TEXT NOT NULL DEFAULT '',
ocr_engine TEXT NOT NULL DEFAULT 'unknown'
, window_name TEXT, focused BOOLEAN DEFAULT FALSE, text_length INTEGER, sync_id TEXT, synced_at DATETIME);
CREATE INDEX idx_ocr_text_frame_id ON ocr_text(frame_id);
CREATE INDEX idx_ocr_text_frame_app_window ON ocr_text(frame_id, app_name, window_name);
CREATE INDEX idx_ocr_text_length ON ocr_text (text_length);
CREATE INDEX idx_ocr_text_sync_id ON ocr_text(sync_id) WHERE sync_id IS NOT NULL;
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Show more
16:27
Retry
Edit
Copy
Run the second query (no ORDER BY):
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name, window_name FROM ocr_text WHERE app_name LIKE '%Safari%' OR window_name LIKE '%Boosteroid%' LIMIT 20;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
16:36
Retry
Edit
Copy
Empty result — Boosteroid isn't being captured via Safari's window name. It might be running in a different browser or as a PWA. Let's cast a wider net:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;"
And separately, check what apps are being recorded at all:
Copy to clipboard
bash
sqlite3 ~/.screenpipe/db.sqlite
"SELECT DISTINCT app_name FROM ocr_text LIMIT 50;"
That second query will show you exactly what Screenpipe is capturing, and you can spot which app Boosteroid is running under.
Copy
Give positive feedback
Give negative feedback
Retry
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name, window_name FROM ocr_text WHERE window_name LIKE '%Boosteroid%' OR window_name LIKE '%boosteroid%' OR app_name LIKE '%Boosteroid%' OR app_name LIKE '%Chrome%' OR app_name LIKE '%Firefox%' OR app_name LIKE '%Arc%' OR app_name LIKE '%Brave%' OR app_name LIKE '%Vivaldi%' LIMIT 50;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "SELECT DISTINCT app_name FROM ocr_text LIMIT 50;"
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
16:36
Retry
Edit
Copy
The DB is completely empty — no OCR data at all. This means Screenpipe isn't recording anything currently, or the DB you're querying is not the active one.
Check a few things:
1. Is Screenpipe actually running?...
|
NULL
|
|
48785
|
1035
|
38
|
2026-04-17T13:02:42.496332+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-17/1776 /Users/lukas/.screenpipe/data/data/2026-04-17/1776430962496_m1.jpg...
|
NULL
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Term2ShellEditViewSessionScriptsProfilesWindowHelp Term2ShellEditViewSessionScriptsProfilesWindowHelpla6lTech Day Review - in 58 mAAPP (-zsh)X4-zshDOCKER• ₴1DEV (docker)APP (-zsh)X3-zsh• ₴5* Review screenp...• 286Changes notstagedfor commit:(use"git add ‹file>..to update what will becommitted)(use"git restore<files..." to discard changesin working directory)modified:./.env.localmodified:./app/Console/Commands/JiminnyDebugCommand.phpmodified:../app/Http/Controllers/API/ActivityController.phpmodified:../app/Http/Controllers/Webhook/ReportController.phpmodified::./app/Jobs/Team/SyncToIntercom.phpmodified:/app/Services/PlaybackService.phpmodified::/config/logging.phpmodified:../routes/web.phpUntracked files:Cuse"git add <files..."to include in what will be committed)'.env.nikilocal/.env.other../WEBHOOK_FILTERING_IMPLEMENTATION.md../app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php../app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php./ids.txt../raw_sql_query.sql../tests/Unit/Policies/CanAccessAiReportsTest.phpno changes addedto commit (use "git add"and/or "git commit -a")lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app/front-end (JY-18909-automated-reports-ask-jiminny) $ git pullremote: Enumerating objects: 170,done.remote: Counting objects: 100% (147/147), done.remote: Compressing objects: 100% (35/35), done.remote:Total 170 (delta 116), reused 121 (delta 111), pack-reused 23 (from 1)Receiving objects: 100% (170/170), 55.28 KiB | 1.42 MiB/s,done.Resolving deltas: 100% (119/119), completed with 47 local objects.From github.com:jiminny/app82671d4c13..d4352c6e59JY-20291-datadog-processing-states-> origin/JY-20291-datadog-processing-states20e95bbbc9..360f12adddJY-20541-cleanup-stale-tasks-and-events-> origin/JY-20541-cleanup-stale-tasks-and-events+ 9f8d154791...01c43d2aa6 JY-20553-debug-crm-sync-delays-> origin/JY-20553-debug-crm-sync-delays (forced update)* [new branch]JY-20695-handle-no-raw-transcript-› origin/JY-20695-handle-no-raw-transcriptbe76d8ba82..9b30c928c4JY-9712-change-forever-nudges-to-1-year-expiration -> origin/JY-9712-change-forever-nudges-to-1-year-expiration5bb8fefcba..c04e334173master-› origin/masterUpdating aba9685c0d..08ed383c5berror: Your local changes to the following files would be overwritten by merge:app/Http/Controllers/Webhook/ReportController.phpPlease commit your changes or stash them before you merge.Abortingukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app/front-end (JY-18909-automated-reports-ask-jiminny) $ Uec2-user@ip-10-...• 87100% <478Fri 17 Apr 16:02:421₴81ec2-user@ip-10-...• 88APP...
|
NULL
|
8413247398398240027
|
NULL
|
click
|
ocr
|
NULL
|
Term2ShellEditViewSessionScriptsProfilesWindowHelp Term2ShellEditViewSessionScriptsProfilesWindowHelpla6lTech Day Review - in 58 mAAPP (-zsh)X4-zshDOCKER• ₴1DEV (docker)APP (-zsh)X3-zsh• ₴5* Review screenp...• 286Changes notstagedfor commit:(use"git add ‹file>..to update what will becommitted)(use"git restore<files..." to discard changesin working directory)modified:./.env.localmodified:./app/Console/Commands/JiminnyDebugCommand.phpmodified:../app/Http/Controllers/API/ActivityController.phpmodified:../app/Http/Controllers/Webhook/ReportController.phpmodified::./app/Jobs/Team/SyncToIntercom.phpmodified:/app/Services/PlaybackService.phpmodified::/config/logging.phpmodified:../routes/web.phpUntracked files:Cuse"git add <files..."to include in what will be committed)'.env.nikilocal/.env.other../WEBHOOK_FILTERING_IMPLEMENTATION.md../app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php../app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php./ids.txt../raw_sql_query.sql../tests/Unit/Policies/CanAccessAiReportsTest.phpno changes addedto commit (use "git add"and/or "git commit -a")lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app/front-end (JY-18909-automated-reports-ask-jiminny) $ git pullremote: Enumerating objects: 170,done.remote: Counting objects: 100% (147/147), done.remote: Compressing objects: 100% (35/35), done.remote:Total 170 (delta 116), reused 121 (delta 111), pack-reused 23 (from 1)Receiving objects: 100% (170/170), 55.28 KiB | 1.42 MiB/s,done.Resolving deltas: 100% (119/119), completed with 47 local objects.From github.com:jiminny/app82671d4c13..d4352c6e59JY-20291-datadog-processing-states-> origin/JY-20291-datadog-processing-states20e95bbbc9..360f12adddJY-20541-cleanup-stale-tasks-and-events-> origin/JY-20541-cleanup-stale-tasks-and-events+ 9f8d154791...01c43d2aa6 JY-20553-debug-crm-sync-delays-> origin/JY-20553-debug-crm-sync-delays (forced update)* [new branch]JY-20695-handle-no-raw-transcript-› origin/JY-20695-handle-no-raw-transcriptbe76d8ba82..9b30c928c4JY-9712-change-forever-nudges-to-1-year-expiration -> origin/JY-9712-change-forever-nudges-to-1-year-expiration5bb8fefcba..c04e334173master-› origin/masterUpdating aba9685c0d..08ed383c5berror: Your local changes to the following files would be overwritten by merge:app/Http/Controllers/Webhook/ReportController.phpPlease commit your changes or stash them before you merge.Abortingukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app/front-end (JY-18909-automated-reports-ask-jiminny) $ Uec2-user@ip-10-...• 87100% <478Fri 17 Apr 16:02:421₴81ec2-user@ip-10-...• 88APP...
|
NULL
|
|
76160
|
1908
|
3
|
2026-04-24T07:33:47.471934+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777016027471_m2.jpg...
|
Firefox
|
JY-20157 add not enough activities notification by JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app — Work...
|
True
|
github.com/jiminny/app/pull/12011/changes#diff-f8f github.com/jiminny/app/pull/12011/changes#diff-f8f7411db53b599689b4b1c08af54c9c359a0ec0342dcfa8639fdb2b10a94207...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Sprint 2 Q2 - Platform Team - Scrum Board Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app
JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app
New Tab
New Tab
AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app
AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app
JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app
JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app
Jiminny
Jiminny
Userpilot | Nudge-created
Userpilot | Nudge-created
JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app
JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app
Close tab
Pipelines - jiminny/app
Pipelines - jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
Issues(g then i)
Pull requests
Repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (31)
Pull requests
(
31
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (32)
Security and quality
(
32
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
JY-20157 add not enough activities notification #12011 Edit title
JY-20157 add not enough activities notification
#
12011
Edit title
Preview
Preview
Checks failing
Checks failing
Code
Code
Open
LakyLak
LakyLak
wants to merge 2 commits into
master
master
from
JY-20157-AJ-report-not-send-notification
JY-20157-AJ-report-not-send-notification
Copy head branch name to clipboard
Lines changed: 384 additions & 52 deletions
Conversation (1)
Conversation
(
1
)
Commits (2)
Commits
(
2
)
Checks (3)
Checks
(
3
)
Files changed (13)
Files changed
(
13
)
Pull Request Toolbar
Pull Request Toolbar
Collapse file tree
Open
JY-20157 add not enough activities notification
JY-20157 add not enough activities notification
#
12011
All commits
All commits
LakyLak
LakyLak
wants to merge 2 commits into
master
master
from
JY-20157-AJ-report-not-send-notification
JY-20157-AJ-report-not-send-notification
Copy head branch name to clipboard
0
/
13
viewed
Checks failing
Checks failing
Submit review
Submit
review
Open diff view settings
Open overview panel
Open comments panel
(
0
)
Filter files…
Filter options
File tree
File tree
app
Console/Commands/Reports
AutomatedReportsCommand.php
AutomatedReportsCommand.php
Jobs/AutomatedReports
RequestGenerateAskJiminnyReportJob.php
RequestGenerateAskJiminnyReportJob.php
SendReportNotGeneratedMailJob.php
SendReportNotGeneratedMailJob.php
Listeners/AutomatedReports/UserPilot
TrackAutomatedReportGeneratedEvent.php
TrackAutomatedReportGeneratedEvent.php
Mail/Reports
ReportNotGenerated.php
ReportNotGenerated.php
Services/Kiosk/AutomatedReports
AskJiminnyReportActivityService.php
AskJiminnyReportActivityService.php
AutomatedReportsService.php
AutomatedReportsService.php
resources/views/emails/reports
report-not-generated.blade.php
report-not-generated.blade.php
tests/Unit
Jobs/AutomatedReports
RequestGenerateAskJiminnyReportJobTest.php
RequestGenerateAskJiminnyReportJobTest.php
Listeners/AutomatedReports/UserPilot
TrackAutomatedReportGeneratedEventTest.php
TrackAutomatedReportGeneratedEventTest.php
Services/Kiosk/AutomatedReports...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira","depth":4,"bounds":{"left":0.23287898,"top":0.0518755,"width":0.07596409,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.09497207,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.10614525,"width":0.1619016,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.23105054,"top":0.12769353,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.2443484,"top":0.13886672,"width":0.014960106,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.16041501,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.17158818,"width":0.14128989,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.19313647,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.20430966,"width":0.16555852,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jiminny","depth":4,"bounds":{"left":0.23105054,"top":0.22585794,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny","depth":5,"bounds":{"left":0.2443484,"top":0.23703113,"width":0.013131649,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Userpilot | Nudge-created","depth":4,"bounds":{"left":0.23105054,"top":0.2585794,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Userpilot | Nudge-created","depth":5,"bounds":{"left":0.2443484,"top":0.2697526,"width":0.04537899,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.29130086,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.30247405,"width":0.16356383,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.29837102,"top":0.29848364,"width":0.007978723,"height":0.01915403},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Pipelines - jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.32402235,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pipelines - jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.33519554,"width":0.039228722,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.3567438,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.367917,"width":0.15924202,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.23387633,"top":0.39106146,"width":0.07413564,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.23387633,"top":0.97007185,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.24484707,"top":0.97007185,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.25598404,"top":0.97007185,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.26712102,"top":0.97007185,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.27825797,"top":0.97007185,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Skip to content","depth":6,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Skip to content","depth":7,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open menu","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Homepage (g then d)","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"jiminny","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"jiminny","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"app","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Search or jump to…","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Type","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to search","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Chat with Copilot","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Open Copilot…","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Create new...","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Issues(g then i)","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Pull requests","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Repositories","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"You have unread notifications(g then n)","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open user navigation menu","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Repository navigation","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Repository navigation","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Code","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Code","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pull requests (31)","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pull requests","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"31","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Agents","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Agents","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Actions","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Actions","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Wiki","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Wiki","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Security and quality (32)","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Security and quality","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"32","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Insights","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Insights","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Settings","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Settings","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Important update","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Important update","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Review this update","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Review this update","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and manage your preferences in your","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"GitHub account settings","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"GitHub account settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Dismiss banner","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"JY-20157 add not enough activities notification #12011 Edit title","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"JY-20157 add not enough activities notification","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"#","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12011","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Edit title","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Preview","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Preview","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Checks failing","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Checks failing","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Code","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Code","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Open","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"LakyLak","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LakyLak","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"wants to merge 2 commits into","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"master","depth":15,"role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"master","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-20157-AJ-report-not-send-notification","depth":16,"role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20157-AJ-report-not-send-notification","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy head branch name to clipboard","depth":16,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 384 additions & 52 deletions","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Conversation (1)","depth":16,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Conversation","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Commits (2)","depth":16,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Commits","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Checks (3)","depth":16,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Checks","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Files changed (13)","depth":16,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Files changed","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Pull Request Toolbar","depth":14,"bounds":{"left":0.32130983,"top":0.07581804,"width":0.0003324468,"height":0.0007980846},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pull Request Toolbar","depth":15,"bounds":{"left":0.32130983,"top":0.07861133,"width":0.030086435,"height":0.08060654},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Collapse file tree","depth":14,"bounds":{"left":0.32130983,"top":0.0650439,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Open","depth":14,"bounds":{"left":0.34391624,"top":0.06943336,"width":0.011968086,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-20157 add not enough activities notification","depth":14,"bounds":{"left":0.36253324,"top":0.058260176,"width":0.10638298,"height":0.016759777},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20157 add not enough activities notification","depth":16,"bounds":{"left":0.36253324,"top":0.059856344,"width":0.10638298,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"#","depth":15,"bounds":{"left":0.4715758,"top":0.059856344,"width":0.0028257978,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12011","depth":15,"bounds":{"left":0.4744016,"top":0.059856344,"width":0.011968086,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"All commits","depth":14,"bounds":{"left":0.35987368,"top":0.07182761,"width":0.03374335,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"All commits","depth":16,"bounds":{"left":0.3628657,"top":0.07701516,"width":0.02244016,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"LakyLak","depth":15,"bounds":{"left":0.39793882,"top":0.07581804,"width":0.016289894,"height":0.014365523},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"LakyLak","depth":16,"bounds":{"left":0.39793882,"top":0.07701516,"width":0.016289894,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"wants to merge 2 commits into","depth":15,"bounds":{"left":0.41555852,"top":0.07701516,"width":0.057845745,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"master","depth":15,"bounds":{"left":0.47473404,"top":0.074221864,"width":0.018450798,"height":0.017557861},"role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"master","depth":16,"bounds":{"left":0.47672874,"top":0.07741421,"width":0.014461436,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from","depth":16,"bounds":{"left":0.4945146,"top":0.07701516,"width":0.008643617,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-20157-AJ-report-not-send-notification","depth":16,"bounds":{"left":0.50448805,"top":0.074221864,"width":0.09990027,"height":0.017557861},"role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20157-AJ-report-not-send-notification","depth":17,"bounds":{"left":0.5064827,"top":0.07741421,"width":0.09591091,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy head branch name to clipboard","depth":16,"bounds":{"left":0.6057181,"top":0.07182761,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"0","depth":15,"bounds":{"left":0.82696146,"top":0.070231445,"width":0.002493351,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":15,"bounds":{"left":0.8294548,"top":0.070231445,"width":0.0023271276,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":15,"bounds":{"left":0.83294547,"top":0.070231445,"width":0.004488032,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"viewed","depth":15,"bounds":{"left":0.83859706,"top":0.070231445,"width":0.013131649,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Checks failing","depth":14,"bounds":{"left":0.8600399,"top":0.0650439,"width":0.03956117,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Checks failing","depth":16,"bounds":{"left":0.8696808,"top":0.070231445,"width":0.026928192,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Submit review","depth":14,"bounds":{"left":0.90226066,"top":0.0650439,"width":0.03856383,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Submit","depth":16,"bounds":{"left":0.90525264,"top":0.070231445,"width":0.014793883,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"review","depth":16,"bounds":{"left":0.92004657,"top":0.070231445,"width":0.012466756,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Open diff view settings","depth":14,"bounds":{"left":0.94348407,"top":0.0650439,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open overview panel","depth":14,"bounds":{"left":0.96110374,"top":0.0650439,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open comments panel","depth":14,"bounds":{"left":0.97174203,"top":0.0650439,"width":0.017287234,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"(","depth":16,"bounds":{"left":0.9800532,"top":0.070231445,"width":0.0026595744,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":16,"bounds":{"left":0.98271275,"top":0.070231445,"width":0.0026595744,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":16,"bounds":{"left":0.98537236,"top":0.070231445,"width":0.0014960107,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Filter files…","depth":16,"bounds":{"left":0.33261302,"top":0.11332801,"width":0.06815159,"height":0.023942538},"help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Filter options","depth":16,"bounds":{"left":0.40375665,"top":0.112529926,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"File tree","depth":15,"bounds":{"left":0.32164228,"top":0.15083799,"width":0.0003324468,"height":0.0007980846},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"File tree","depth":16,"bounds":{"left":0.32164228,"top":0.15363128,"width":0.014295213,"height":0.0518755},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app","depth":19,"bounds":{"left":0.33759972,"top":0.15682362,"width":0.008144947,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Console/Commands/Reports","depth":21,"bounds":{"left":0.3402593,"top":0.18276137,"width":0.061336435,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"AutomatedReportsCommand.php","depth":23,"bounds":{"left":0.34291887,"top":0.20830008,"width":0.07180851,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"AutomatedReportsCommand.php","depth":24,"bounds":{"left":0.34291887,"top":0.20830008,"width":0.07180851,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jobs/AutomatedReports","depth":21,"bounds":{"left":0.3402593,"top":0.23383878,"width":0.051861703,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"RequestGenerateAskJiminnyReportJob.php","depth":23,"bounds":{"left":0.34291887,"top":0.25937748,"width":0.093417555,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"RequestGenerateAskJiminnyReportJob.php","depth":24,"bounds":{"left":0.34291887,"top":0.25937748,"width":0.093417555,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SendReportNotGeneratedMailJob.php","depth":23,"bounds":{"left":0.34291887,"top":0.2849162,"width":0.08194814,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SendReportNotGeneratedMailJob.php","depth":24,"bounds":{"left":0.34291887,"top":0.2849162,"width":0.08194814,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Listeners/AutomatedReports/UserPilot","depth":21,"bounds":{"left":0.3402593,"top":0.3104549,"width":0.08211436,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"TrackAutomatedReportGeneratedEvent.php","depth":23,"bounds":{"left":0.34291887,"top":0.33639267,"width":0.09391622,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"TrackAutomatedReportGeneratedEvent.php","depth":24,"bounds":{"left":0.34291887,"top":0.33639267,"width":0.09391622,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Mail/Reports","depth":21,"bounds":{"left":0.3402593,"top":0.36193135,"width":0.026928192,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"ReportNotGenerated.php","depth":23,"bounds":{"left":0.34291887,"top":0.38747007,"width":0.05435505,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"ReportNotGenerated.php","depth":24,"bounds":{"left":0.34291887,"top":0.38747007,"width":0.05435505,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Services/Kiosk/AutomatedReports","depth":21,"bounds":{"left":0.3402593,"top":0.41300878,"width":0.072972074,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"AskJiminnyReportActivityService.php","depth":23,"bounds":{"left":0.34291887,"top":0.43894652,"width":0.08028591,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"AskJiminnyReportActivityService.php","depth":24,"bounds":{"left":0.34291887,"top":0.43894652,"width":0.08028591,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"AutomatedReportsService.php","depth":23,"bounds":{"left":0.34291887,"top":0.46448523,"width":0.06582447,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"AutomatedReportsService.php","depth":24,"bounds":{"left":0.34291887,"top":0.46448523,"width":0.06582447,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"resources/views/emails/reports","depth":19,"bounds":{"left":0.33759972,"top":0.49002394,"width":0.06665558,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"report-not-generated.blade.php","depth":21,"bounds":{"left":0.3402593,"top":0.51556265,"width":0.06898271,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"report-not-generated.blade.php","depth":22,"bounds":{"left":0.3402593,"top":0.51556265,"width":0.06898271,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"tests/Unit","depth":19,"bounds":{"left":0.33759972,"top":0.54110134,"width":0.020777926,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jobs/AutomatedReports","depth":21,"bounds":{"left":0.3402593,"top":0.5666401,"width":0.051861703,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"RequestGenerateAskJiminnyReportJobTest.php","depth":23,"bounds":{"left":0.34291887,"top":0.5925778,"width":0.10206117,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"RequestGenerateAskJiminnyReportJobTest.php","depth":24,"bounds":{"left":0.34291887,"top":0.5925778,"width":0.10206117,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Listeners/AutomatedReports/UserPilot","depth":21,"bounds":{"left":0.3402593,"top":0.6181165,"width":0.08211436,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"TrackAutomatedReportGeneratedEventTest.php","depth":23,"bounds":{"left":0.34291887,"top":0.64365524,"width":0.10289229,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"TrackAutomatedReportGeneratedEventTest.php","depth":24,"bounds":{"left":0.34291887,"top":0.64365524,"width":0.10289229,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Services/Kiosk/AutomatedReports","depth":21,"bounds":{"left":0.3402593,"top":0.669593,"width":0.072972074,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
8413100782107376421
|
-7974925304991390994
|
app_switch
|
accessibility
|
NULL
|
Platform Sprint 2 Q2 - Platform Team - Scrum Board Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app
JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app
New Tab
New Tab
AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app
AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app
JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app
JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app
Jiminny
Jiminny
Userpilot | Nudge-created
Userpilot | Nudge-created
JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app
JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app
Close tab
Pipelines - jiminny/app
Pipelines - jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
Issues(g then i)
Pull requests
Repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (31)
Pull requests
(
31
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (32)
Security and quality
(
32
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
JY-20157 add not enough activities notification #12011 Edit title
JY-20157 add not enough activities notification
#
12011
Edit title
Preview
Preview
Checks failing
Checks failing
Code
Code
Open
LakyLak
LakyLak
wants to merge 2 commits into
master
master
from
JY-20157-AJ-report-not-send-notification
JY-20157-AJ-report-not-send-notification
Copy head branch name to clipboard
Lines changed: 384 additions & 52 deletions
Conversation (1)
Conversation
(
1
)
Commits (2)
Commits
(
2
)
Checks (3)
Checks
(
3
)
Files changed (13)
Files changed
(
13
)
Pull Request Toolbar
Pull Request Toolbar
Collapse file tree
Open
JY-20157 add not enough activities notification
JY-20157 add not enough activities notification
#
12011
All commits
All commits
LakyLak
LakyLak
wants to merge 2 commits into
master
master
from
JY-20157-AJ-report-not-send-notification
JY-20157-AJ-report-not-send-notification
Copy head branch name to clipboard
0
/
13
viewed
Checks failing
Checks failing
Submit review
Submit
review
Open diff view settings
Open overview panel
Open comments panel
(
0
)
Filter files…
Filter options
File tree
File tree
app
Console/Commands/Reports
AutomatedReportsCommand.php
AutomatedReportsCommand.php
Jobs/AutomatedReports
RequestGenerateAskJiminnyReportJob.php
RequestGenerateAskJiminnyReportJob.php
SendReportNotGeneratedMailJob.php
SendReportNotGeneratedMailJob.php
Listeners/AutomatedReports/UserPilot
TrackAutomatedReportGeneratedEvent.php
TrackAutomatedReportGeneratedEvent.php
Mail/Reports
ReportNotGenerated.php
ReportNotGenerated.php
Services/Kiosk/AutomatedReports
AskJiminnyReportActivityService.php
AskJiminnyReportActivityService.php
AutomatedReportsService.php
AutomatedReportsService.php
resources/views/emails/reports
report-not-generated.blade.php
report-not-generated.blade.php
tests/Unit
Jobs/AutomatedReports
RequestGenerateAskJiminnyReportJobTest.php
RequestGenerateAskJiminnyReportJobTest.php
Listeners/AutomatedReports/UserPilot
TrackAutomatedReportGeneratedEventTest.php
TrackAutomatedReportGeneratedEventTest.php
Services/Kiosk/AutomatedReports...
|
NULL
|
|
12119
|
259
|
18
|
2026-04-14T10:52:01.690587+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776163921690_m2.jpg...
|
Slack
|
releases (Channel) - Jiminny Inc - Slack
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
Directories
platform-inner-team
ai-chapter
alerts
backend
confusion-clinic
curiosity_lab
engineering
frontend
general
infra-changes
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Steliyan Georgiev
Adelina Petrova
,
Ilian Kyuchukov
,
Steliyan Georgiev
Adelina Petrova
Galya Dimitrova
Vasil Vasilev
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Yankov
Nikolay Yankov
Jira Cloud
Toast
Google Calendar
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
GitHub
APP
Apr 9th at 7:07:11 PM
7:07 PM
3 new commits
3 new commits
pushed to
master
master
by
mihailmihaylovjiminny
mihailmihaylovjiminny
a3a45d3a
a3a45d3a
- JY-20634: Fix legacy sentence segments
eacdcce0
eacdcce0
- JY-20634: Add comments
09c3f776
09c3f776
- Merge pull request #11943 from jiminny/JY-20634-transcription-issue-timings
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
CircleCI
APP
Apr 9th at 7:33:52 PM
7:33 PM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/09/2026 16:33:51
Tag
:
View Job
View Job
Jump to date
New
CircleCI
APP
Today at 11:49:13 AM
11:49 AM
New commits deployed to Prophet Prod-US:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Today at 11:49:35 AM
11:49
New commits deployed to Prophet Prod-EU:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
loading…
Channel releases...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Jiminny Inc","depth":12,"bounds":{"left":0.5066406,"top":1.0,"width":0.0125,"height":-0.05486107},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Jiminny (Staging)","depth":12,"bounds":{"left":0.5066406,"top":1.0,"width":0.0125,"height":-0.090972185},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Add workspaces","depth":12,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Home","depth":14,"bounds":{"left":0.52851564,"top":1.0,"width":0.0203125,"height":-0.048611164},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Home","depth":16,"bounds":{"left":0.5328125,"top":1.0,"width":0.01171875,"height":-0.08124995},"role_description":"text"},{"role":"AXRadioButton","text":"DMs","depth":14,"bounds":{"left":0.52851564,"top":1.0,"width":0.0203125,"height":-0.0958333},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DMs","depth":16,"role_description":"text"},{"role":"AXRadioButton","text":"Activity","depth":14,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Activity","depth":16,"role_description":"text"},{"role":"AXRadioButton","text":"Files","depth":14,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Files","depth":16,"role_description":"text"},{"role":"AXRadioButton","text":"Later","depth":14,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Later","depth":16,"role_description":"text"},{"role":"AXRadioButton","text":"More…","depth":14,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More","depth":16,"role_description":"text"},{"role":"AXStaticText","text":"Unreads","depth":21,"bounds":{"left":0.5679687,"top":1.0,"width":0.021484375,"height":-0.079861164},"role_description":"text"},{"role":"AXStaticText","text":"Threads","depth":21,"bounds":{"left":0.5679687,"top":1.0,"width":0.020703126,"height":-0.079861164},"role_description":"text"},{"role":"AXStaticText","text":"Huddles","depth":21,"bounds":{"left":0.5679687,"top":1.0,"width":0.021484375,"height":-0.079861164},"role_description":"text"},{"role":"AXStaticText","text":"Drafts & sent","depth":21,"bounds":{"left":0.5679687,"top":1.0,"width":0.034375,"height":-0.079861164},"role_description":"text"},{"role":"AXStaticText","text":"Directories","depth":21,"bounds":{"left":0.5679687,"top":1.0,"width":0.028515626,"height":-0.079861164},"role_description":"text"},{"role":"AXStaticText","text":"platform-inner-team","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"ai-chapter","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"alerts","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"backend","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"confusion-clinic","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"curiosity_lab","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"engineering","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"frontend","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"general","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"infra-changes","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"jiminny-bg","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"platform-tickets","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"product_launches","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"random","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"releases","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"sofia-office","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"support","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"thank-yous","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"the_people_of_jiminny","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Aneliya Angelova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Adelina Petrova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Ilian Kyuchukov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Adelina Petrova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Vasil Vasilev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Jira Cloud","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Toast","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Google Calendar","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"Messages","depth":17,"bounds":{"left":0.64453125,"top":1.0,"width":0.036328126,"height":-0.079861164},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Messages","depth":19,"bounds":{"left":0.65546876,"top":1.0,"width":0.022265624,"height":-0.087499976},"role_description":"text"},{"role":"AXRadioButton","text":"Files","depth":17,"bounds":{"left":0.6820313,"top":1.0,"width":0.024609376,"height":-0.079861164},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Files","depth":19,"bounds":{"left":0.6929687,"top":1.0,"width":0.010546875,"height":-0.087499976},"role_description":"text"},{"role":"AXRadioButton","text":"Bookmarks","depth":17,"bounds":{"left":0.70820314,"top":1.0,"width":0.03984375,"height":-0.079861164},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bookmarks","depth":19,"bounds":{"left":0.71914065,"top":1.0,"width":0.02578125,"height":-0.087499976},"role_description":"text"},{"role":"AXPopUpButton","text":"Add and Edit Channel Tabs","depth":17,"bounds":{"left":0.74921876,"top":1.0,"width":0.012890625,"height":-0.079861164},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Canvas","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"List","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Folder","depth":17,"role_description":"text"},{"role":"AXPopUpButton","text":"Jump to date","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"GitHub","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXLink","text":"Apr 9th at 7:07:11 PM","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"7:07 PM","depth":24,"role_description":"text"},{"role":"AXLink","text":"3 new commits","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"3 new commits","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"pushed to","depth":23,"role_description":"text"},{"role":"AXLink","text":"master","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"master","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"by","depth":23,"role_description":"text"},{"role":"AXLink","text":"mihailmihaylovjiminny","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"mihailmihaylovjiminny","depth":24,"role_description":"text"},{"role":"AXLink","text":"a3a45d3a","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"a3a45d3a","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- JY-20634: Fix legacy sentence segments","depth":25,"role_description":"text"},{"role":"AXLink","text":"eacdcce0","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eacdcce0","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- JY-20634: Add comments","depth":25,"role_description":"text"},{"role":"AXLink","text":"09c3f776","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"09c3f776","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- Merge pull request #11943 from jiminny/JY-20634-transcription-issue-timings","depth":25,"role_description":"text"},{"role":"AXLink","text":"jiminny/app","depth":25,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"jiminny/app","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"|","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"Added by","depth":25,"role_description":"text"},{"role":"AXLink","text":"GitHub","depth":25,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"GitHub","depth":26,"role_description":"text"},{"role":"AXButton","text":"CircleCI","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXLink","text":"Apr 9th at 7:33:52 PM","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"7:33 PM","depth":24,"role_description":"text"},{"role":"AXHeading","text":"Deployment Successful! tada emoji","depth":23,"role_description":"heading"},{"role":"AXStaticText","text":"Deployment Successful!","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"Project","depth":24,"role_description":"text"},{"role":"AXStaticText","text":": app","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"When","depth":24,"role_description":"text"},{"role":"AXStaticText","text":": 04/09/2026 16:33:51","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Tag","depth":24,"role_description":"text"},{"role":"AXStaticText","text":":","depth":24,"role_description":"text"},{"role":"AXButton","text":"View Job","depth":24,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"View Job","depth":26,"role_description":"text"},{"role":"AXPopUpButton","text":"Jump to date","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New","depth":22,"role_description":"text"},{"role":"AXButton","text":"CircleCI","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXLink","text":"Today at 11:49:13 AM","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11:49 AM","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"New commits deployed to Prophet Prod-US:","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[078d4ed](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20574](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): panorama pdf add header section (#467) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[5301082](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20575](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): panorama reports absolute links (#466) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[11f99de](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20571](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): Panorama offline reports (#465) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[8cf63ce](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-19982](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): Allow multiple LLM evals with one command run (#464) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXCheckBox","text":"React with white_check_mark","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with eyes","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with raised_hands","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Add reaction…","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Reply in thread","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward message…","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Save for later","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More actions","depth":25,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Today at 11:49:35 AM","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11:49","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"New commits deployed to Prophet Prod-EU:","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[078d4ed](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20574](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): panorama pdf add header section (#467) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[5301082](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20575](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): panorama reports absolute links (#466) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[11f99de](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20571](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): Panorama offline reports (#465) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[8cf63ce](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-19982](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): Allow multiple LLM evals with one command run (#464) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXTextArea","text":"","depth":23,"value":"","role_description":"text entry area","is_enabled":true,"is_focused":true,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"loading…","depth":11,"role_description":"text"},{"role":"AXStaticText","text":"Channel releases","depth":11,"role_description":"text"}]...
|
8412489131564936239
|
-4111763792589817343
|
visual_change
|
hybrid
|
NULL
|
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
Directories
platform-inner-team
ai-chapter
alerts
backend
confusion-clinic
curiosity_lab
engineering
frontend
general
infra-changes
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Steliyan Georgiev
Adelina Petrova
,
Ilian Kyuchukov
,
Steliyan Georgiev
Adelina Petrova
Galya Dimitrova
Vasil Vasilev
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Yankov
Nikolay Yankov
Jira Cloud
Toast
Google Calendar
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
GitHub
APP
Apr 9th at 7:07:11 PM
7:07 PM
3 new commits
3 new commits
pushed to
master
master
by
mihailmihaylovjiminny
mihailmihaylovjiminny
a3a45d3a
a3a45d3a
- JY-20634: Fix legacy sentence segments
eacdcce0
eacdcce0
- JY-20634: Add comments
09c3f776
09c3f776
- Merge pull request #11943 from jiminny/JY-20634-transcription-issue-timings
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
CircleCI
APP
Apr 9th at 7:33:52 PM
7:33 PM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/09/2026 16:33:51
Tag
:
View Job
View Job
Jump to date
New
CircleCI
APP
Today at 11:49:13 AM
11:49 AM
New commits deployed to Prophet Prod-US:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Today at 11:49:35 AM
11:49
New commits deployed to Prophet Prod-EU:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
loading…
Channel releases
PhpStormFV faVsco.js~Project vViewNavigateLaravelRefacton( #11894 on JY-18909-automated-reports-ask-jiminny ~Window© AskJiminnyReportAc© AutomatedReportsCi© AutomatedReportsS:© DealStagesService.p© RecipientsService.ph© ReportSort.php© ReportSortDirection./© KioskService.php• Malll>_MeetingGeneratorM NotificationDJ OAuth2D RecallAlSecurityStrategyStreamingD TeamTelephonyD UserPilot• WebhookC AbstractService.phpC) ActivityProviderFactorv.ph© ActivityService.php© ApiResponseService.php© ConferenceService.php© InsightSeatService.php© InstantMeetingService.php© IntercomService.php©IpapiClient.php© lpapiService.php© ParticipantShareService.phC PlanhatService.php© PlaybackService.php© PlaybackVideoOnlyService© PlaybookCategoryService./PlaylistGeneratorInterface.© ResolveTeamCrmConnecti© SimpleThrottleService.php© SlackService.php© SocialAccountService.php© SoftPhoneService.php© TeamDeactivatedService.p© TeamOwnerService.php© TeamService.phpC) TranscodeParameterResol© UserService.php© Uuid.php> D Traits> D UseCases> DUser> O Utils> D Validation10%112113114115111711811912012112212312512614014.1421431441451461471481501o.104class Auronaredreoortsservicel'id' => self::FREQUENCY_WEEKLY, 'name' →> 'Weekly'],l'id' => self::FREQUENCY_MONTHLY, 'name' => 'Monthly'],l'id' => self::FREQUENCY_QUARTERLY, 'name' => 'Quarterly'],l'id' => self::FREQUENCY_ONE_OFF,'name' => 'One-off'],];1 usageprivate const string S3_DIR = 'reports';1 usageprivate const array FILE_EXTENSIONS_VARIANTS = ['html', 'MD', 'pdf'];1 usageprivate const array FILE_PODCAST_EXTENSIONS_VARIANTS = ['ison', 'mp3', 'ssml']:public function __construct(prsvale reduonty lealineposttory olealikeposttory.private readonly GroupRepository $groupRepository,private readonly UserRepository $userRepository,private readonly StageRepository $stageRepository,nnivata naadanlv noalStanocSanviro &laal StanocSanvinaPS$1Firefoxprivate readonly AskAnythingRepository $askAnythingRepository,public static function getTypes(): arraynyoes = seuteatirroreturn array_map(static function ($type) {return $type['id'];}, $types);ousdyes• public static function getCallTypes(): arrayreturn array_map(static function ($callType) {return $callTypel'id'];}, [self:: CALL_TYPE_CONFERENCE, self::CALL_TYPE_DIALER]);~ D RepositoryMOnDemandActivitvSearscritena.phpC TranscriptionKeywordP:> D TeamSettingsphp helpers.php© ReportController.php• AddLayoutEntities.phpCreateHeldActivityEvent.phpAutomaleakeporscallbackoervice.og© JiminnyDebugCommand.php© AutomatedReportsCommand.phpAutomatedReportsSendCommand.phpC Team.php© AutomatedReportsRepository.pnp© AutomatedReportsCommandTest.phpAutomatedReportsService.php x© TrackProviderInstalledEvent.php© CreateActivityLoggedEvent.php© UserPilotActivityListener.php© ActivityLogged.php© RequestGenerateAskJiminnyReportJob.php© RequestGenerateReportJob.php© AutomatedReportResult.phpC AutomatedReport.phpA 102 X3 X 34public static function getFrequencies(): arrayreturn array_map(static function ($frequency) {return $frequencyl'id'];array: self::FREQUENCIES);Support Daily • in 1h 8 mU AutomatedReportsCommandTestvAl console [PROD]Al console (EU]© HistoryService.php100% CTue 14 Apr 13:52:01= custom.log= laravel.log© AskJiminnyReportActivityService.php© AskJiminnyReportActivityServiceTest.phpX:Auto vA SF ljiminny@localhost]A HS_local [jiminny@localhost]ACuiVilysearch.ong© OnDemandV2Controller.php© RequestGenerateAskJiminnyReportJobTest.phpPlaygroundA console [STAGING]c riterDerinitioncollection.onocritera.onpQ 521522523524525526527528529530531533534535536537-5381557=548549E5505515525535545555565575585595605615621505-565566-567568569Ma lminnv vJOIN users u on u.id = sa.sociable_idJOIN teams t1..n<->1: on t.id = u.team_idWHERE u.team_id = 1 and sa.provider = 'salesforce' :016 A13 V.13 ^select * from teams where id = 1;select * from groups g JOIN playbooks p 1..n<->1: on g.playbook_id = p.id where g.team_id = 1;select * from groups where id = 565;select * from playbooks where team_id = 1;select * from playbooks where id = 175;select * from playbook_categories where playbook_id = 175;select * from users where team_id = 1;select * from users where id = 7160;select * from crm_profiles where user_id = 7160;select * from features;select# id, uvid, type, provider, playbook_category_id, user_id, lead_id, contact_id, account_id, opportunity_id, stage_id,# crm_configuration_id, crm_provider_id, transcription_id,statusfrom activities where crm_configuration_id = 1 and type = 'conference'# and crm provider id IS NOT NULINSELECT * FROM crm_fields WHERE crm_configuration_id = 1 and object_type ="event,SELECT * FROM crm_field_values WHERE crm_field_id = 4;select x Tron crmlayouus el oin playdook Layouus ou1<->1.n: on cl.id = pl.layout_idwhere crm_configuration_id = 1 and pl.playbook_id = 175;select * from teams;SELECT r.* FROM automated_reports rjoin teams t on r.team id = t.idWHERE r.freguency = 'daily'and r.status = 1AND t.status = 'active'AND (r.exRices.at >= now() OR r.expines.at IS NULL);seleccc x troi curolareo reoort resuurswhere ceRontaid IN (18, 33);select * from activity_searches where id = 10932;select * from activity_search_filters where activity_search_id = 10932;select * from automated_reports;select * from automated_report_results where reRort.id IN (34, 35);145:49UTF-8( 4 spaces...
|
NULL
|
|
12165
|
258
|
40
|
2026-04-14T10:53:48.787882+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776164028787_m1.jpg...
|
Slack
|
releases (Channel) - Jiminny Inc - Slack
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
Directories
platform-inner-team
ai-chapter
alerts
backend
confusion-clinic
curiosity_lab
engineering
frontend
general
infra-changes
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Steliyan Georgiev
Adelina Petrova
,
Ilian Kyuchukov
,
Steliyan Georgiev
Adelina Petrova
Galya Dimitrova
Vasil Vasilev
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Yankov
Nikolay Yankov
Jira Cloud
Toast
Google Calendar
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
GitHub
APP
Apr 9th at 7:07:11 PM
7:07 PM
3 new commits
3 new commits
pushed to
master
master
by
mihailmihaylovjiminny
mihailmihaylovjiminny
a3a45d3a
a3a45d3a
- JY-20634: Fix legacy sentence segments
eacdcce0
eacdcce0
- JY-20634: Add comments
09c3f776
09c3f776
- Merge pull request #11943 from jiminny/JY-20634-transcription-issue-timings
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
CircleCI
APP
Apr 9th at 7:33:52 PM
7:33 PM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/09/2026 16:33:51
Tag
:
View Job
View Job
Jump to date
New
CircleCI
APP
Today at 11:49:13 AM
11:49 AM
New commits deployed to Prophet Prod-US:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Today at 11:49:35 AM
11:49
New commits deployed to Prophet Prod-EU:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
loading…
Channel releases...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Jiminny Inc","depth":12,"bounds":{"left":0.4861111,"top":0.08777778,"width":0.022222223,"height":0.035555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Jiminny (Staging)","depth":12,"bounds":{"left":0.4861111,"top":0.14555556,"width":0.022222223,"height":0.035555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Add workspaces","depth":12,"bounds":{"left":0.4861111,"top":0.20333333,"width":0.022222223,"height":0.035555556},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Home","depth":14,"bounds":{"left":0.525,"top":0.07777778,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Home","depth":16,"bounds":{"left":0.5326389,"top":0.13,"width":0.020833334,"height":0.015555556},"role_description":"text"},{"role":"AXRadioButton","text":"DMs","depth":14,"bounds":{"left":0.525,"top":0.15333334,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DMs","depth":16,"bounds":{"left":0.5347222,"top":0.20555556,"width":0.016666668,"height":0.015555556},"role_description":"text"},{"role":"AXRadioButton","text":"Activity","depth":14,"bounds":{"left":0.525,"top":0.22888888,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Activity","depth":16,"bounds":{"left":0.52916664,"top":0.28111112,"width":0.027083334,"height":0.015555556},"role_description":"text"},{"role":"AXRadioButton","text":"Files","depth":14,"bounds":{"left":0.525,"top":0.30444443,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Files","depth":16,"bounds":{"left":0.5347222,"top":0.35666665,"width":0.015972223,"height":0.015555556},"role_description":"text"},{"role":"AXRadioButton","text":"Later","depth":14,"bounds":{"left":0.525,"top":0.38,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Later","depth":16,"bounds":{"left":0.53402776,"top":0.43222222,"width":0.018055556,"height":0.015555556},"role_description":"text"},{"role":"AXRadioButton","text":"More…","depth":14,"bounds":{"left":0.525,"top":0.45555556,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More","depth":16,"bounds":{"left":0.53333336,"top":0.50777775,"width":0.01875,"height":0.015555556},"role_description":"text"},{"role":"AXStaticText","text":"Unreads","depth":21,"bounds":{"left":0.5951389,"top":0.12777779,"width":0.038194444,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Threads","depth":21,"bounds":{"left":0.5951389,"top":0.12777779,"width":0.036805555,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Huddles","depth":21,"bounds":{"left":0.5951389,"top":0.12777779,"width":0.038194444,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Drafts & sent","depth":21,"bounds":{"left":0.5951389,"top":0.12777779,"width":0.06111111,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Directories","depth":21,"bounds":{"left":0.5951389,"top":0.12777779,"width":0.050694443,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"platform-inner-team","depth":23,"bounds":{"left":0.60625,"top":0.18222222,"width":0.093055554,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"ai-chapter","depth":23,"bounds":{"left":0.60625,"top":0.25555557,"width":0.046527777,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"alerts","depth":23,"bounds":{"left":0.60625,"top":0.28666666,"width":0.025694445,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"backend","depth":23,"bounds":{"left":0.60625,"top":0.31777778,"width":0.038194444,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"confusion-clinic","depth":23,"bounds":{"left":0.60625,"top":0.34888887,"width":0.072222225,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"curiosity_lab","depth":23,"bounds":{"left":0.60625,"top":0.38,"width":0.057638887,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"engineering","depth":23,"bounds":{"left":0.60625,"top":0.41111112,"width":0.054166667,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"frontend","depth":23,"bounds":{"left":0.60625,"top":0.4422222,"width":0.04027778,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"general","depth":23,"bounds":{"left":0.60625,"top":0.47333333,"width":0.034027778,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"infra-changes","depth":23,"bounds":{"left":0.60625,"top":0.5044444,"width":0.061805554,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"jiminny-bg","depth":23,"bounds":{"left":0.60625,"top":0.53555554,"width":0.048611112,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"platform-tickets","depth":23,"bounds":{"left":0.60625,"top":0.56666666,"width":0.072916664,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"product_launches","depth":23,"bounds":{"left":0.60625,"top":0.5977778,"width":0.08055556,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"random","depth":23,"bounds":{"left":0.60625,"top":0.6288889,"width":0.035416666,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"releases","depth":23,"bounds":{"left":0.60625,"top":0.66,"width":0.036805555,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"sofia-office","depth":23,"bounds":{"left":0.60625,"top":0.6911111,"width":0.05138889,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"support","depth":23,"bounds":{"left":0.60625,"top":0.7222222,"width":0.036111113,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"thank-yous","depth":23,"bounds":{"left":0.60625,"top":0.75333333,"width":0.05138889,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"the_people_of_jiminny","depth":23,"bounds":{"left":0.60625,"top":0.78444445,"width":0.094444446,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Aneliya Angelova","depth":23,"bounds":{"left":0.60625,"top":0.8577778,"width":0.07847222,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"bounds":{"left":0.68472224,"top":0.8577778,"width":0.013194445,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"bounds":{"left":0.68958336,"top":0.8577778,"width":0.029861111,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"bounds":{"left":0.60625,"top":0.8888889,"width":0.07986111,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Adelina Petrova","depth":23,"bounds":{"left":0.60625,"top":0.92,"width":0.072222225,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"bounds":{"left":0.67777777,"top":0.92,"width":0.0055555557,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Ilian Kyuchukov","depth":23,"bounds":{"left":0.68333334,"top":0.92,"width":0.015972223,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Adelina Petrova","depth":23,"bounds":{"left":0.60625,"top":0.95111114,"width":0.072222225,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"bounds":{"left":0.60625,"top":0.9822222,"width":0.07361111,"height":0.012222222},"role_description":"text"},{"role":"AXStaticText","text":"Vasil Vasilev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Jira Cloud","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Toast","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Google Calendar","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"Messages","depth":17,"bounds":{"left":0.73125,"top":0.12777779,"width":0.06458333,"height":0.04222222},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Messages","depth":19,"bounds":{"left":0.75069445,"top":0.14,"width":0.039583333,"height":0.017777778},"role_description":"text"},{"role":"AXRadioButton","text":"Files","depth":17,"bounds":{"left":0.79791665,"top":0.12777779,"width":0.04375,"height":0.04222222},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Files","depth":19,"bounds":{"left":0.8173611,"top":0.14,"width":0.01875,"height":0.017777778},"role_description":"text"},{"role":"AXRadioButton","text":"Bookmarks","depth":17,"bounds":{"left":0.84444445,"top":0.12777779,"width":0.07083333,"height":0.04222222},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bookmarks","depth":19,"bounds":{"left":0.86388886,"top":0.14,"width":0.045833334,"height":0.017777778},"role_description":"text"},{"role":"AXPopUpButton","text":"Add and Edit Channel Tabs","depth":17,"bounds":{"left":0.91736114,"top":0.12777779,"width":0.022916667,"height":0.04222222},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Canvas","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"List","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Folder","depth":17,"role_description":"text"},{"role":"AXPopUpButton","text":"Jump to date","depth":22,"bounds":{"left":0.80625,"top":0.17666666,"width":0.10486111,"height":0.031111112},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"GitHub","depth":23,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.034722224,"height":0.0011111111},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"bounds":{"left":0.8034722,"top":0.16111112,"width":0.013888889,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"bounds":{"left":0.8194444,"top":0.16111112,"width":0.0055555557,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"Apr 9th at 7:07:11 PM","depth":23,"bounds":{"left":0.82430553,"top":0.16111112,"width":0.031944446,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"7:07 PM","depth":24,"bounds":{"left":0.82430553,"top":0.16111112,"width":0.031944446,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"3 new commits","depth":23,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.06944445,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"3 new commits","depth":24,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.06944445,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"pushed to","depth":23,"bounds":{"left":0.83402777,"top":0.16111112,"width":0.05138889,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"master","depth":24,"bounds":{"left":0.8875,"top":0.16111112,"width":0.030555556,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"master","depth":25,"bounds":{"left":0.8875,"top":0.16111112,"width":0.030555556,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"by","depth":23,"bounds":{"left":0.9201389,"top":0.16111112,"width":0.013888889,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"mihailmihaylovjiminny","depth":23,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.10138889,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"mihailmihaylovjiminny","depth":24,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.10138889,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"a3a45d3a","depth":26,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"a3a45d3a","depth":27,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"- JY-20634: Fix legacy sentence segments","depth":25,"bounds":{"left":0.77569443,"top":0.16111112,"width":0.19305556,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"eacdcce0","depth":26,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eacdcce0","depth":27,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"- JY-20634: Add comments","depth":25,"bounds":{"left":0.8215278,"top":0.16111112,"width":0.12708333,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"09c3f776","depth":26,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"09c3f776","depth":27,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"- Merge pull request #11943 from jiminny/JY-20634-transcription-issue-timings","depth":25,"bounds":{"left":0.77569443,"top":0.16111112,"width":0.19791667,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"jiminny/app","depth":25,"bounds":{"left":0.7895833,"top":0.16111112,"width":0.043055557,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"jiminny/app","depth":26,"bounds":{"left":0.7895833,"top":0.16111112,"width":0.043055557,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"|","depth":25,"bounds":{"left":0.83263886,"top":0.16111112,"width":0.00625,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Added by","depth":25,"bounds":{"left":0.8388889,"top":0.16111112,"width":0.036805555,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"GitHub","depth":25,"bounds":{"left":0.87569445,"top":0.16111112,"width":0.027083334,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"GitHub","depth":26,"bounds":{"left":0.87569445,"top":0.16111112,"width":0.027083334,"height":0.0011111111},"role_description":"text"},{"role":"AXButton","text":"CircleCI","depth":23,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.0375,"height":0.0011111111},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"bounds":{"left":0.80625,"top":0.16111112,"width":0.013888889,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"bounds":{"left":0.82222223,"top":0.16111112,"width":0.0055555557,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"Apr 9th at 7:33:52 PM","depth":23,"bounds":{"left":0.82708335,"top":0.16111112,"width":0.031944446,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"7:33 PM","depth":24,"bounds":{"left":0.82708335,"top":0.16111112,"width":0.031944446,"height":0.0011111111},"role_description":"text"},{"role":"AXHeading","text":"Deployment Successful! tada emoji","depth":23,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.21805556,"height":0.0011111111},"role_description":"heading"},{"role":"AXStaticText","text":"Deployment Successful!","depth":25,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.13819444,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Project","depth":24,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.033333335,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":": app","depth":24,"bounds":{"left":0.79791665,"top":0.16111112,"width":0.022222223,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"When","depth":24,"bounds":{"left":0.8388889,"top":0.16111112,"width":0.028472222,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":": 04/09/2026 16:33:51","depth":24,"bounds":{"left":0.8388889,"top":0.16111112,"width":0.058333334,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Tag","depth":24,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.015972223,"height":0.011111111},"role_description":"text"},{"role":"AXStaticText","text":":","depth":24,"bounds":{"left":0.78055555,"top":0.16111112,"width":0.0027777778,"height":0.011111111},"role_description":"text"},{"role":"AXButton","text":"View Job","depth":24,"bounds":{"left":0.76458335,"top":0.19222222,"width":0.049305554,"height":0.031111112},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"View Job","depth":26,"bounds":{"left":0.7708333,"top":0.19888888,"width":0.036805555,"height":0.017777778},"role_description":"text"},{"role":"AXPopUpButton","text":"Jump to date","depth":22,"bounds":{"left":0.83194447,"top":0.24777777,"width":0.05277778,"height":0.031111112},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New","depth":22,"bounds":{"left":0.96458334,"top":0.25444445,"width":0.01875,"height":0.017777778},"role_description":"text"},{"role":"AXButton","text":"CircleCI","depth":23,"bounds":{"left":0.76458335,"top":0.2911111,"width":0.0375,"height":0.024444444},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"bounds":{"left":0.80625,"top":0.29666665,"width":0.013888889,"height":0.013333334},"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"bounds":{"left":0.82222223,"top":0.29333332,"width":0.0055555557,"height":0.02},"role_description":"text"},{"role":"AXLink","text":"Today at 11:49:13 AM","depth":23,"bounds":{"left":0.82708335,"top":0.29666665,"width":0.0375,"height":0.016666668},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11:49 AM","depth":24,"bounds":{"left":0.82708335,"top":0.29666665,"width":0.0375,"height":0.016666668},"role_description":"text"},{"role":"AXStaticText","text":"New commits deployed to Prophet Prod-US:","depth":24,"bounds":{"left":0.76458335,"top":0.31777778,"width":0.20277777,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"[078d4ed](","depth":24,"bounds":{"left":0.76458335,"top":0.3422222,"width":0.047916666,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":24,"bounds":{"left":0.76458335,"top":0.36666667,"width":0.21597221,"height":0.06888889},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":25,"bounds":{"left":0.76458335,"top":0.36666667,"width":0.21597221,"height":0.06888889},"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20574](","depth":24,"bounds":{"left":0.76458335,"top":0.41555557,"width":0.075,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":24,"bounds":{"left":0.76458335,"top":0.44,"width":0.18402778,"height":0.044444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":25,"bounds":{"left":0.76458335,"top":0.44,"width":0.18402778,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"): panorama pdf add header section (#467) (steliyan-g)","depth":24,"bounds":{"left":0.76458335,"top":0.46444446,"width":0.19097222,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"[5301082](","depth":24,"bounds":{"left":0.76458335,"top":0.5133333,"width":0.049305554,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":24,"bounds":{"left":0.76458335,"top":0.5377778,"width":0.21666667,"height":0.044444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":25,"bounds":{"left":0.76458335,"top":0.5377778,"width":0.21666667,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20575](","depth":24,"bounds":{"left":0.76458335,"top":0.58666664,"width":0.063194446,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":24,"bounds":{"left":0.76458335,"top":0.6111111,"width":0.18402778,"height":0.044444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":25,"bounds":{"left":0.76458335,"top":0.6111111,"width":0.18402778,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"): panorama reports absolute links (#466) (steliyan-g)","depth":24,"bounds":{"left":0.76458335,"top":0.63555557,"width":0.21666667,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"[11f99de](","depth":24,"bounds":{"left":0.76458335,"top":0.6844444,"width":0.045833334,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":24,"bounds":{"left":0.76458335,"top":0.7088889,"width":0.21458334,"height":0.06888889},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":25,"bounds":{"left":0.76458335,"top":0.7088889,"width":0.21458334,"height":0.06888889},"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20571](","depth":24,"bounds":{"left":0.76458335,"top":0.75777775,"width":0.06875,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":24,"bounds":{"left":0.76458335,"top":0.7822222,"width":0.18402778,"height":0.044444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":25,"bounds":{"left":0.76458335,"top":0.7822222,"width":0.18402778,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"): Panorama offline reports (#465) (steliyan-g)","depth":24,"bounds":{"left":0.76458335,"top":0.8066667,"width":0.18402778,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"[8cf63ce](","depth":24,"bounds":{"left":0.76458335,"top":0.85555553,"width":0.04375,"height":0.032222223},"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":24,"bounds":{"left":0.76458335,"top":0.88,"width":0.21527778,"height":0.007777778},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":25,"bounds":{"left":0.76458335,"top":0.88,"width":0.21527778,"height":0.007777778},"role_description":"text"},{"role":"AXStaticText","text":") - [JY-19982](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): Allow multiple LLM evals with one command run (#464) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXCheckBox","text":"React with white_check_mark","depth":25,"bounds":{"left":0.8048611,"top":0.27222222,"width":0.022222223,"height":0.035555556},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with eyes","depth":25,"bounds":{"left":0.82708335,"top":0.27222222,"width":0.022222223,"height":0.035555556},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with raised_hands","depth":25,"bounds":{"left":0.84930557,"top":0.27222222,"width":0.022222223,"height":0.035555556},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Add reaction…","depth":25,"bounds":{"left":0.8715278,"top":0.27222222,"width":0.022222223,"height":0.035555556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Reply in thread","depth":25,"bounds":{"left":0.89375,"top":0.27222222,"width":0.022222223,"height":0.035555556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward message…","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Save for later","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More actions","depth":25,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Today at 11:49:35 AM","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11:49","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"New commits deployed to Prophet Prod-EU:","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[078d4ed](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20574](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): panorama pdf add header section (#467) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[5301082](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20575](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): panorama reports absolute links (#466) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[11f99de](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20571](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): Panorama offline reports (#465) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[8cf63ce](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-19982](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): Allow multiple LLM evals with one command run (#464) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXTextArea","text":"","depth":23,"bounds":{"left":0.7347222,"top":0.88,"width":0.24722221,"height":0.04222222},"value":"","role_description":"text entry area","is_enabled":true,"is_focused":true,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"loading…","depth":11,"role_description":"text"},{"role":"AXStaticText","text":"Channel releases","depth":11,"role_description":"text"}]...
|
8412489131564936239
|
-4111763792589817343
|
visual_change
|
hybrid
|
NULL
|
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
Directories
platform-inner-team
ai-chapter
alerts
backend
confusion-clinic
curiosity_lab
engineering
frontend
general
infra-changes
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Steliyan Georgiev
Adelina Petrova
,
Ilian Kyuchukov
,
Steliyan Georgiev
Adelina Petrova
Galya Dimitrova
Vasil Vasilev
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Yankov
Nikolay Yankov
Jira Cloud
Toast
Google Calendar
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
GitHub
APP
Apr 9th at 7:07:11 PM
7:07 PM
3 new commits
3 new commits
pushed to
master
master
by
mihailmihaylovjiminny
mihailmihaylovjiminny
a3a45d3a
a3a45d3a
- JY-20634: Fix legacy sentence segments
eacdcce0
eacdcce0
- JY-20634: Add comments
09c3f776
09c3f776
- Merge pull request #11943 from jiminny/JY-20634-transcription-issue-timings
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
CircleCI
APP
Apr 9th at 7:33:52 PM
7:33 PM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/09/2026 16:33:51
Tag
:
View Job
View Job
Jump to date
New
CircleCI
APP
Today at 11:49:13 AM
11:49 AM
New commits deployed to Prophet Prod-US:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Today at 11:49:35 AM
11:49
New commits deployed to Prophet Prod-EU:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
loading…
Channel releases
SlackFileEditViewGoHistoryWindowHelpec2-userGDOCKER• 881DEV (docker)882APP (-zsh)[EMAIL]@73b64f5d54a3:/home/jiminny#[ec2-user@ip-10-30-93-249 ~]$ dockerexec -it $(dockny && bash"root@c78a087b1345:/home/jiminny# php artisan automated-reports[2026-04-14 10:46:08]staging.INF0: [automated-reports] Started{"correlation_id":"5[2026-04-1410:46:08]staging.INFO: [automated-reports] Checking conditions {"isMondaid":"5c23e861-2ca9-4f92-9f67-773d6bc80ca0","trace_id" : "185df6f6-4327-4609-9c2e-2ab83a[2026-04-14 10:46:08]ab83a0f5432"}staging.INFO: [automated-reports] Processing daily reports{"c[2026-04-1410:46:08]9-9c2Ze-2ab83a0f5432"}staging.INFO: [automated-reports]Found 3 daily reports to proc[2026-04-1410:46:087daily"staging.INFO: [automated-reports]Dispatching Generate Report j,"type":"ask_jiminny"} {"correlation_id":"5c23e861-2ca9-4f92-9f67-773d6bc80ca®"[2026-04-14 10:46:08]staging.INFO: [automated-reports]Dispatching Generate Report jdaily", "type": "ask_jiminny"} {"correlation_id":"5c23e861-2ca9-4f92-9f67-773d6bc80cab"[2026-04-14 10:46:08]staging. INFO: [automated-reports]Dispatching Generate Report jdaily","type":"ask_jiminny"} {"correlation_id":"5c23e861-2ca9-4f92-9f67-773d6bc80ca0"[2026-04-14 10:46:08]staging.INFO: [automated-reports]Completed{"correlation_id":root@c78a087b1345:/home/jiminny# phpartisanautomated-reports --report-id 35[2026-04-14 10:48:42] staging.INFO: [automated-reports]Started{"correlation_id":"2[2026-04-1410:48:42]staging.INFO: [automated-reports]Checking conditions {"isMondaid":"246a1ala-7076-458c-bd7d-49d2f5a2db88","trace_id" : "1f894bf6-e50d-4e99-b635-2aa526[2026-04-14 10:48:42]staging.INFO: [automated-reports]Processing daily reports{"caa52627fc27"}[automated-reports] Automated reportfound Test 6[2026-04-1410:48:42]staging.INFO: [automated-reports] Found 1 daily reports to proc9-b635-2aa52627f c27"}[2026-04-14 10:48:42]staging.INF0: [automated-reports]Dispatching Generate Reportjdaily","type": "ask_jiminny"} {"correlation_id":"246a1a1a-7076-458c-bd7d-49d2f5a2db88"[2026-04-14 10:48:42]staging.INFO: [automated-reports]Completed {"correlation_id":root@c78a087b1345:/home/jiminny#|+HomeDMsActivityFilesLater.*•More, 0lhlà Support Daily - in 1h 7 m100% CTue 14 Apr 13:53:48→Search Jiminny IncJiminny ...& Starred8 platform-inner-teamChannels# ai-chapter# alerts# backend# confusion-clinic# curiosity_lab# engineering# frontend# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of _jimi...• Direct messagesAneliya Angelova, ...Ro Steliyan Georgiev3) Adelina Petrova, Ili...?. Adelina Petrova |O. Cala Dimitrava IR# releases8 226 02 Messages@ Files@ Bookmarks+Thursday, April 9th~View JobToday ~NewCircleCl APP 11:49 AMNew commits deployed to Prophet Prod-US:[078d4ed](https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4) - [JY-20574](https://jiminny.atlassian.net/browse/JY-20574): panorama pdf add header section(#467) (steliyan-g)[5301082](https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74) - JY-20575](https://jiminny.atlassian.net/browse/JY-20575): panorama reports absolute links (#466)(steliyan-g)[11f99de](https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5) - [JY-20571](https://jiminny.atlassian.net/browse/JY-20571): Panorama offline reports (#465)(steliyan-g)[8cf63ce]Message #releases+Aa...
|
NULL
|
|
12228
|
260
|
0
|
2026-04-14T10:56:12.083656+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776164172083_m1.jpg...
|
Slack
|
releases (Channel) - Jiminny Inc - Slack
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
Directories
platform-inner-team
ai-chapter
alerts
backend
confusion-clinic
curiosity_lab
engineering
frontend
general
infra-changes
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Steliyan Georgiev
Adelina Petrova
,
Ilian Kyuchukov
,
Steliyan Georgiev
Adelina Petrova
Galya Dimitrova
Vasil Vasilev
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Yankov
Nikolay Yankov
Jira Cloud
Toast
Google Calendar
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
GitHub
APP
Apr 9th at 7:07:11 PM
7:07 PM
3 new commits
3 new commits
pushed to
master
master
by
mihailmihaylovjiminny
mihailmihaylovjiminny
a3a45d3a
a3a45d3a
- JY-20634: Fix legacy sentence segments
eacdcce0
eacdcce0
- JY-20634: Add comments
09c3f776
09c3f776
- Merge pull request #11943 from jiminny/JY-20634-transcription-issue-timings
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
CircleCI
APP
Apr 9th at 7:33:52 PM
7:33 PM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/09/2026 16:33:51
Tag
:
View Job
View Job
Jump to date
New
CircleCI
APP
Today at 11:49:13 AM
11:49 AM
New commits deployed to Prophet Prod-US:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Today at 11:49:35 AM
11:49
New commits deployed to Prophet Prod-EU:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
loading…
Channel releases...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Jiminny Inc","depth":12,"bounds":{"left":0.4861111,"top":0.08777778,"width":0.022222223,"height":0.035555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Jiminny (Staging)","depth":12,"bounds":{"left":0.4861111,"top":0.14555556,"width":0.022222223,"height":0.035555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Add workspaces","depth":12,"bounds":{"left":0.4861111,"top":0.20333333,"width":0.022222223,"height":0.035555556},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Home","depth":14,"bounds":{"left":0.525,"top":0.07777778,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Home","depth":16,"bounds":{"left":0.5326389,"top":0.13,"width":0.020833334,"height":0.015555556},"role_description":"text"},{"role":"AXRadioButton","text":"DMs","depth":14,"bounds":{"left":0.525,"top":0.15333334,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DMs","depth":16,"bounds":{"left":0.5347222,"top":0.20555556,"width":0.016666668,"height":0.015555556},"role_description":"text"},{"role":"AXRadioButton","text":"Activity","depth":14,"bounds":{"left":0.525,"top":0.22888888,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Activity","depth":16,"bounds":{"left":0.52916664,"top":0.28111112,"width":0.027083334,"height":0.015555556},"role_description":"text"},{"role":"AXRadioButton","text":"Files","depth":14,"bounds":{"left":0.525,"top":0.30444443,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Files","depth":16,"bounds":{"left":0.5347222,"top":0.35666665,"width":0.015972223,"height":0.015555556},"role_description":"text"},{"role":"AXRadioButton","text":"Later","depth":14,"bounds":{"left":0.525,"top":0.38,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Later","depth":16,"bounds":{"left":0.53402776,"top":0.43222222,"width":0.018055556,"height":0.015555556},"role_description":"text"},{"role":"AXRadioButton","text":"More…","depth":14,"bounds":{"left":0.525,"top":0.45555556,"width":0.036111113,"height":0.075555556},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More","depth":16,"bounds":{"left":0.53333336,"top":0.50777775,"width":0.01875,"height":0.015555556},"role_description":"text"},{"role":"AXStaticText","text":"Unreads","depth":21,"bounds":{"left":0.5951389,"top":0.12777779,"width":0.038194444,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Threads","depth":21,"bounds":{"left":0.5951389,"top":0.12777779,"width":0.036805555,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Huddles","depth":21,"bounds":{"left":0.5951389,"top":0.12777779,"width":0.038194444,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Drafts & sent","depth":21,"bounds":{"left":0.5951389,"top":0.12777779,"width":0.06111111,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Directories","depth":21,"bounds":{"left":0.5951389,"top":0.12777779,"width":0.050694443,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"platform-inner-team","depth":23,"bounds":{"left":0.60625,"top":0.12777779,"width":0.093055554,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"ai-chapter","depth":23,"bounds":{"left":0.60625,"top":0.12777779,"width":0.046527777,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"alerts","depth":23,"bounds":{"left":0.60625,"top":0.12777779,"width":0.025694445,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"backend","depth":23,"bounds":{"left":0.60625,"top":0.12777779,"width":0.038194444,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"confusion-clinic","depth":23,"bounds":{"left":0.60625,"top":0.12777779,"width":0.072222225,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"curiosity_lab","depth":23,"bounds":{"left":0.60625,"top":0.12777779,"width":0.057638887,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"engineering","depth":23,"bounds":{"left":0.60625,"top":0.12777779,"width":0.054166667,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"frontend","depth":23,"bounds":{"left":0.60625,"top":0.12777779,"width":0.04027778,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"general","depth":23,"bounds":{"left":0.60625,"top":0.12777779,"width":0.034027778,"height":0.007777778},"role_description":"text"},{"role":"AXStaticText","text":"infra-changes","depth":23,"bounds":{"left":0.60625,"top":0.14666666,"width":0.061805554,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"jiminny-bg","depth":23,"bounds":{"left":0.60625,"top":0.17777778,"width":0.048611112,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"platform-tickets","depth":23,"bounds":{"left":0.60625,"top":0.20888889,"width":0.072916664,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"product_launches","depth":23,"bounds":{"left":0.60625,"top":0.24,"width":0.08055556,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"random","depth":23,"bounds":{"left":0.60625,"top":0.2711111,"width":0.035416666,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"releases","depth":23,"bounds":{"left":0.60625,"top":0.30222222,"width":0.036805555,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"sofia-office","depth":23,"bounds":{"left":0.60625,"top":0.33333334,"width":0.05138889,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"support","depth":23,"bounds":{"left":0.60625,"top":0.36444443,"width":0.036111113,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"thank-yous","depth":23,"bounds":{"left":0.60625,"top":0.39555556,"width":0.05138889,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"the_people_of_jiminny","depth":23,"bounds":{"left":0.60625,"top":0.42666668,"width":0.094444446,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Aneliya Angelova","depth":23,"bounds":{"left":0.60625,"top":0.5,"width":0.07847222,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"bounds":{"left":0.68472224,"top":0.5,"width":0.013194445,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"bounds":{"left":0.68958336,"top":0.5,"width":0.029861111,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"bounds":{"left":0.60625,"top":0.5311111,"width":0.07986111,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Adelina Petrova","depth":23,"bounds":{"left":0.60625,"top":0.56222224,"width":0.072222225,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"bounds":{"left":0.67777777,"top":0.56222224,"width":0.0055555557,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Ilian Kyuchukov","depth":23,"bounds":{"left":0.68333334,"top":0.56222224,"width":0.015972223,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Adelina Petrova","depth":23,"bounds":{"left":0.60625,"top":0.5933333,"width":0.072222225,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"bounds":{"left":0.60625,"top":0.6244444,"width":0.07361111,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Vasil Vasilev","depth":23,"bounds":{"left":0.60625,"top":0.65555555,"width":0.055555556,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":23,"bounds":{"left":0.60625,"top":0.68666667,"width":0.07152778,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"bounds":{"left":0.60625,"top":0.7177778,"width":0.07361111,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"bounds":{"left":0.6791667,"top":0.7177778,"width":0.0055555557,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":23,"bounds":{"left":0.68472224,"top":0.7177778,"width":0.018055556,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"bounds":{"left":0.60625,"top":0.7488889,"width":0.07361111,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"bounds":{"left":0.6791667,"top":0.7488889,"width":0.0055555557,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"bounds":{"left":0.68472224,"top":0.7488889,"width":0.018055556,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"bounds":{"left":0.60625,"top":0.78,"width":0.06875,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Jira Cloud","depth":23,"bounds":{"left":0.60625,"top":0.85333335,"width":0.045833334,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Toast","depth":23,"bounds":{"left":0.60625,"top":0.8844444,"width":0.024305556,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"Google Calendar","depth":23,"bounds":{"left":0.60625,"top":0.91555554,"width":0.06388889,"height":0.02},"role_description":"text"},{"role":"AXRadioButton","text":"Messages","depth":17,"bounds":{"left":0.73125,"top":0.12777779,"width":0.06458333,"height":0.04222222},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Messages","depth":19,"bounds":{"left":0.75069445,"top":0.14,"width":0.039583333,"height":0.017777778},"role_description":"text"},{"role":"AXRadioButton","text":"Files","depth":17,"bounds":{"left":0.79791665,"top":0.12777779,"width":0.04375,"height":0.04222222},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Files","depth":19,"bounds":{"left":0.8173611,"top":0.14,"width":0.01875,"height":0.017777778},"role_description":"text"},{"role":"AXRadioButton","text":"Bookmarks","depth":17,"bounds":{"left":0.84444445,"top":0.12777779,"width":0.07083333,"height":0.04222222},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bookmarks","depth":19,"bounds":{"left":0.86388886,"top":0.14,"width":0.045833334,"height":0.017777778},"role_description":"text"},{"role":"AXPopUpButton","text":"Add and Edit Channel Tabs","depth":17,"bounds":{"left":0.91736114,"top":0.12777779,"width":0.022916667,"height":0.04222222},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Canvas","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"List","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Folder","depth":17,"role_description":"text"},{"role":"AXPopUpButton","text":"Jump to date","depth":22,"bounds":{"left":0.80625,"top":0.17666666,"width":0.10486111,"height":0.031111112},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"GitHub","depth":23,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.034722224,"height":0.0011111111},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"bounds":{"left":0.8034722,"top":0.16111112,"width":0.013888889,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"bounds":{"left":0.8194444,"top":0.16111112,"width":0.0055555557,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"Apr 9th at 7:07:11 PM","depth":23,"bounds":{"left":0.82430553,"top":0.16111112,"width":0.031944446,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"7:07 PM","depth":24,"bounds":{"left":0.82430553,"top":0.16111112,"width":0.031944446,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"3 new commits","depth":23,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.06944445,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"3 new commits","depth":24,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.06944445,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"pushed to","depth":23,"bounds":{"left":0.83402777,"top":0.16111112,"width":0.05138889,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"master","depth":24,"bounds":{"left":0.8875,"top":0.16111112,"width":0.030555556,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"master","depth":25,"bounds":{"left":0.8875,"top":0.16111112,"width":0.030555556,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"by","depth":23,"bounds":{"left":0.9201389,"top":0.16111112,"width":0.013888889,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"mihailmihaylovjiminny","depth":23,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.10138889,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"mihailmihaylovjiminny","depth":24,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.10138889,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"a3a45d3a","depth":26,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"a3a45d3a","depth":27,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"- JY-20634: Fix legacy sentence segments","depth":25,"bounds":{"left":0.77569443,"top":0.16111112,"width":0.19305556,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"eacdcce0","depth":26,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eacdcce0","depth":27,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"- JY-20634: Add comments","depth":25,"bounds":{"left":0.8215278,"top":0.16111112,"width":0.12708333,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"09c3f776","depth":26,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"09c3f776","depth":27,"bounds":{"left":0.77847224,"top":0.16111112,"width":0.04027778,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"- Merge pull request #11943 from jiminny/JY-20634-transcription-issue-timings","depth":25,"bounds":{"left":0.77569443,"top":0.16111112,"width":0.19791667,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"jiminny/app","depth":25,"bounds":{"left":0.7895833,"top":0.16111112,"width":0.043055557,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"jiminny/app","depth":26,"bounds":{"left":0.7895833,"top":0.16111112,"width":0.043055557,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"|","depth":25,"bounds":{"left":0.83263886,"top":0.16111112,"width":0.00625,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Added by","depth":25,"bounds":{"left":0.8388889,"top":0.16111112,"width":0.036805555,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"GitHub","depth":25,"bounds":{"left":0.87569445,"top":0.16111112,"width":0.027083334,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"GitHub","depth":26,"bounds":{"left":0.87569445,"top":0.16111112,"width":0.027083334,"height":0.0011111111},"role_description":"text"},{"role":"AXButton","text":"CircleCI","depth":23,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.0375,"height":0.0011111111},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"bounds":{"left":0.80625,"top":0.16111112,"width":0.013888889,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"bounds":{"left":0.82222223,"top":0.16111112,"width":0.0055555557,"height":0.0011111111},"role_description":"text"},{"role":"AXLink","text":"Apr 9th at 7:33:52 PM","depth":23,"bounds":{"left":0.82708335,"top":0.16111112,"width":0.031944446,"height":0.0011111111},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"7:33 PM","depth":24,"bounds":{"left":0.82708335,"top":0.16111112,"width":0.031944446,"height":0.0011111111},"role_description":"text"},{"role":"AXHeading","text":"Deployment Successful! tada emoji","depth":23,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.21805556,"height":0.0011111111},"role_description":"heading"},{"role":"AXStaticText","text":"Deployment Successful!","depth":25,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.13819444,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Project","depth":24,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.033333335,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":": app","depth":24,"bounds":{"left":0.79791665,"top":0.16111112,"width":0.022222223,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"When","depth":24,"bounds":{"left":0.8388889,"top":0.16111112,"width":0.028472222,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":": 04/09/2026 16:33:51","depth":24,"bounds":{"left":0.8388889,"top":0.16111112,"width":0.058333334,"height":0.0011111111},"role_description":"text"},{"role":"AXStaticText","text":"Tag","depth":24,"bounds":{"left":0.76458335,"top":0.16111112,"width":0.015972223,"height":0.011111111},"role_description":"text"},{"role":"AXStaticText","text":":","depth":24,"bounds":{"left":0.78055555,"top":0.16111112,"width":0.0027777778,"height":0.011111111},"role_description":"text"},{"role":"AXButton","text":"View Job","depth":24,"bounds":{"left":0.76458335,"top":0.19222222,"width":0.049305554,"height":0.031111112},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"View Job","depth":26,"bounds":{"left":0.7708333,"top":0.19888888,"width":0.036805555,"height":0.017777778},"role_description":"text"},{"role":"AXPopUpButton","text":"Jump to date","depth":22,"bounds":{"left":0.83194447,"top":0.24777777,"width":0.05277778,"height":0.031111112},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New","depth":22,"bounds":{"left":0.96458334,"top":0.25444445,"width":0.01875,"height":0.017777778},"role_description":"text"},{"role":"AXButton","text":"CircleCI","depth":23,"bounds":{"left":0.76458335,"top":0.2911111,"width":0.0375,"height":0.024444444},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"bounds":{"left":0.80625,"top":0.29666665,"width":0.013888889,"height":0.013333334},"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"bounds":{"left":0.82222223,"top":0.29333332,"width":0.0055555557,"height":0.02},"role_description":"text"},{"role":"AXLink","text":"Today at 11:49:13 AM","depth":23,"bounds":{"left":0.82708335,"top":0.29666665,"width":0.0375,"height":0.016666668},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11:49 AM","depth":24,"bounds":{"left":0.82708335,"top":0.29666665,"width":0.0375,"height":0.016666668},"role_description":"text"},{"role":"AXStaticText","text":"New commits deployed to Prophet Prod-US:","depth":24,"bounds":{"left":0.76458335,"top":0.31777778,"width":0.20277777,"height":0.02},"role_description":"text"},{"role":"AXStaticText","text":"[078d4ed](","depth":24,"bounds":{"left":0.76458335,"top":0.3422222,"width":0.047916666,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":24,"bounds":{"left":0.76458335,"top":0.36666667,"width":0.21597221,"height":0.06888889},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":25,"bounds":{"left":0.76458335,"top":0.36666667,"width":0.21597221,"height":0.06888889},"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20574](","depth":24,"bounds":{"left":0.76458335,"top":0.41555557,"width":0.075,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":24,"bounds":{"left":0.76458335,"top":0.44,"width":0.18402778,"height":0.044444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":25,"bounds":{"left":0.76458335,"top":0.44,"width":0.18402778,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"): panorama pdf add header section (#467) (steliyan-g)","depth":24,"bounds":{"left":0.76458335,"top":0.46444446,"width":0.19097222,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"[5301082](","depth":24,"bounds":{"left":0.76458335,"top":0.5133333,"width":0.049305554,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":24,"bounds":{"left":0.76458335,"top":0.5377778,"width":0.21666667,"height":0.044444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":25,"bounds":{"left":0.76458335,"top":0.5377778,"width":0.21666667,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20575](","depth":24,"bounds":{"left":0.76458335,"top":0.58666664,"width":0.063194446,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":24,"bounds":{"left":0.76458335,"top":0.6111111,"width":0.18402778,"height":0.044444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":25,"bounds":{"left":0.76458335,"top":0.6111111,"width":0.18402778,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"): panorama reports absolute links (#466) (steliyan-g)","depth":24,"bounds":{"left":0.76458335,"top":0.63555557,"width":0.21666667,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"[11f99de](","depth":24,"bounds":{"left":0.76458335,"top":0.6844444,"width":0.045833334,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":24,"bounds":{"left":0.76458335,"top":0.7088889,"width":0.21458334,"height":0.06888889},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":25,"bounds":{"left":0.76458335,"top":0.7088889,"width":0.21458334,"height":0.06888889},"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20571](","depth":24,"bounds":{"left":0.76458335,"top":0.75777775,"width":0.06875,"height":0.044444446},"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":24,"bounds":{"left":0.76458335,"top":0.7822222,"width":0.18402778,"height":0.044444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":25,"bounds":{"left":0.76458335,"top":0.7822222,"width":0.18402778,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"): Panorama offline reports (#465) (steliyan-g)","depth":24,"bounds":{"left":0.76458335,"top":0.8066667,"width":0.18402778,"height":0.044444446},"role_description":"text"},{"role":"AXStaticText","text":"[8cf63ce](","depth":24,"bounds":{"left":0.76458335,"top":0.85555553,"width":0.04375,"height":0.032222223},"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":24,"bounds":{"left":0.76458335,"top":0.88,"width":0.21527778,"height":0.007777778},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":25,"bounds":{"left":0.76458335,"top":0.88,"width":0.21527778,"height":0.007777778},"role_description":"text"},{"role":"AXStaticText","text":") - [JY-19982](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): Allow multiple LLM evals with one command run (#464) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXCheckBox","text":"React with white_check_mark","depth":25,"bounds":{"left":0.8048611,"top":0.27222222,"width":0.022222223,"height":0.035555556},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with eyes","depth":25,"bounds":{"left":0.82708335,"top":0.27222222,"width":0.022222223,"height":0.035555556},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with raised_hands","depth":25,"bounds":{"left":0.84930557,"top":0.27222222,"width":0.022222223,"height":0.035555556},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Add reaction…","depth":25,"bounds":{"left":0.8715278,"top":0.27222222,"width":0.022222223,"height":0.035555556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Reply in thread","depth":25,"bounds":{"left":0.89375,"top":0.27222222,"width":0.022222223,"height":0.035555556},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward message…","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Save for later","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More actions","depth":25,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Today at 11:49:35 AM","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11:49","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"New commits deployed to Prophet Prod-EU:","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[078d4ed](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20574](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20574","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): panorama pdf add header section (#467) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[5301082](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20575](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20575","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): panorama reports absolute links (#466) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[11f99de](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-20571](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-20571","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): Panorama offline reports (#465) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"[8cf63ce](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c","depth":25,"role_description":"text"},{"role":"AXStaticText","text":") - [JY-19982](","depth":24,"role_description":"text"},{"role":"AXLink","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://jiminny.atlassian.net/browse/JY-19982","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"): Allow multiple LLM evals with one command run (#464) (steliyan-g)","depth":24,"role_description":"text"},{"role":"AXTextArea","text":"","depth":23,"bounds":{"left":0.7347222,"top":0.88,"width":0.24722221,"height":0.04222222},"value":"","role_description":"text entry area","is_enabled":true,"is_focused":true,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"loading…","depth":11,"role_description":"text"},{"role":"AXStaticText","text":"Channel releases","depth":11,"role_description":"text"}]...
|
8412489131564936239
|
-4111763792589817343
|
visual_change
|
hybrid
|
NULL
|
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Jiminny Inc
Jiminny (Staging)
Add workspaces
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
Directories
platform-inner-team
ai-chapter
alerts
backend
confusion-clinic
curiosity_lab
engineering
frontend
general
infra-changes
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Steliyan Georgiev
Adelina Petrova
,
Ilian Kyuchukov
,
Steliyan Georgiev
Adelina Petrova
Galya Dimitrova
Vasil Vasilev
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Nikolov
Galya Dimitrova
,
Nikolay Yankov
Nikolay Yankov
Jira Cloud
Toast
Google Calendar
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
GitHub
APP
Apr 9th at 7:07:11 PM
7:07 PM
3 new commits
3 new commits
pushed to
master
master
by
mihailmihaylovjiminny
mihailmihaylovjiminny
a3a45d3a
a3a45d3a
- JY-20634: Fix legacy sentence segments
eacdcce0
eacdcce0
- JY-20634: Add comments
09c3f776
09c3f776
- Merge pull request #11943 from jiminny/JY-20634-transcription-issue-timings
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
CircleCI
APP
Apr 9th at 7:33:52 PM
7:33 PM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/09/2026 16:33:51
Tag
:
View Job
View Job
Jump to date
New
CircleCI
APP
Today at 11:49:13 AM
11:49 AM
New commits deployed to Prophet Prod-US:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Today at 11:49:35 AM
11:49
New commits deployed to Prophet Prod-EU:
[078d4ed](
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4
) - [JY-20574](
https://jiminny.atlassian.net/browse/JY-20574
https://jiminny.atlassian.net/browse/JY-20574
): panorama pdf add header section (#467) (steliyan-g)
[5301082](
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74
) - [JY-20575](
https://jiminny.atlassian.net/browse/JY-20575
https://jiminny.atlassian.net/browse/JY-20575
): panorama reports absolute links (#466) (steliyan-g)
[11f99de](
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5
) - [JY-20571](
https://jiminny.atlassian.net/browse/JY-20571
https://jiminny.atlassian.net/browse/JY-20571
): Panorama offline reports (#465) (steliyan-g)
[8cf63ce](
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
https://github.com/jiminny/prophet/commit/8cf63cec5153b6e1320e84c67b03977ce6fe4c0c
) - [JY-19982](
https://jiminny.atlassian.net/browse/JY-19982
https://jiminny.atlassian.net/browse/JY-19982
): Allow multiple LLM evals with one command run (#464) (steliyan-g)
loading…
Channel releases
SlackFileEditViewGoHistoryWindowHelpec2-userGDOCKER981DEV (docker)882APP (-zsh)[EMAIL]@73b64f5d54a3:/home/jiminny#[ec2-user@ip-10-30-93-249 ~]$ dockerexec -it $(dockny && bash"root@c78a087b1345:/home/Jiminny# php artisan automated-reports[2026-04-14 10:46:08] staging.INF0: [automated-reports] Started{"correlation_id":"5[2026-04-1410:46:08]staging.INFO: [automated-reports] Checking conditions {"isMondaid":"5c23e861-2ca9-4f92-9f67-773d6bc80ca0","trace_id" :"185df6f6-4327-4609-9cZe-2ab83a[2026-04-14 10:46:08]ab83a0f5432"}staging. INFO: [automated-reports] Processing daily reports{"c[2026-04-1410:46:08]9-9c2e-2ab83a0f5432"}staging.INFO: [automated-reports]Found 3 daily reports to proc[2026-04-1410:46:087daily"staging.INFO: [automated-reports]Dispatching Generate Report j,"type":"ask_jiminny"} {"correlation_id":"5c23e861-2ca9-4f92-9f67-773d6bc80ca®"[2026-04-14 10:46:08]staging.INFO: [automated-reports]Dispatching Generate Report jdaily", "type": "ask_jiminny"} {"correlation_id":"5c23e861-2ca9-4f92-9f67-773d6bc80cab"[2026-04-14 10:46:08]staging. INFO: [automated-reports]daily'", "type" "ask-fiminny"'} ("correlation-id' : 5c2se861-2ca -4792-9f87-773 e8oca[2026-04-14 10:46:08]staging.INFO: [automated-reports]Completed{"correlation_id":root@c78a087b1345:/home/jiminny# phpartisanautomated-reports --report-id 35[2026-04-14 10:48:42] staging.INFO: [automated-reports]Started{"correlation_id":"2[2026-04-1410:48:42]staging.INFO: [automated-reports]Checking conditions {"isMondaid":"246alala-7076-458c-bd7d-49d2f5a2db88","trace_id" : "1f894bf6-e50d-4e99-b635-2aa526[2026-04-14 10:48:42]staging.INFO: [automated-reports]Processing daily reportsaa52627fc27"}{"c[automated-reports] Automated reportfound Test 6[2026-04-1410:48:42]staging.INFO: [automated-reports] Found 1 daily reports to proc9-b635-2aa52627f c27"}[2026-04-14 10:48:42]staging.INF0: [automated-reports]Dispatching Generate Reportdaily","type": "ask_jiminny"} {"correlation_id":"246a1a1a-7076-458c-bd7d-49d2f5a2db88"[2026-04-14 10:48:42]staging.INFO: [automated-reports]Completed {"correlation_id":root@c78a087b1345:/home/jiminny#|+HomeDMsActivityFilesLater.*•More>0 ldl§ Support Daily - in 1h 4 m100% CTue 14 Apr 13:56:12+→Search Jiminny IncJiminny ...+tscnicre# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...# releases8 226 0• Messages@ Files@ Bookmarks+Direct messages3Aneliya Angelova, ...R. Steliyan GeorgievAdelina Petrova, Ili...%. Adelina Petrova Ee Galya Dimitrova "€. Vasil Vasilev0g Nikolay Nikolov "}2 Galya Dimitrova, Ni...2Galya Dimitrova, Ni...P. Nikolay Yankov::: AppsJira CloudToastGooglecale... lsThursday, April 9th~View JobToday ~NewXCircleCl APP 11:49 AMNew commits deployed to Prophet Prod-US:[078d4ed](https://github.com/jiminny/prophet/commit/078d4ed30d869bd52abbc9aec4e6740c088543d4) - [JY-20574](https://jiminny.atlassian.net/browse/JY-20574): panorama pdf add header section(#467) (steliyan-g)(5301082)(https://github.com/jiminny/prophet/commit/5301082487ecdc94fdf10a3b04be5ddf68fafe74) - JY-20575](https://jiminny.atlassian.net/browse/JY-20575): panorama reports absolute links (#466)(steliyan-g)[11f99de](https://github.com/jiminny/prophet/commit/11f99de0e313c9249e2ebc8b256855f58e5bf1f5) - JY-20571](https://jiminny.atlassian.net/browse/JY-20571): Panorama offline reports (#465)(steliyan-g)[8cf63ce]Message #releases+ Аа...
|
12222
|
|
10350
|
204
|
8
|
2026-04-14T08:34:03.060320+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776155643060_m1.jpg...
|
NULL
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• 0DOCKER981DEV (-zsh)882"frame_status":"ok","audio_status": "disabled","last_frame": "2026-04-14T09:44:01+03:00","uptime": 1243.255541917,"fps": 0.254975738544637,"frames": 317APP (-zsh)ec2-user@ip-10-30-...X4}{lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sp-status"status": "healthy""frame_status": "ok""audio_status": "disabled""last_frame": "2026-04-14T10:12:37+03:00","uptime": 2959.307842208,"fps": 0.[CREDIT_CARD],"frames": 929}lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $du -sh ~/.screenpipe887M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $du -sh ~/.screenpipe/*4.0K/Users/Lukas/.screenpipe/config.json308M/Users/lukas/.screenpipe/data561M/Users/lukas/.screenpipe/db.sqlite64K/Users/lukas/.screenpipe/db.sqlite-shm18M/Users/lukas/.screenpipe/db.sqlite-wal24K/Users/lukas/.screenpipe/pipes132K/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log96K72K/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.1og/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log72K/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.1og32K/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $du -sh ~/.screenpipe/*4.0K/Users/lukas/.screenpipe/config.json392M/Users/lukas/.screenpipe/data660M64K/Users/lukas/.screenpipe/db.sqlite/Users/lukas/.screenpipe/db.sqlite-shm15M/Users/lukas/.screenpipe/db.sqlite-wal24K/Users/lukas/.screenpipe/pipes132K/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.1og96K/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log72K/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log72K/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log44K/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano screenpipe.2026-04-13.0.10glukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ I(ablSupport Daily • in 3 h 26 m-zsh-zsh-zsh886-zsh100% <47Tue 14 Apr 11:34:02181O 87* Unable to acce...O x8...
|
NULL
|
8412152838057062036
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• 0DOCKER981DEV (-zsh)882"frame_status":"ok","audio_status": "disabled","last_frame": "2026-04-14T09:44:01+03:00","uptime": 1243.255541917,"fps": 0.254975738544637,"frames": 317APP (-zsh)ec2-user@ip-10-30-...X4}{lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sp-status"status": "healthy""frame_status": "ok""audio_status": "disabled""last_frame": "2026-04-14T10:12:37+03:00","uptime": 2959.307842208,"fps": 0.[CREDIT_CARD],"frames": 929}lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $du -sh ~/.screenpipe887M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $du -sh ~/.screenpipe/*4.0K/Users/Lukas/.screenpipe/config.json308M/Users/lukas/.screenpipe/data561M/Users/lukas/.screenpipe/db.sqlite64K/Users/lukas/.screenpipe/db.sqlite-shm18M/Users/lukas/.screenpipe/db.sqlite-wal24K/Users/lukas/.screenpipe/pipes132K/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log96K72K/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.1og/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log72K/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.1og32K/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $du -sh ~/.screenpipe/*4.0K/Users/lukas/.screenpipe/config.json392M/Users/lukas/.screenpipe/data660M64K/Users/lukas/.screenpipe/db.sqlite/Users/lukas/.screenpipe/db.sqlite-shm15M/Users/lukas/.screenpipe/db.sqlite-wal24K/Users/lukas/.screenpipe/pipes132K/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.1og96K/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log72K/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log72K/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log44K/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano screenpipe.2026-04-13.0.10glukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ I(ablSupport Daily • in 3 h 26 m-zsh-zsh-zsh886-zsh100% <47Tue 14 Apr 11:34:02181O 87* Unable to acce...O x8...
|
10347
|
|
16130
|
NULL
|
0
|
2026-04-14T15:08:43.725767+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179323725_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
41047614020022/25Dark Age-Palisade Gate Built--Cli 41047614020022/25Dark Age-Palisade Gate Built--Click a villager to gather wood from this tree.Goatkovalfklukas (Britons))1007/74 Afonso de Albuquerque: 596/5963 Anawrahta: 586/5868 Vortigern: 579/5796 John the Blind: 576/5761 kovaliklukas: 574/5742 Zhu Di: 565/5657 Humayun: 557/5575 Urus Khan: 550/550...
|
NULL
|
8411882178229979689
|
NULL
|
visual_change
|
ocr
|
NULL
|
41047614020022/25Dark Age-Palisade Gate Built--Cli 41047614020022/25Dark Age-Palisade Gate Built--Click a villager to gather wood from this tree.Goatkovalfklukas (Britons))1007/74 Afonso de Albuquerque: 596/5963 Anawrahta: 586/5868 Vortigern: 579/5796 John the Blind: 576/5761 kovaliklukas: 574/5742 Zhu Di: 565/5657 Humayun: 557/5575 Urus Khan: 550/550...
|
16129
|
|
76267
|
1910
|
3
|
2026-04-24T07:39:01.342781+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777016341342_m2.jpg...
|
PhpStorm
|
faVsco.js – TrackAutomatedReportGeneratedEventTest faVsco.js – TrackAutomatedReportGeneratedEventTest.php...
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
2 files committed
JY-20157 move user pilot trackin 2 files committed
JY-20157 move user pilot tracking changes to separated PR
text/html
text/html
text/html
Edit Commit Message…
Project: faVsco.js, menu
#12011 on JY-20157-AJ-report-not-send-notification, menu
Start Listening for PHP Debug Connections
TrackAutomatedReportGeneratedEventTest
Run 'TrackAutomatedReportGeneratedEventTest'
Debug 'TrackAutomatedReportGeneratedEventTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
9
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Tests\Unit\Listeners\AutomatedReports\UserPilot;
use GuzzleHttp\Exception\GuzzleException;
use Jiminny\Events\AutomatedReports\AutomatedReportGenerated;
use Jiminny\Listeners\AutomatedReports\UserPilot\TrackAutomatedReportGeneratedEvent;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\User;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Jiminny\Services\UserPilot\UserPilotClient;
use PHPUnit\Framework\MockObject\MockObject;
use Tests\TestCase;
class TrackAutomatedReportGeneratedEventTest extends TestCase
{
private UserPilotClient&MockObject $userPilotClient;
private AutomatedReportsService&MockObject $automatedReportsService;
protected function setUp(): void
{
parent::setUp();
$this->userPilotClient = $this->createMock(UserPilotClient::class);
$this->automatedReportsService = $this->createMock(AutomatedReportsService::class);
}
private function makeListener(): TrackAutomatedReportGeneratedEvent
{
return new TrackAutomatedReportGeneratedEvent(
$this->userPilotClient,
$this->automatedReportsService,
);
}
private function makeEvent(AutomatedReport $report): AutomatedReportGenerated
{
return new AutomatedReportGenerated($report);
}
public function testHandleSkipsWhenUserPilotTokenIsNull(): void
{
config(['services.userpilot.token' => null]);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->never())->method('isAskJiminnyReport');
$this->userPilotClient->expects($this->never())->method('track');
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
public function testHandleTracksCreatorForAskJiminnyReport(): void
{
config(['services.userpilot.token' => 'NX-token']);
$creator = $this->createMock(User::class);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(true);
$report->expects($this->once())->method('getCreator')->willReturn($creator);
$report->expects($this->once())->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);
$report->expects($this->once())->method('getFrequency')->willReturn('weekly');
$this->automatedReportsService->expects($this->never())->method('getRecipientUserObjects');
$this->userPilotClient->expects($this->once())
->method('track')
->with(
$creator,
'ask-jiminny-report-generated',
['report_type' => AutomatedReportsService::TYPE_ASK_JIMINNY, 'frequency' => 'weekly']
);
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
public function testHandleSkipsTrackingWhenAskJiminnyCreatorIsNull(): void
{
config(['services.userpilot.token' => 'NX-token']);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(true);
$report->expects($this->once())->method('getCreator')->willReturn(null);
$report->expects($this->once())->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);
$report->expects($this->once())->method('getFrequency')->willReturn('weekly');
$this->userPilotClient->expects($this->never())->method('track');
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
public function testHandleTracksAllRecipientsForExecReport(): void
{
config(['services.userpilot.token' => 'NX-token']);
$userOne = $this->createMock(User::class);
$userTwo = $this->createMock(User::class);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);
$report->expects($this->once())->method('getType')->willReturn('exec_summary');
$report->expects($this->once())->method('getFrequency')->willReturn('monthly');
$this->automatedReportsService->expects($this->once())
->method('getRecipientUserObjects')
->with($report)
->willReturn([$userOne, $userTwo]);
$this->userPilotClient->expects($this->exactly(2))
->method('track')
->willReturnCallback(function ($user, $eventName, $payload) use ($userOne, $userTwo) {
$this->assertTrue($user === $userOne || $user === $userTwo);
$this->assertSame('automated-report-generated', $eventName);
$this->assertSame(['report_type' => 'exec_summary', 'frequency' => 'monthly'], $payload);
return null;
});
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
public function testHandleDoesNotTrackWhenExecReportHasNoRecipients(): void
{
config(['services.userpilot.token' => 'NX-token']);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);
$report->expects($this->once())->method('getType')->willReturn('exec_summary');
$report->expects($this->once())->method('getFrequency')->willReturn('monthly');
$this->automatedReportsService->expects($this->once())
->method('getRecipientUserObjects')
->willReturn([]);
$this->userPilotClient->expects($this->never())->method('track');
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
public function testHandleDoesNotThrowOnGuzzleException(): void
{
config(['services.userpilot.token' => 'NX-token']);
$creator = $this->createMock(User::class);
$report = $this->createMock(AutomatedReport::class);
$report->method('isAskJiminnyReport')->willReturn(true);
$report->method('getCreator')->willReturn($creator);
$report->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);
$report->method('getFrequency')->willReturn('daily');
$guzzleException = $this->createMock(GuzzleException::class);
$this->userPilotClient->expects($this->once())
->method('track')
->with($creator, 'ask-jiminny-report-generated', $this->anything())
->willThrowException($guzzleException);
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
$this->addToAssertionCount(1);
}
public function testHandleTracksAutomatedReportWithSingleRecipient(): void
{
config(['services.userpilot.token' => 'NX-token']);
$user = $this->createMock(User::class);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);
$report->expects($this->once())->method('getType')->willReturn('team_performance');
$report->expects($this->once())->method('getFrequency')->willReturn('daily');
$this->automatedReportsService->expects($this->once())
->method('getRecipientUserObjects')
->with($report)
->willReturn([$user]);
$this->userPilotClient->expects($this->once())
->method('track')
->with(
$user,
'automated-report-generated',
['report_type' => 'team_performance', 'frequency' => 'daily']
);
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
}
Code changed:
Hide
Sync Changes...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"2 files committed","depth":2,"bounds":{"left":0.8753325,"top":0.89944136,"width":0.100398935,"height":0.013567438},"role_description":"text"},{"role":"AXTextField","text":"JY-20157 move user pilot tracking changes to separated PR","depth":3,"bounds":{"left":0.8753325,"top":0.915403,"width":0.11037234,"height":0.027134877},"value":"JY-20157 move user pilot tracking changes to separated PR","help_text":"text/html","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextField","text":"text/html","depth":4,"help_text":"text/html","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextField","text":"text/html","depth":4,"bounds":{"left":0.8753325,"top":0.915403,"width":0.09507979,"height":0.027134877},"help_text":"text/html","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextField","text":"text/html","depth":4,"help_text":"text/html","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Edit Commit Message…","depth":2,"bounds":{"left":0.8753325,"top":0.9481245,"width":0.048204787,"height":0.013567438},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"bounds":{"left":0.25731382,"top":0.019952115,"width":0.03856383,"height":0.025538707},"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"#12011 on JY-20157-AJ-report-not-send-notification, menu","depth":5,"bounds":{"left":0.29587767,"top":0.019952115,"width":0.12134308,"height":0.025538707},"help_text":"Pull request #12011 exists for current branch JY-20157-AJ-report-not-send-notification","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"bounds":{"left":0.796875,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"TrackAutomatedReportGeneratedEventTest","depth":6,"bounds":{"left":0.8121675,"top":0.019952115,"width":0.103390954,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'TrackAutomatedReportGeneratedEventTest'","depth":6,"bounds":{"left":0.9155585,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'TrackAutomatedReportGeneratedEventTest'","depth":6,"bounds":{"left":0.9268617,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"bounds":{"left":0.9381649,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"bounds":{"left":0.96609044,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"bounds":{"left":0.9773936,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"bounds":{"left":0.9886968,"top":0.019952115,"width":0.011303186,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.042220745,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"9","depth":4,"bounds":{"left":0.59541225,"top":0.32322428,"width":0.007978723,"height":0.015163607},"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.6050532,"top":0.3216281,"width":0.00731383,"height":0.018355945},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.61236703,"top":0.3216281,"width":0.006981383,"height":0.018355945},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Tests\\Unit\\Listeners\\AutomatedReports\\UserPilot;\n\nuse GuzzleHttp\\Exception\\GuzzleException;\nuse Jiminny\\Events\\AutomatedReports\\AutomatedReportGenerated;\nuse Jiminny\\Listeners\\AutomatedReports\\UserPilot\\TrackAutomatedReportGeneratedEvent;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\User;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Jiminny\\Services\\UserPilot\\UserPilotClient;\nuse PHPUnit\\Framework\\MockObject\\MockObject;\nuse Tests\\TestCase;\n\nclass TrackAutomatedReportGeneratedEventTest extends TestCase\n{\n private UserPilotClient&MockObject $userPilotClient;\n private AutomatedReportsService&MockObject $automatedReportsService;\n\n protected function setUp(): void\n {\n parent::setUp();\n $this->userPilotClient = $this->createMock(UserPilotClient::class);\n $this->automatedReportsService = $this->createMock(AutomatedReportsService::class);\n }\n\n private function makeListener(): TrackAutomatedReportGeneratedEvent\n {\n return new TrackAutomatedReportGeneratedEvent(\n $this->userPilotClient,\n $this->automatedReportsService,\n );\n }\n\n private function makeEvent(AutomatedReport $report): AutomatedReportGenerated\n {\n return new AutomatedReportGenerated($report);\n }\n\n public function testHandleSkipsWhenUserPilotTokenIsNull(): void\n {\n config(['services.userpilot.token' => null]);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->never())->method('isAskJiminnyReport');\n\n $this->userPilotClient->expects($this->never())->method('track');\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n\n public function testHandleTracksCreatorForAskJiminnyReport(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $creator = $this->createMock(User::class);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(true);\n $report->expects($this->once())->method('getCreator')->willReturn($creator);\n $report->expects($this->once())->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);\n $report->expects($this->once())->method('getFrequency')->willReturn('weekly');\n\n $this->automatedReportsService->expects($this->never())->method('getRecipientUserObjects');\n\n $this->userPilotClient->expects($this->once())\n ->method('track')\n ->with(\n $creator,\n 'ask-jiminny-report-generated',\n ['report_type' => AutomatedReportsService::TYPE_ASK_JIMINNY, 'frequency' => 'weekly']\n );\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n\n public function testHandleSkipsTrackingWhenAskJiminnyCreatorIsNull(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(true);\n $report->expects($this->once())->method('getCreator')->willReturn(null);\n $report->expects($this->once())->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);\n $report->expects($this->once())->method('getFrequency')->willReturn('weekly');\n\n $this->userPilotClient->expects($this->never())->method('track');\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n\n public function testHandleTracksAllRecipientsForExecReport(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $userOne = $this->createMock(User::class);\n $userTwo = $this->createMock(User::class);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);\n $report->expects($this->once())->method('getType')->willReturn('exec_summary');\n $report->expects($this->once())->method('getFrequency')->willReturn('monthly');\n\n $this->automatedReportsService->expects($this->once())\n ->method('getRecipientUserObjects')\n ->with($report)\n ->willReturn([$userOne, $userTwo]);\n\n $this->userPilotClient->expects($this->exactly(2))\n ->method('track')\n ->willReturnCallback(function ($user, $eventName, $payload) use ($userOne, $userTwo) {\n $this->assertTrue($user === $userOne || $user === $userTwo);\n $this->assertSame('automated-report-generated', $eventName);\n $this->assertSame(['report_type' => 'exec_summary', 'frequency' => 'monthly'], $payload);\n\n return null;\n });\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n\n public function testHandleDoesNotTrackWhenExecReportHasNoRecipients(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);\n $report->expects($this->once())->method('getType')->willReturn('exec_summary');\n $report->expects($this->once())->method('getFrequency')->willReturn('monthly');\n\n $this->automatedReportsService->expects($this->once())\n ->method('getRecipientUserObjects')\n ->willReturn([]);\n\n $this->userPilotClient->expects($this->never())->method('track');\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n\n public function testHandleDoesNotThrowOnGuzzleException(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $creator = $this->createMock(User::class);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->method('isAskJiminnyReport')->willReturn(true);\n $report->method('getCreator')->willReturn($creator);\n $report->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);\n $report->method('getFrequency')->willReturn('daily');\n\n $guzzleException = $this->createMock(GuzzleException::class);\n\n $this->userPilotClient->expects($this->once())\n ->method('track')\n ->with($creator, 'ask-jiminny-report-generated', $this->anything())\n ->willThrowException($guzzleException);\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n\n $this->addToAssertionCount(1);\n }\n\n public function testHandleTracksAutomatedReportWithSingleRecipient(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $user = $this->createMock(User::class);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);\n $report->expects($this->once())->method('getType')->willReturn('team_performance');\n $report->expects($this->once())->method('getFrequency')->willReturn('daily');\n\n $this->automatedReportsService->expects($this->once())\n ->method('getRecipientUserObjects')\n ->with($report)\n ->willReturn([$user]);\n\n $this->userPilotClient->expects($this->once())\n ->method('track')\n ->with(\n $user,\n 'automated-report-generated',\n ['report_type' => 'team_performance', 'frequency' => 'daily']\n );\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n}","depth":4,"bounds":{"left":0.3799867,"top":0.0,"width":0.34375,"height":1.0},"value":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Tests\\Unit\\Listeners\\AutomatedReports\\UserPilot;\n\nuse GuzzleHttp\\Exception\\GuzzleException;\nuse Jiminny\\Events\\AutomatedReports\\AutomatedReportGenerated;\nuse Jiminny\\Listeners\\AutomatedReports\\UserPilot\\TrackAutomatedReportGeneratedEvent;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\User;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Jiminny\\Services\\UserPilot\\UserPilotClient;\nuse PHPUnit\\Framework\\MockObject\\MockObject;\nuse Tests\\TestCase;\n\nclass TrackAutomatedReportGeneratedEventTest extends TestCase\n{\n private UserPilotClient&MockObject $userPilotClient;\n private AutomatedReportsService&MockObject $automatedReportsService;\n\n protected function setUp(): void\n {\n parent::setUp();\n $this->userPilotClient = $this->createMock(UserPilotClient::class);\n $this->automatedReportsService = $this->createMock(AutomatedReportsService::class);\n }\n\n private function makeListener(): TrackAutomatedReportGeneratedEvent\n {\n return new TrackAutomatedReportGeneratedEvent(\n $this->userPilotClient,\n $this->automatedReportsService,\n );\n }\n\n private function makeEvent(AutomatedReport $report): AutomatedReportGenerated\n {\n return new AutomatedReportGenerated($report);\n }\n\n public function testHandleSkipsWhenUserPilotTokenIsNull(): void\n {\n config(['services.userpilot.token' => null]);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->never())->method('isAskJiminnyReport');\n\n $this->userPilotClient->expects($this->never())->method('track');\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n\n public function testHandleTracksCreatorForAskJiminnyReport(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $creator = $this->createMock(User::class);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(true);\n $report->expects($this->once())->method('getCreator')->willReturn($creator);\n $report->expects($this->once())->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);\n $report->expects($this->once())->method('getFrequency')->willReturn('weekly');\n\n $this->automatedReportsService->expects($this->never())->method('getRecipientUserObjects');\n\n $this->userPilotClient->expects($this->once())\n ->method('track')\n ->with(\n $creator,\n 'ask-jiminny-report-generated',\n ['report_type' => AutomatedReportsService::TYPE_ASK_JIMINNY, 'frequency' => 'weekly']\n );\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n\n public function testHandleSkipsTrackingWhenAskJiminnyCreatorIsNull(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(true);\n $report->expects($this->once())->method('getCreator')->willReturn(null);\n $report->expects($this->once())->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);\n $report->expects($this->once())->method('getFrequency')->willReturn('weekly');\n\n $this->userPilotClient->expects($this->never())->method('track');\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n\n public function testHandleTracksAllRecipientsForExecReport(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $userOne = $this->createMock(User::class);\n $userTwo = $this->createMock(User::class);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);\n $report->expects($this->once())->method('getType')->willReturn('exec_summary');\n $report->expects($this->once())->method('getFrequency')->willReturn('monthly');\n\n $this->automatedReportsService->expects($this->once())\n ->method('getRecipientUserObjects')\n ->with($report)\n ->willReturn([$userOne, $userTwo]);\n\n $this->userPilotClient->expects($this->exactly(2))\n ->method('track')\n ->willReturnCallback(function ($user, $eventName, $payload) use ($userOne, $userTwo) {\n $this->assertTrue($user === $userOne || $user === $userTwo);\n $this->assertSame('automated-report-generated', $eventName);\n $this->assertSame(['report_type' => 'exec_summary', 'frequency' => 'monthly'], $payload);\n\n return null;\n });\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n\n public function testHandleDoesNotTrackWhenExecReportHasNoRecipients(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);\n $report->expects($this->once())->method('getType')->willReturn('exec_summary');\n $report->expects($this->once())->method('getFrequency')->willReturn('monthly');\n\n $this->automatedReportsService->expects($this->once())\n ->method('getRecipientUserObjects')\n ->willReturn([]);\n\n $this->userPilotClient->expects($this->never())->method('track');\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n\n public function testHandleDoesNotThrowOnGuzzleException(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $creator = $this->createMock(User::class);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->method('isAskJiminnyReport')->willReturn(true);\n $report->method('getCreator')->willReturn($creator);\n $report->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);\n $report->method('getFrequency')->willReturn('daily');\n\n $guzzleException = $this->createMock(GuzzleException::class);\n\n $this->userPilotClient->expects($this->once())\n ->method('track')\n ->with($creator, 'ask-jiminny-report-generated', $this->anything())\n ->willThrowException($guzzleException);\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n\n $this->addToAssertionCount(1);\n }\n\n public function testHandleTracksAutomatedReportWithSingleRecipient(): void\n {\n config(['services.userpilot.token' => 'NX-token']);\n\n $user = $this->createMock(User::class);\n\n $report = $this->createMock(AutomatedReport::class);\n $report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);\n $report->expects($this->once())->method('getType')->willReturn('team_performance');\n $report->expects($this->once())->method('getFrequency')->willReturn('daily');\n\n $this->automatedReportsService->expects($this->once())\n ->method('getRecipientUserObjects')\n ->with($report)\n ->willReturn([$user]);\n\n $this->userPilotClient->expects($this->once())\n ->method('track')\n ->with(\n $user,\n 'automated-report-generated',\n ['report_type' => 'team_performance', 'frequency' => 'daily']\n );\n\n $listener = $this->makeListener();\n $listener->handle($this->makeEvent($report));\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.042220745,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8411209987128727906
|
8404748264376863642
|
click
|
accessibility
|
NULL
|
2 files committed
JY-20157 move user pilot trackin 2 files committed
JY-20157 move user pilot tracking changes to separated PR
text/html
text/html
text/html
Edit Commit Message…
Project: faVsco.js, menu
#12011 on JY-20157-AJ-report-not-send-notification, menu
Start Listening for PHP Debug Connections
TrackAutomatedReportGeneratedEventTest
Run 'TrackAutomatedReportGeneratedEventTest'
Debug 'TrackAutomatedReportGeneratedEventTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
9
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Tests\Unit\Listeners\AutomatedReports\UserPilot;
use GuzzleHttp\Exception\GuzzleException;
use Jiminny\Events\AutomatedReports\AutomatedReportGenerated;
use Jiminny\Listeners\AutomatedReports\UserPilot\TrackAutomatedReportGeneratedEvent;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\User;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Jiminny\Services\UserPilot\UserPilotClient;
use PHPUnit\Framework\MockObject\MockObject;
use Tests\TestCase;
class TrackAutomatedReportGeneratedEventTest extends TestCase
{
private UserPilotClient&MockObject $userPilotClient;
private AutomatedReportsService&MockObject $automatedReportsService;
protected function setUp(): void
{
parent::setUp();
$this->userPilotClient = $this->createMock(UserPilotClient::class);
$this->automatedReportsService = $this->createMock(AutomatedReportsService::class);
}
private function makeListener(): TrackAutomatedReportGeneratedEvent
{
return new TrackAutomatedReportGeneratedEvent(
$this->userPilotClient,
$this->automatedReportsService,
);
}
private function makeEvent(AutomatedReport $report): AutomatedReportGenerated
{
return new AutomatedReportGenerated($report);
}
public function testHandleSkipsWhenUserPilotTokenIsNull(): void
{
config(['services.userpilot.token' => null]);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->never())->method('isAskJiminnyReport');
$this->userPilotClient->expects($this->never())->method('track');
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
public function testHandleTracksCreatorForAskJiminnyReport(): void
{
config(['services.userpilot.token' => 'NX-token']);
$creator = $this->createMock(User::class);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(true);
$report->expects($this->once())->method('getCreator')->willReturn($creator);
$report->expects($this->once())->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);
$report->expects($this->once())->method('getFrequency')->willReturn('weekly');
$this->automatedReportsService->expects($this->never())->method('getRecipientUserObjects');
$this->userPilotClient->expects($this->once())
->method('track')
->with(
$creator,
'ask-jiminny-report-generated',
['report_type' => AutomatedReportsService::TYPE_ASK_JIMINNY, 'frequency' => 'weekly']
);
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
public function testHandleSkipsTrackingWhenAskJiminnyCreatorIsNull(): void
{
config(['services.userpilot.token' => 'NX-token']);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(true);
$report->expects($this->once())->method('getCreator')->willReturn(null);
$report->expects($this->once())->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);
$report->expects($this->once())->method('getFrequency')->willReturn('weekly');
$this->userPilotClient->expects($this->never())->method('track');
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
public function testHandleTracksAllRecipientsForExecReport(): void
{
config(['services.userpilot.token' => 'NX-token']);
$userOne = $this->createMock(User::class);
$userTwo = $this->createMock(User::class);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);
$report->expects($this->once())->method('getType')->willReturn('exec_summary');
$report->expects($this->once())->method('getFrequency')->willReturn('monthly');
$this->automatedReportsService->expects($this->once())
->method('getRecipientUserObjects')
->with($report)
->willReturn([$userOne, $userTwo]);
$this->userPilotClient->expects($this->exactly(2))
->method('track')
->willReturnCallback(function ($user, $eventName, $payload) use ($userOne, $userTwo) {
$this->assertTrue($user === $userOne || $user === $userTwo);
$this->assertSame('automated-report-generated', $eventName);
$this->assertSame(['report_type' => 'exec_summary', 'frequency' => 'monthly'], $payload);
return null;
});
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
public function testHandleDoesNotTrackWhenExecReportHasNoRecipients(): void
{
config(['services.userpilot.token' => 'NX-token']);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);
$report->expects($this->once())->method('getType')->willReturn('exec_summary');
$report->expects($this->once())->method('getFrequency')->willReturn('monthly');
$this->automatedReportsService->expects($this->once())
->method('getRecipientUserObjects')
->willReturn([]);
$this->userPilotClient->expects($this->never())->method('track');
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
public function testHandleDoesNotThrowOnGuzzleException(): void
{
config(['services.userpilot.token' => 'NX-token']);
$creator = $this->createMock(User::class);
$report = $this->createMock(AutomatedReport::class);
$report->method('isAskJiminnyReport')->willReturn(true);
$report->method('getCreator')->willReturn($creator);
$report->method('getType')->willReturn(AutomatedReportsService::TYPE_ASK_JIMINNY);
$report->method('getFrequency')->willReturn('daily');
$guzzleException = $this->createMock(GuzzleException::class);
$this->userPilotClient->expects($this->once())
->method('track')
->with($creator, 'ask-jiminny-report-generated', $this->anything())
->willThrowException($guzzleException);
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
$this->addToAssertionCount(1);
}
public function testHandleTracksAutomatedReportWithSingleRecipient(): void
{
config(['services.userpilot.token' => 'NX-token']);
$user = $this->createMock(User::class);
$report = $this->createMock(AutomatedReport::class);
$report->expects($this->exactly(2))->method('isAskJiminnyReport')->willReturn(false);
$report->expects($this->once())->method('getType')->willReturn('team_performance');
$report->expects($this->once())->method('getFrequency')->willReturn('daily');
$this->automatedReportsService->expects($this->once())
->method('getRecipientUserObjects')
->with($report)
->willReturn([$user]);
$this->userPilotClient->expects($this->once())
->method('track')
->with(
$user,
'automated-report-generated',
['report_type' => 'team_performance', 'frequency' => 'daily']
);
$listener = $this->makeListener();
$listener->handle($this->makeEvent($report));
}
}
Code changed:
Hide
Sync Changes...
|
76264
|
|
54369
|
1174
|
41
|
2026-04-20T08:56:40.210103+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-20/1776 /Users/lukas/.screenpipe/data/data/2026-04-20/1776675400210_m2.jpg...
|
Firefox
|
Jiminny — Work
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Add bookmark
Name
Jiminny
URL
https://app.jiminny. Add bookmark
Name
Jiminny
URL
https://app.jiminny.com/dashboard
Location
Location
Show all the bookmarks folders
Tags
Tags
Show all tags
Use tags to organize and search for bookmarks from the address bar
Keyword
Keyword
Use a single keyword to open bookmarks directly from the address bar
Cancel
Save...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Add bookmark","depth":8,"bounds":{"left":0.4253657,"top":0.060654428,"width":0.030585106,"height":0.012769354},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Name","depth":7,"bounds":{"left":0.41871676,"top":0.08858739,"width":0.011635638,"height":0.012769354},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Jiminny","depth":6,"bounds":{"left":0.41871676,"top":0.10454908,"width":0.16223404,"height":0.025538707},"value":"Jiminny","help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"URL","depth":7,"bounds":{"left":0.41871676,"top":0.14325619,"width":0.00831117,"height":0.012769354},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"https://app.jiminny.com/dashboard","depth":6,"bounds":{"left":0.41871676,"top":0.15921788,"width":0.16223404,"height":0.025538707},"value":"https://app.jiminny.com/dashboard","help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Location","depth":7,"bounds":{"left":0.41871676,"top":0.19752593,"width":0.017121011,"height":0.012769354},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXPopUpButton","text":"Location","depth":6,"bounds":{"left":0.41871676,"top":0.21348763,"width":0.1462766,"height":0.025538707},"help_text":"","role_description":"pop up button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Show all the bookmarks folders","depth":6,"bounds":{"left":0.5703125,"top":0.21348763,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Tags","depth":7,"bounds":{"left":0.41871676,"top":0.25219473,"width":0.009474734,"height":0.012769354},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Tags","depth":6,"bounds":{"left":0.41871676,"top":0.26815644,"width":0.1462766,"height":0.025538707},"placeholder":"Separate tags with commas","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show all tags","depth":6,"bounds":{"left":0.5703125,"top":0.26815644,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Use tags to organize and search for bookmarks from the address bar","depth":7,"bounds":{"left":0.42004654,"top":0.29688746,"width":0.12616356,"height":0.011173184},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Keyword","depth":7,"bounds":{"left":0.41871676,"top":0.32402235,"width":0.017287234,"height":0.012769354},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Keyword","depth":6,"bounds":{"left":0.41871676,"top":0.33998403,"width":0.16223404,"height":0.025538707},"role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Use a single keyword to open bookmarks directly from the address bar","depth":7,"bounds":{"left":0.42004654,"top":0.36871508,"width":0.12965426,"height":0.011173184},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Cancel","depth":6,"bounds":{"left":0.53523934,"top":0.396249,"width":0.023603724,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Save","depth":6,"bounds":{"left":0.56150264,"top":0.396249,"width":0.019448139,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
8411200240572194188
|
8866615972966119946
|
visual_change
|
accessibility
|
NULL
|
Add bookmark
Name
Jiminny
URL
https://app.jiminny. Add bookmark
Name
Jiminny
URL
https://app.jiminny.com/dashboard
Location
Location
Show all the bookmarks folders
Tags
Tags
Show all tags
Use tags to organize and search for bookmarks from the address bar
Keyword
Keyword
Use a single keyword to open bookmarks directly from the address bar
Cancel
Save...
|
54368
|
|
75736
|
1887
|
60
|
2026-04-24T06:45:52.681024+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777013152681_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
True
|
meet.google.com/agt-teir-cwt?authuser=lukas.kovali meet.google.com/agt-teir-cwt?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
People
3
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Nikolay Nikolov
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Stefka Stoyanova
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Lukas Kovalik
Others might see more of your background. Click to view your full video.
9:45
AM
Daily - Platform
Daily - Platform
Audio settings
Turn on microphone
Video settings
Turn off camera
Share screen
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools
Microphone: LakyLak bose qc35 II
Speaker: System Default Speaker Device
Settings
Stefka Stoyanova joined...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"People","depth":15,"bounds":{"left":0.88680553,"top":0.08722222,"width":0.04097222,"height":0.04},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"3","depth":22,"bounds":{"left":0.9145833,"top":0.09888889,"width":0.0048611113,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Take notes with Gemini","depth":14,"bounds":{"left":0.93333334,"top":0.08722222,"width":0.025,"height":0.04},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Take notes with Gemini","depth":17,"bounds":{"left":0.9361111,"top":0.09888889,"width":0.06388891,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":22,"bounds":{"left":0.96666664,"top":0.09888889,"width":0.028125,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":21,"bounds":{"left":0.96458334,"top":0.08833333,"width":0.023611112,"height":0.037777778},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Pop out this video More screens are more fun. Play this video while you do other things.","depth":15,"bounds":{"left":0.41180557,"top":0.61444443,"width":0.14652778,"height":0.08888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pop out this video","depth":17,"bounds":{"left":0.5559028,"top":0.6288889,"width":0.08090278,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"More screens are more fun. Play this video while you do other things.","depth":16,"bounds":{"left":0.53368056,"top":0.625,"width":0.11076389,"height":0.05666667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":17,"bounds":{"left":0.05659722,"top":0.8183333,"width":0.07847222,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pop out this video More screens are more fun. Play this video while you do other things.","depth":15,"bounds":{"left":0.7277778,"top":0.61444443,"width":0.14652778,"height":0.08888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pop out this video","depth":17,"bounds":{"left":0.871875,"top":0.6288889,"width":0.08090278,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"More screens are more fun. Play this video while you do other things.","depth":16,"bounds":{"left":0.84965277,"top":0.625,"width":0.11076389,"height":0.05666667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Stefka Stoyanova","depth":17,"bounds":{"left":0.37395832,"top":0.8183333,"width":0.088194445,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pop out this video More screens are more fun. Play this video while you do other things.","depth":15,"bounds":{"left":0.4763889,"top":0.61444443,"width":0.14652778,"height":0.08888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pop out this video","depth":17,"bounds":{"left":0.39791667,"top":0.6288889,"width":0.08090278,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"More screens are more fun. Play this video while you do other things.","depth":16,"bounds":{"left":0.39027777,"top":0.625,"width":0.11076389,"height":0.05666667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.69131947,"top":0.8183333,"width":0.06875,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Others might see more of your background. Click to view your full video.","depth":14,"bounds":{"left":0.9614583,"top":0.8138889,"width":0.019444445,"height":0.031111112},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"9:45","depth":12,"bounds":{"left":0.050347224,"top":0.9444444,"width":0.022569444,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AM","depth":12,"bounds":{"left":0.07638889,"top":0.9444444,"width":0.017708333,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Daily - Platform","depth":12,"bounds":{"left":0.11145833,"top":0.9111111,"width":0.08055556,"height":0.08888888},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Daily - Platform","depth":15,"bounds":{"left":0.11145833,"top":0.9444444,"width":0.08055556,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Audio settings","depth":13,"bounds":{"left":0.32118055,"top":0.9288889,"width":0.06111111,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXButton","text":"Turn on microphone","depth":13,"bounds":{"left":0.34895834,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Video settings","depth":13,"bounds":{"left":0.38784721,"top":0.9288889,"width":0.06111111,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off camera","depth":13,"bounds":{"left":0.415625,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share screen","depth":12,"bounds":{"left":0.45451388,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Send a reaction","depth":12,"bounds":{"left":0.49895832,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn on captions","depth":13,"bounds":{"left":0.5434028,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Raise hand (ctrl + ⌘ + h)","depth":12,"bounds":{"left":0.58784723,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options","depth":12,"bounds":{"left":0.6322917,"top":0.9288889,"width":0.025,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Leave call","depth":12,"bounds":{"left":0.6628472,"top":0.9288889,"width":0.05,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Meeting details","depth":12,"bounds":{"left":0.89166665,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Chat with everyone","depth":12,"bounds":{"left":0.925,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Meeting tools","depth":12,"bounds":{"left":0.9583333,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Microphone: LakyLak bose qc35 II","depth":12,"bounds":{"left":0.32395834,"top":0.8666667,"width":0.14965278,"height":0.035555556},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Speaker: System Default Speaker Device","depth":12,"bounds":{"left":0.47916666,"top":0.8666667,"width":0.19756944,"height":0.035555556},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Settings","depth":11,"bounds":{"left":0.6822917,"top":0.8622222,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Stefka Stoyanova joined","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
8411092673595974210
|
-6462410940741387468
|
click
|
accessibility
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
People
3
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Nikolay Nikolov
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Stefka Stoyanova
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Lukas Kovalik
Others might see more of your background. Click to view your full video.
9:45
AM
Daily - Platform
Daily - Platform
Audio settings
Turn on microphone
Video settings
Turn off camera
Share screen
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools
Microphone: LakyLak bose qc35 II
Speaker: System Default Speaker Device
Settings
Stefka Stoyanova joined...
|
75735
|
|
70300
|
1643
|
3
|
2026-04-22T10:05:30.440201+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-22/1776 /Users/lukas/.screenpipe/data/data/2026-04-22/1776852330440_m2.jpg...
|
Slack
|
releases (Channel) - Jiminny Inc - Slack
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
c-learning-people
confusion-clinic
curiosity_lab
deal-insights-dev
engineering
frontend
general
infra-changes
jiminny-bg
people-with-copilot-licences
people-with-zoom-phone-licences
platform-team
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Nikolay Yankov
Nikolay Nikolov
Aneliya Angelova
Mario Georgiev
Todor Stamatov
Gabriela Dureva
Petko Kashinski
Vasil Vasilev
Galya Dimitrova
Stefka Stoyanova
Stoyan Tomov
Stoyan Tanev
Nikolay Ivanov
Ves
Jira Cloud
Toast
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
CircleCI
APP
Yesterday at 5:56:28 PM
5:56 PM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/21/2026 14:56:28
Tag
:
View Job
View Job
Jump to date
GitHub
APP
Today at 10:59:13 AM
10:59 AM
20 new commits
20 new commits
pushed to
master
master
by
nikolay-yankov
nikolay-yankov
7819c3f7
7819c3f7
- Merge branch 'JY-18909-automated-reports-ask-jiminny' into JY-20543-AJ-report-tracking
052f2f16
052f2f16
- Merge pull request #11932 from jiminny/JY-20543-AJ-report-tracking
58cd7d56
58cd7d56
- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny
2d2eb535
2d2eb535
- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny
fbc719af
fbc719af
- Add ExpiringCell component for displaying expiration dates and integrate it into grid configuration
Show more
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
CircleCI
APP
Today at 11:21:00 AM
11:21 AM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/22/2026 08:21:00
Tag
:
View Job
View Job
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
New
GitHub
APP
Today at 1:03:21 PM
1:03 PM
2 new commits
2 new commits
pushed to
master
master
by
yalokin-jiminny
yalokin-jiminny
03e78198
03e78198
- JY-20723 | remove job modified visibility
0dd5b239
0dd5b239
- JY-20723 | remove job delay for webhooks
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Search for: datadog, 1 of 4 suggestions
Channel releases...
|
[{"role":"AXPopUpButton","text [{"role":"AXPopUpButton","text":"Switch workspaces… (Jiminny Inc) Has new messages","depth":14,"bounds":{"left":0.0056515955,"top":0.058260176,"width":0.011968086,"height":0.028731046},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Home","depth":14,"bounds":{"left":0.0029920214,"top":0.10055866,"width":0.017287234,"height":0.054269753},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Home","depth":16,"bounds":{"left":0.0066489363,"top":0.13806863,"width":0.009973404,"height":0.0103751},"role_description":"text"},{"role":"AXRadioButton","text":"DMs","depth":14,"bounds":{"left":0.0029920214,"top":0.15482841,"width":0.017287234,"height":0.054269753},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DMs","depth":16,"bounds":{"left":0.0076462766,"top":0.19233839,"width":0.007978723,"height":0.0103751},"role_description":"text"},{"role":"AXRadioButton","text":"Activity","depth":14,"bounds":{"left":0.0029920214,"top":0.20909816,"width":0.017287234,"height":0.054269753},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Activity","depth":16,"bounds":{"left":0.004986702,"top":0.24660814,"width":0.012965426,"height":0.0103751},"role_description":"text"},{"role":"AXRadioButton","text":"Files","depth":14,"bounds":{"left":0.0029920214,"top":0.26336792,"width":0.017287234,"height":0.054269753},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Files","depth":16,"bounds":{"left":0.0076462766,"top":0.3008779,"width":0.0076462766,"height":0.0103751},"role_description":"text"},{"role":"AXRadioButton","text":"Later","depth":14,"bounds":{"left":0.0029920214,"top":0.31763768,"width":0.017287234,"height":0.054269753},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Later","depth":16,"bounds":{"left":0.00731383,"top":0.35514766,"width":0.008643617,"height":0.0103751},"role_description":"text"},{"role":"AXRadioButton","text":"More…","depth":14,"bounds":{"left":0.0029920214,"top":0.3719074,"width":0.017287234,"height":0.054269753},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More","depth":16,"bounds":{"left":0.006981383,"top":0.4094174,"width":0.008976064,"height":0.0103751},"role_description":"text"},{"role":"AXStaticText","text":"Unreads","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Threads","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Huddles","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Drafts & sent","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Directories","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"jiminny-x-integration-app","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"platform-inner-team","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"ai-chapter","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"alerts","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"backend","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"c-learning-people","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"confusion-clinic","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"curiosity_lab","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"deal-insights-dev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"engineering","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"frontend","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"general","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"infra-changes","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"jiminny-bg","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"people-with-copilot-licences","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"people-with-zoom-phone-licences","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"platform-team","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"platform-tickets","depth":23,"bounds":{"left":0.042220745,"top":0.09177973,"width":0.034906916,"height":0.003990423},"role_description":"text"},{"role":"AXStaticText","text":"product_launches","depth":23,"bounds":{"left":0.042220745,"top":0.103751,"width":0.03856383,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"random","depth":23,"bounds":{"left":0.042220745,"top":0.12609737,"width":0.01662234,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"releases","depth":24,"bounds":{"left":0.042220745,"top":0.14844373,"width":0.01761968,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"sofia-office","depth":23,"bounds":{"left":0.042220745,"top":0.1707901,"width":0.024268618,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"support","depth":23,"bounds":{"left":0.042220745,"top":0.19313647,"width":0.016954787,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"thank-yous","depth":23,"bounds":{"left":0.042220745,"top":0.21548285,"width":0.024268618,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"the_people_of_jiminny","depth":23,"bounds":{"left":0.042220745,"top":0.23782921,"width":0.04488032,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Aneliya Angelova","depth":23,"bounds":{"left":0.042220745,"top":0.2905028,"width":0.03756649,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"bounds":{"left":0.07945479,"top":0.2905028,"width":0.0063164895,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"bounds":{"left":0.08211436,"top":0.2905028,"width":0.014295213,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"bounds":{"left":0.09607713,"top":0.30806065,"width":0.0003324468,"height":0.0007980846},"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"bounds":{"left":0.09607713,"top":0.30806065,"width":0.0003324468,"height":0.0007980846},"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"bounds":{"left":0.042220745,"top":0.31284916,"width":0.032912236,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":23,"bounds":{"left":0.042220745,"top":0.33519554,"width":0.034242023,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Aneliya Angelova","depth":23,"bounds":{"left":0.042220745,"top":0.3575419,"width":0.03756649,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Mario Georgiev","depth":23,"bounds":{"left":0.042220745,"top":0.37988827,"width":0.033909574,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Todor Stamatov","depth":23,"bounds":{"left":0.042220745,"top":0.40223464,"width":0.034242023,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Gabriela Dureva","depth":23,"bounds":{"left":0.042220745,"top":0.424581,"width":0.03523936,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Petko Kashinski","depth":23,"bounds":{"left":0.042220745,"top":0.44692737,"width":0.034242023,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Vasil Vasilev","depth":23,"bounds":{"left":0.042220745,"top":0.46927375,"width":0.026263298,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"bounds":{"left":0.042220745,"top":0.49162012,"width":0.034906916,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Stefka Stoyanova","depth":23,"bounds":{"left":0.042220745,"top":0.5139665,"width":0.03756649,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Stoyan Tomov","depth":23,"bounds":{"left":0.042220745,"top":0.5363129,"width":0.030585106,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Stoyan Tanev","depth":23,"bounds":{"left":0.042220745,"top":0.5586592,"width":0.028922873,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Ivanov","depth":23,"bounds":{"left":0.042220745,"top":0.5810056,"width":0.031914894,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Ves","depth":23,"bounds":{"left":0.042220745,"top":0.60335195,"width":0.0076462766,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Jira Cloud","depth":23,"bounds":{"left":0.042220745,"top":0.6560255,"width":0.021609042,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Toast","depth":23,"bounds":{"left":0.042220745,"top":0.6783719,"width":0.011635638,"height":0.014365523},"role_description":"text"},{"role":"AXRadioButton","text":"Messages","depth":17,"bounds":{"left":0.10206117,"top":0.09177973,"width":0.030585106,"height":0.030327214},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Messages","depth":19,"bounds":{"left":0.111369684,"top":0.10055866,"width":0.01861702,"height":0.012769354},"role_description":"text"},{"role":"AXRadioButton","text":"Files","depth":17,"bounds":{"left":0.13397606,"top":0.09177973,"width":0.020944148,"height":0.030327214},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Files","depth":19,"bounds":{"left":0.14328457,"top":0.10055866,"width":0.008976064,"height":0.012769354},"role_description":"text"},{"role":"AXRadioButton","text":"Bookmarks","depth":17,"bounds":{"left":0.15591756,"top":0.09177973,"width":0.033909574,"height":0.030327214},"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bookmarks","depth":19,"bounds":{"left":0.16522606,"top":0.10055866,"width":0.021941489,"height":0.012769354},"role_description":"text"},{"role":"AXPopUpButton","text":"Add and Edit Channel Tabs","depth":17,"bounds":{"left":0.19115691,"top":0.09177973,"width":0.010638298,"height":0.030327214},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Canvas","depth":17,"bounds":{"left":0.096409574,"top":0.0518755,"width":0.015625,"height":0.0007980846},"role_description":"text"},{"role":"AXStaticText","text":"List","depth":17,"bounds":{"left":0.096409574,"top":0.0518755,"width":0.0076462766,"height":0.0007980846},"role_description":"text"},{"role":"AXStaticText","text":"Folder","depth":17,"bounds":{"left":0.096409574,"top":0.0518755,"width":0.013962766,"height":0.0007980846},"role_description":"text"},{"role":"AXPopUpButton","text":"Jump to date","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"CircleCI","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXLink","text":"Yesterday at 5:56:28 PM","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"5:56 PM","depth":24,"role_description":"text"},{"role":"AXHeading","text":"Deployment Successful! tada emoji","depth":23,"role_description":"heading"},{"role":"AXStaticText","text":"Deployment Successful!","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"Project","depth":24,"role_description":"text"},{"role":"AXStaticText","text":": app","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"When","depth":24,"role_description":"text"},{"role":"AXStaticText","text":": 04/21/2026 14:56:28","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Tag","depth":24,"role_description":"text"},{"role":"AXStaticText","text":":","depth":24,"role_description":"text"},{"role":"AXButton","text":"View Job","depth":24,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"View Job","depth":26,"role_description":"text"},{"role":"AXPopUpButton","text":"Jump to date","depth":22,"bounds":{"left":0.15026596,"top":0.12689546,"width":0.025265958,"height":0.022346368},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"GitHub","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXLink","text":"Today at 10:59:13 AM","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"10:59 AM","depth":24,"role_description":"text"},{"role":"AXLink","text":"20 new commits","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"20 new commits","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"pushed to","depth":23,"role_description":"text"},{"role":"AXLink","text":"master","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"master","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"by","depth":23,"role_description":"text"},{"role":"AXLink","text":"nikolay-yankov","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"nikolay-yankov","depth":24,"role_description":"text"},{"role":"AXLink","text":"7819c3f7","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"7819c3f7","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- Merge branch 'JY-18909-automated-reports-ask-jiminny' into JY-20543-AJ-report-tracking","depth":25,"role_description":"text"},{"role":"AXLink","text":"052f2f16","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"052f2f16","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- Merge pull request #11932 from jiminny/JY-20543-AJ-report-tracking","depth":25,"bounds":{"left":0.12333777,"top":0.11572227,"width":0.09242021,"height":0.012769354},"role_description":"text"},{"role":"AXLink","text":"58cd7d56","depth":26,"bounds":{"left":0.124667555,"top":0.13407822,"width":0.019281914,"height":0.011971269},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"58cd7d56","depth":27,"bounds":{"left":0.124667555,"top":0.13407822,"width":0.019281914,"height":0.011971269},"role_description":"text"},{"role":"AXStaticText","text":"- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny","depth":25,"bounds":{"left":0.12333777,"top":0.13168396,"width":0.09275266,"height":0.031923383},"role_description":"text"},{"role":"AXLink","text":"2d2eb535","depth":26,"bounds":{"left":0.124667555,"top":0.16919394,"width":0.019281914,"height":0.011971269},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"2d2eb535","depth":27,"bounds":{"left":0.124667555,"top":0.16919394,"width":0.019281914,"height":0.011971269},"role_description":"text"},{"role":"AXStaticText","text":"- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny","depth":25,"bounds":{"left":0.12333777,"top":0.16679968,"width":0.09275266,"height":0.031923383},"role_description":"text"},{"role":"AXLink","text":"fbc719af","depth":26,"bounds":{"left":0.124667555,"top":0.20430966,"width":0.019281914,"height":0.011971269},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"fbc719af","depth":27,"bounds":{"left":0.124667555,"top":0.20430966,"width":0.019281914,"height":0.011971269},"role_description":"text"},{"role":"AXStaticText","text":"- Add ExpiringCell component for displaying expiration dates and integrate it into grid configuration","depth":25,"bounds":{"left":0.12333777,"top":0.2019154,"width":0.08843085,"height":0.049481247},"role_description":"text"},{"role":"AXButton","text":"Show more","depth":25,"bounds":{"left":0.12333777,"top":0.2529928,"width":0.024601065,"height":0.017557861},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"jiminny/app","depth":25,"bounds":{"left":0.1299867,"top":0.2745411,"width":0.020611702,"height":0.011173184},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"jiminny/app","depth":26,"bounds":{"left":0.1299867,"top":0.2745411,"width":0.020611702,"height":0.011173184},"role_description":"text"},{"role":"AXStaticText","text":"|","depth":25,"bounds":{"left":0.15026596,"top":0.2745411,"width":0.0033244682,"height":0.011173184},"role_description":"text"},{"role":"AXStaticText","text":"Added by","depth":25,"bounds":{"left":0.15325798,"top":0.2745411,"width":0.017952127,"height":0.011173184},"role_description":"text"},{"role":"AXLink","text":"GitHub","depth":25,"bounds":{"left":0.17087767,"top":0.2745411,"width":0.012965426,"height":0.011173184},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"GitHub","depth":26,"bounds":{"left":0.17087767,"top":0.2745411,"width":0.012965426,"height":0.011173184},"role_description":"text"},{"role":"AXButton","text":"CircleCI","depth":23,"bounds":{"left":0.11801862,"top":0.29768556,"width":0.01761968,"height":0.017557861},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"bounds":{"left":0.13796543,"top":0.30167598,"width":0.0066489363,"height":0.009577015},"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"bounds":{"left":0.14527926,"top":0.29928172,"width":0.0026595744,"height":0.014365523},"role_description":"text"},{"role":"AXLink","text":"Today at 11:21:00 AM","depth":23,"bounds":{"left":0.14793883,"top":0.30167598,"width":0.01761968,"height":0.011173184},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11:21 AM","depth":24,"bounds":{"left":0.14793883,"top":0.30167598,"width":0.01761968,"height":0.011173184},"role_description":"text"},{"role":"AXHeading","text":"Deployment Successful! tada emoji","depth":23,"bounds":{"left":0.11801862,"top":0.31843576,"width":0.1043883,"height":0.017557861},"role_description":"heading"},{"role":"AXStaticText","text":"Deployment Successful!","depth":25,"bounds":{"left":0.11801862,"top":0.3200319,"width":0.054853722,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"Project","depth":24,"bounds":{"left":0.11801862,"top":0.3471668,"width":0.015957447,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":": app","depth":24,"bounds":{"left":0.13364361,"top":0.3471668,"width":0.010970744,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"When","depth":24,"bounds":{"left":0.15359043,"top":0.3471668,"width":0.013630319,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":": 04/22/2026 08:21:00","depth":24,"bounds":{"left":0.15359043,"top":0.3471668,"width":0.027593086,"height":0.049481247},"role_description":"text"},{"role":"AXStaticText","text":"Tag","depth":24,"bounds":{"left":0.11801862,"top":0.39984038,"width":0.0076462766,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":":","depth":24,"bounds":{"left":0.12533244,"top":0.39984038,"width":0.0016622341,"height":0.014365523},"role_description":"text"},{"role":"AXButton","text":"View Job","depth":24,"bounds":{"left":0.11801862,"top":0.42857143,"width":0.023271276,"height":0.022346368},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"View Job","depth":26,"bounds":{"left":0.12101064,"top":0.43256184,"width":0.017287234,"height":0.012769354},"role_description":"text"},{"role":"AXCheckBox","text":"React with white_check_mark","depth":25,"bounds":{"left":0.13730054,"top":0.28411812,"width":0.010638298,"height":0.025538707},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with eyes","depth":25,"bounds":{"left":0.14793883,"top":0.28411812,"width":0.010638298,"height":0.025538707},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with raised_hands","depth":25,"bounds":{"left":0.15857713,"top":0.28411812,"width":0.010638298,"height":0.025538707},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Add reaction…","depth":25,"bounds":{"left":0.16921543,"top":0.28411812,"width":0.010638298,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Reply in thread","depth":25,"bounds":{"left":0.17985372,"top":0.28411812,"width":0.010638298,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward message…","depth":25,"bounds":{"left":0.22340426,"top":0.28411812,"width":0.0003324468,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Save for later","depth":25,"bounds":{"left":0.22340426,"top":0.28411812,"width":0.0003324468,"height":0.025538707},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More actions","depth":25,"bounds":{"left":0.22340426,"top":0.28411812,"width":0.0003324468,"height":0.025538707},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New","depth":21,"bounds":{"left":0.21343085,"top":0.4501197,"width":0.00930851,"height":0.012769354},"role_description":"text"},{"role":"AXButton","text":"GitHub","depth":23,"bounds":{"left":0.11801862,"top":0.46049482,"width":0.016289894,"height":0.017557861},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"bounds":{"left":0.13663563,"top":0.46448523,"width":0.0066489363,"height":0.009577015},"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"bounds":{"left":0.14394946,"top":0.46209097,"width":0.0026595744,"height":0.014365523},"role_description":"text"},{"role":"AXLink","text":"Today at 1:03:21 PM","depth":23,"bounds":{"left":0.14660904,"top":0.46448523,"width":0.015292553,"height":0.011173184},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"1:03 PM","depth":24,"bounds":{"left":0.14660904,"top":0.46448523,"width":0.015292553,"height":0.011173184},"role_description":"text"},{"role":"AXLink","text":"2 new commits","depth":23,"bounds":{"left":0.11801862,"top":0.47964883,"width":0.03324468,"height":0.014365523},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"2 new commits","depth":24,"bounds":{"left":0.11801862,"top":0.47964883,"width":0.03324468,"height":0.014365523},"role_description":"text"},{"role":"AXStaticText","text":"pushed to","depth":23,"bounds":{"left":0.15093085,"top":0.47964883,"width":0.024601065,"height":0.014365523},"role_description":"text"},{"role":"AXLink","text":"master","depth":24,"bounds":{"left":0.1768617,"top":0.4820431,"width":0.014295213,"height":0.011971269},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"master","depth":25,"bounds":{"left":0.1768617,"top":0.4820431,"width":0.014295213,"height":0.011971269},"role_description":"text"},{"role":"AXStaticText","text":"by","depth":23,"bounds":{"left":0.1924867,"top":0.47964883,"width":0.0076462766,"height":0.014365523},"role_description":"text"},{"role":"AXLink","text":"yalokin-jiminny","depth":23,"bounds":{"left":0.11801862,"top":0.47964883,"width":0.09940159,"height":0.031923383},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"yalokin-jiminny","depth":24,"bounds":{"left":0.11801862,"top":0.47964883,"width":0.09940159,"height":0.031923383},"role_description":"text"},{"role":"AXLink","text":"03e78198","depth":26,"bounds":{"left":0.124667555,"top":0.5235435,"width":0.019281914,"height":0.011971269},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"03e78198","depth":27,"bounds":{"left":0.124667555,"top":0.5235435,"width":0.019281914,"height":0.011971269},"role_description":"text"},{"role":"AXStaticText","text":"- JY-20723 | remove job modified visibility","depth":25,"bounds":{"left":0.12333777,"top":0.5211492,"width":0.075465426,"height":0.031923383},"role_description":"text"},{"role":"AXLink","text":"0dd5b239","depth":26,"bounds":{"left":0.124667555,"top":0.5586592,"width":0.019281914,"height":0.011971269},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"0dd5b239","depth":27,"bounds":{"left":0.124667555,"top":0.5586592,"width":0.019281914,"height":0.011971269},"role_description":"text"},{"role":"AXStaticText","text":"- JY-20723 | remove job delay for webhooks","depth":25,"bounds":{"left":0.12333777,"top":0.55626494,"width":0.08843085,"height":0.031923383},"role_description":"text"},{"role":"AXLink","text":"jiminny/app","depth":25,"bounds":{"left":0.1299867,"top":0.5937749,"width":0.020611702,"height":0.011173184},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"jiminny/app","depth":26,"bounds":{"left":0.1299867,"top":0.5937749,"width":0.020611702,"height":0.011173184},"role_description":"text"},{"role":"AXStaticText","text":"|","depth":25,"bounds":{"left":0.15026596,"top":0.5937749,"width":0.0033244682,"height":0.011173184},"role_description":"text"},{"role":"AXStaticText","text":"Added by","depth":25,"bounds":{"left":0.15325798,"top":0.5937749,"width":0.017952127,"height":0.011173184},"role_description":"text"},{"role":"AXLink","text":"GitHub","depth":25,"bounds":{"left":0.17087767,"top":0.5937749,"width":0.012965426,"height":0.011173184},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"GitHub","depth":26,"bounds":{"left":0.17087767,"top":0.5937749,"width":0.012965426,"height":0.011173184},"role_description":"text"},{"role":"AXCheckBox","text":"React with white_check_mark","depth":25,"bounds":{"left":0.13730054,"top":0.44692737,"width":0.010638298,"height":0.025538707},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with eyes","depth":25,"bounds":{"left":0.14793883,"top":0.44692737,"width":0.010638298,"height":0.025538707},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with raised_hands","depth":25,"bounds":{"left":0.15857713,"top":0.44692737,"width":0.010638298,"height":0.025538707},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Add reaction…","depth":25,"bounds":{"left":0.16921543,"top":0.44692737,"width":0.010638298,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Reply in thread","depth":25,"bounds":{"left":0.17985372,"top":0.44692737,"width":0.010638298,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward message…","depth":25,"bounds":{"left":0.22340426,"top":0.44692737,"width":0.0003324468,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Save for later","depth":25,"bounds":{"left":0.22340426,"top":0.44692737,"width":0.0003324468,"height":0.025538707},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More actions","depth":25,"bounds":{"left":0.22340426,"top":0.44692737,"width":0.0003324468,"height":0.025538707},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"","depth":23,"bounds":{"left":0.10372341,"top":0.6272945,"width":0.118351065,"height":0.030327214},"value":"","role_description":"text entry area","is_enabled":true,"is_focused":true,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search for: datadog, 1 of 4 suggestions","depth":11,"bounds":{"left":0.0,"top":0.7126895,"width":0.024933511,"height":0.0007980846},"role_description":"text"},{"role":"AXStaticText","text":"Channel releases","depth":11,"bounds":{"left":0.0,"top":0.7126895,"width":0.017287234,"height":0.0007980846},"role_description":"text"}]...
|
8410934433589809477
|
-706549657292717487
|
click
|
hybrid
|
NULL
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
c-learning-people
confusion-clinic
curiosity_lab
deal-insights-dev
engineering
frontend
general
infra-changes
jiminny-bg
people-with-copilot-licences
people-with-zoom-phone-licences
platform-team
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Nikolay Yankov
Nikolay Nikolov
Aneliya Angelova
Mario Georgiev
Todor Stamatov
Gabriela Dureva
Petko Kashinski
Vasil Vasilev
Galya Dimitrova
Stefka Stoyanova
Stoyan Tomov
Stoyan Tanev
Nikolay Ivanov
Ves
Jira Cloud
Toast
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
CircleCI
APP
Yesterday at 5:56:28 PM
5:56 PM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/21/2026 14:56:28
Tag
:
View Job
View Job
Jump to date
GitHub
APP
Today at 10:59:13 AM
10:59 AM
20 new commits
20 new commits
pushed to
master
master
by
nikolay-yankov
nikolay-yankov
7819c3f7
7819c3f7
- Merge branch 'JY-18909-automated-reports-ask-jiminny' into JY-20543-AJ-report-tracking
052f2f16
052f2f16
- Merge pull request #11932 from jiminny/JY-20543-AJ-report-tracking
58cd7d56
58cd7d56
- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny
2d2eb535
2d2eb535
- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny
fbc719af
fbc719af
- Add ExpiringCell component for displaying expiration dates and integrate it into grid configuration
Show more
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
CircleCI
APP
Today at 11:21:00 AM
11:21 AM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/22/2026 08:21:00
Tag
:
View Job
View Job
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
New
GitHub
APP
Today at 1:03:21 PM
1:03 PM
2 new commits
2 new commits
pushed to
master
master
by
yalokin-jiminny
yalokin-jiminny
03e78198
03e78198
- JY-20723 | remove job modified visibility
0dd5b239
0dd5b239
- JY-20723 | remove job delay for webhooks
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Search for: datadog, 1 of 4 suggestions
Channel releases
SlackcalVIewMistonHomeDMSActivityMoreWindowHelp• Search: datadosJiminny...# product_launches# random# releasesi sofa-ofhce# support# thank-yous# the_people_of jimi...• Direct messages(3) Aneliva Angelova..RR. Nikolay YankovP. Nikolay Nikolov #R. Aneliya Angelovadi. Mario GeorgievSe: Todor StamatovG. Gabriela DurevaC. Petko KashinskiVasil Vasiley. Galya Dimitrova Ea. Stefka Stoyanovaa Stoyan Tomov2. Stoyan Tanev EC. Nikolay Ivanova Vesi AppsG Jira Cloud8 Toast# releases8 22Messagesr Files• Bookmarks58cd7d56 -Today ~ ch 'master' into JY-18909-automated-reports-ask-jiminny2d2eb535 - Merge branch 'master' into JY-18909-automated-reports-ask-jiminnyfbc719af) - Add ExpiringCell componentfor displaying expiration dates andintegrate it into grid configurationonow morenylapp Added by cithiudCircleCI APP 11:21 AM•Deployment Successful!Proiect anoWhen:04/22 202608:21:00View lohGitHub APP 1:03 PM2 new commits nushed to master ov valokin.jiminny03e78198 - JY-20/23 remove 100modtned visioiiivOdd5b239 - JY-20723 | remove job delayfor wehhooksjiminny/app Added by GitHubMessage #releases+ AalFV favscProject~©LIC) L(C) PIORC) S• Geoi© ActivC) Activ© Activ© Activ© Activ© Activ© Activ© Activ© ActivO ACUY© AiPro© ASKA© Autoc Calllc coa(c) ermc) ermc) erm(c) Devi(C) Elas(c) Ema© GeneC) Grou© Inbo:P InboO InvitiC).lob:© Lang(C) Mom© Notif© Partil© Partil© Partil© Playl© Playl© Playl© Playl42 Dlavi→ CSevenShores|HubspotlExceptions(UY-20372) Al Reports > Empty paZ Jiminny MCP Connector - Produc8 Jiminny* (UY-18909) (Part2) Automated repWorkers| DatadogPull requests • jiminny/app4 New TablO JIMINNYg For you• Recent# Starred8$ AppsQ SpacesJiminny (New)I@D Platform TeamIII SE KanbanŒID Capture TeamI Enterprise Stability I...Processing Team(4 Service-Desk= More spaces= FiltersH DashboardsC÷ Operations2 Confluence:: Teams"= Customise sidebarsuppont Dally • In 1h oom100% L2Wed 22 Apr 13:05:30jiminny.atlassian.net/jira/software/c/projects/JY/boards/37Q Search+ CreateAsk Rovospaces Jiminny (New)Patorm leam n© Summary© TimelineE BacklogI Active sprints© Calendar." Reports Testing Board"ist& Forms & Components% Development , Code• Security• ReleasesMore 61Q Search board00001Type v@uick filters vComplete sprintGroup: QueriesREADY FOR DEV 5Investigate and fix whyexceed rontawesomenackage limitsMAINTE1 ? •00=E JY-20564Notify a user before theAJ Report expiresAJ REPORTSBacklog1eee0 —A JY-20508Uparade Bt libraries -AprMAINTENANCEBacklog1 •000 =JY-19957Fix DB Accounts MaoREDUCE CHURNBackloa₴* JY-20724Sentry Hubspot Rate limitBacklog*7 JY-20725EpicvIN DEV 6CODE REVIEW 1BLOCKEDQA 1PO ACCEPTANCEDEPLOY 9Rework Nudges - PhaseL" change Nuages touse the indexed_at….COST-EFFECTIVE AND FASTER ...In Dev5 =[ JY-20489Change forever nudgesto I year expirationCOST-EFFECTIVE AND FASTER..Code Review4.5 ?? =I.JY-9712[Part2] Automatedrepons witn Ask JiminnyAJ REPORTSReady for QAAI) BE) (FE) QA800000=[ JY-18909Evaluation for AI ActivitylypesAUTO-DETECTED ACTIVITY TYPEDeployed10=[ JY-19798AI Reports > Empty pagedesign and promotionAJ REPORTSIn Dev682•=Delays in CRM SyncPLATFORM STABILITYDeployed3.5 %2 =[ Jy-20553…JY-20372Send emall notiticationiwhen the report is notgeneratedAJ REPORTSIn Devl2 =[ JY-20157Prepare fallback withemail for SSO forpersistent …REDUCE CHURNClosed1 86 •000=M1Y-20632AI Review - 01 -Summary/Action items/Key PointsGROWTH - MAINTAIN OUR COM..• In DevAJ Panorama> Don'tshow internal errors tocustomersASK ANYTHING ON ANYTHINGDeployedProphet1@ eeee —70000 —+7 JY-20278[ JY-20566sunc onporunitieswithout a local owner(user_id is null)PLATFORM STABILITYUpgrade Python and¡brarios - An.MATNTENANGEDeployed...
|
70299
|
|
70301
|
1642
|
3
|
2026-04-22T10:05:30.440187+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-22/1776 /Users/lukas/.screenpipe/data/data/2026-04-22/1776852330440_m1.jpg...
|
Slack
|
releases (Channel) - Jiminny Inc - Slack
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
c-learning-people
confusion-clinic
curiosity_lab
deal-insights-dev
engineering
frontend
general
infra-changes
jiminny-bg
people-with-copilot-licences
people-with-zoom-phone-licences
platform-team
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Nikolay Yankov
Nikolay Nikolov
Aneliya Angelova
Mario Georgiev
Todor Stamatov
Gabriela Dureva
Petko Kashinski
Vasil Vasilev
Galya Dimitrova
Stefka Stoyanova
Stoyan Tomov
Stoyan Tanev
Nikolay Ivanov
Ves
Jira Cloud
Toast
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
CircleCI
APP
Yesterday at 5:56:28 PM
5:56 PM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/21/2026 14:56:28
Tag
:
View Job
View Job
Jump to date
GitHub
APP
Today at 10:59:13 AM
10:59 AM
20 new commits
20 new commits
pushed to
master
master
by
nikolay-yankov
nikolay-yankov
7819c3f7
7819c3f7
- Merge branch 'JY-18909-automated-reports-ask-jiminny' into JY-20543-AJ-report-tracking
052f2f16
052f2f16
- Merge pull request #11932 from jiminny/JY-20543-AJ-report-tracking
58cd7d56
58cd7d56
- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny
2d2eb535
2d2eb535
- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny
fbc719af
fbc719af
- Add ExpiringCell component for displaying expiration dates and integrate it into grid configuration
Show more
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
CircleCI
APP
Today at 11:21:00 AM
11:21 AM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/22/2026 08:21:00
Tag
:
View Job
View Job
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
New
GitHub
APP
Today at 1:03:21 PM
1:03 PM
2 new commits
2 new commits
pushed to
master
master
by
yalokin-jiminny
yalokin-jiminny
03e78198
03e78198
- JY-20723 | remove job modified visibility
0dd5b239
0dd5b239
- JY-20723 | remove job delay for webhooks
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Search for: datadog, 1 of 4 suggestions
Channel releases...
|
[{"role":"AXPopUpButton","text [{"role":"AXPopUpButton","text":"Switch workspaces… (Jiminny Inc) Has new messages","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Home","depth":14,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Home","depth":16,"role_description":"text"},{"role":"AXRadioButton","text":"DMs","depth":14,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DMs","depth":16,"role_description":"text"},{"role":"AXRadioButton","text":"Activity","depth":14,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Activity","depth":16,"role_description":"text"},{"role":"AXRadioButton","text":"Files","depth":14,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Files","depth":16,"role_description":"text"},{"role":"AXRadioButton","text":"Later","depth":14,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Later","depth":16,"role_description":"text"},{"role":"AXRadioButton","text":"More…","depth":14,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More","depth":16,"role_description":"text"},{"role":"AXStaticText","text":"Unreads","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Threads","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Huddles","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Drafts & sent","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Directories","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"jiminny-x-integration-app","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"platform-inner-team","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"ai-chapter","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"alerts","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"backend","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"c-learning-people","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"confusion-clinic","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"curiosity_lab","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"deal-insights-dev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"engineering","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"frontend","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"general","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"infra-changes","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"jiminny-bg","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"people-with-copilot-licences","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"people-with-zoom-phone-licences","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"platform-team","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"platform-tickets","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"product_launches","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"random","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"releases","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sofia-office","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"support","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"thank-yous","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"the_people_of_jiminny","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Aneliya Angelova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":",","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Aneliya Angelova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Mario Georgiev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Todor Stamatov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Gabriela Dureva","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Petko Kashinski","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Vasil Vasilev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Stefka Stoyanova","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Stoyan Tomov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Stoyan Tanev","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Nikolay Ivanov","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Ves","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Jira Cloud","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Toast","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"Messages","depth":17,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Messages","depth":19,"role_description":"text"},{"role":"AXRadioButton","text":"Files","depth":17,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Files","depth":19,"role_description":"text"},{"role":"AXRadioButton","text":"Bookmarks","depth":17,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bookmarks","depth":19,"role_description":"text"},{"role":"AXPopUpButton","text":"Add and Edit Channel Tabs","depth":17,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Canvas","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"List","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Folder","depth":17,"role_description":"text"},{"role":"AXPopUpButton","text":"Jump to date","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"CircleCI","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXLink","text":"Yesterday at 5:56:28 PM","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"5:56 PM","depth":24,"role_description":"text"},{"role":"AXHeading","text":"Deployment Successful! tada emoji","depth":23,"role_description":"heading"},{"role":"AXStaticText","text":"Deployment Successful!","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"Project","depth":24,"role_description":"text"},{"role":"AXStaticText","text":": app","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"When","depth":24,"role_description":"text"},{"role":"AXStaticText","text":": 04/21/2026 14:56:28","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Tag","depth":24,"role_description":"text"},{"role":"AXStaticText","text":":","depth":24,"role_description":"text"},{"role":"AXButton","text":"View Job","depth":24,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"View Job","depth":26,"role_description":"text"},{"role":"AXPopUpButton","text":"Jump to date","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"GitHub","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXLink","text":"Today at 10:59:13 AM","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"10:59 AM","depth":24,"role_description":"text"},{"role":"AXLink","text":"20 new commits","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"20 new commits","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"pushed to","depth":23,"role_description":"text"},{"role":"AXLink","text":"master","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"master","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"by","depth":23,"role_description":"text"},{"role":"AXLink","text":"nikolay-yankov","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"nikolay-yankov","depth":24,"role_description":"text"},{"role":"AXLink","text":"7819c3f7","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"7819c3f7","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- Merge branch 'JY-18909-automated-reports-ask-jiminny' into JY-20543-AJ-report-tracking","depth":25,"role_description":"text"},{"role":"AXLink","text":"052f2f16","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"052f2f16","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- Merge pull request #11932 from jiminny/JY-20543-AJ-report-tracking","depth":25,"role_description":"text"},{"role":"AXLink","text":"58cd7d56","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"58cd7d56","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny","depth":25,"role_description":"text"},{"role":"AXLink","text":"2d2eb535","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"2d2eb535","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny","depth":25,"role_description":"text"},{"role":"AXLink","text":"fbc719af","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"fbc719af","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- Add ExpiringCell component for displaying expiration dates and integrate it into grid configuration","depth":25,"role_description":"text"},{"role":"AXButton","text":"Show more","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"jiminny/app","depth":25,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"jiminny/app","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"|","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"Added by","depth":25,"role_description":"text"},{"role":"AXLink","text":"GitHub","depth":25,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"GitHub","depth":26,"role_description":"text"},{"role":"AXButton","text":"CircleCI","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXLink","text":"Today at 11:21:00 AM","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11:21 AM","depth":24,"role_description":"text"},{"role":"AXHeading","text":"Deployment Successful! tada emoji","depth":23,"role_description":"heading"},{"role":"AXStaticText","text":"Deployment Successful!","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"Project","depth":24,"role_description":"text"},{"role":"AXStaticText","text":": app","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"When","depth":24,"role_description":"text"},{"role":"AXStaticText","text":": 04/22/2026 08:21:00","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Tag","depth":24,"role_description":"text"},{"role":"AXStaticText","text":":","depth":24,"role_description":"text"},{"role":"AXButton","text":"View Job","depth":24,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"View Job","depth":26,"role_description":"text"},{"role":"AXCheckBox","text":"React with white_check_mark","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with eyes","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with raised_hands","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Add reaction…","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Reply in thread","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward message…","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Save for later","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More actions","depth":25,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New","depth":21,"role_description":"text"},{"role":"AXButton","text":"GitHub","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"APP","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXLink","text":"Today at 1:03:21 PM","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"1:03 PM","depth":24,"role_description":"text"},{"role":"AXLink","text":"2 new commits","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"2 new commits","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"pushed to","depth":23,"role_description":"text"},{"role":"AXLink","text":"master","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"master","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"by","depth":23,"role_description":"text"},{"role":"AXLink","text":"yalokin-jiminny","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"yalokin-jiminny","depth":24,"role_description":"text"},{"role":"AXLink","text":"03e78198","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"03e78198","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- JY-20723 | remove job modified visibility","depth":25,"role_description":"text"},{"role":"AXLink","text":"0dd5b239","depth":26,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"0dd5b239","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"- JY-20723 | remove job delay for webhooks","depth":25,"role_description":"text"},{"role":"AXLink","text":"jiminny/app","depth":25,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"jiminny/app","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"|","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"Added by","depth":25,"role_description":"text"},{"role":"AXLink","text":"GitHub","depth":25,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"GitHub","depth":26,"role_description":"text"},{"role":"AXCheckBox","text":"React with white_check_mark","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with eyes","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"React with raised_hands","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Add reaction…","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Reply in thread","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward message…","depth":25,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Save for later","depth":25,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"More actions","depth":25,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"","depth":23,"value":"","role_description":"text entry area","is_enabled":true,"is_focused":true,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search for: datadog, 1 of 4 suggestions","depth":11,"role_description":"text"},{"role":"AXStaticText","text":"Channel releases","depth":11,"role_description":"text"}]...
|
8410934433589809477
|
-706549657292717487
|
click
|
hybrid
|
NULL
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
c-learning-people
confusion-clinic
curiosity_lab
deal-insights-dev
engineering
frontend
general
infra-changes
jiminny-bg
people-with-copilot-licences
people-with-zoom-phone-licences
platform-team
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Nikolay Yankov
Nikolay Nikolov
Aneliya Angelova
Mario Georgiev
Todor Stamatov
Gabriela Dureva
Petko Kashinski
Vasil Vasilev
Galya Dimitrova
Stefka Stoyanova
Stoyan Tomov
Stoyan Tanev
Nikolay Ivanov
Ves
Jira Cloud
Toast
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
CircleCI
APP
Yesterday at 5:56:28 PM
5:56 PM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/21/2026 14:56:28
Tag
:
View Job
View Job
Jump to date
GitHub
APP
Today at 10:59:13 AM
10:59 AM
20 new commits
20 new commits
pushed to
master
master
by
nikolay-yankov
nikolay-yankov
7819c3f7
7819c3f7
- Merge branch 'JY-18909-automated-reports-ask-jiminny' into JY-20543-AJ-report-tracking
052f2f16
052f2f16
- Merge pull request #11932 from jiminny/JY-20543-AJ-report-tracking
58cd7d56
58cd7d56
- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny
2d2eb535
2d2eb535
- Merge branch 'master' into JY-18909-automated-reports-ask-jiminny
fbc719af
fbc719af
- Add ExpiringCell component for displaying expiration dates and integrate it into grid configuration
Show more
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
CircleCI
APP
Today at 11:21:00 AM
11:21 AM
Deployment Successful! tada emoji
Deployment Successful!
Project
: app
When
: 04/22/2026 08:21:00
Tag
:
View Job
View Job
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
New
GitHub
APP
Today at 1:03:21 PM
1:03 PM
2 new commits
2 new commits
pushed to
master
master
by
yalokin-jiminny
yalokin-jiminny
03e78198
03e78198
- JY-20723 | remove job modified visibility
0dd5b239
0dd5b239
- JY-20723 | remove job delay for webhooks
jiminny/app
jiminny/app
|
Added by
GitHub
GitHub
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Search for: datadog, 1 of 4 suggestions
Channel releases
Notion CalendarEditViewWindowHelpSupport Daily • in 1h 55 mA100% <7TodayAPP (-zsh)87Wed 22 Apr 13:05:31181ec2-user@ip-10-30-... X8+April 2026 Week 17EESTMon 20Tue 21Chloe Cross (Parental Leave - 256 days)Ivelina Hristova (Parental Leave - 184 days)Andrea Zlatanova (Parental Leave - 189 days)Wed 22Thu 23Fri 24Week vSat 25Sun 26(Lauren Hudson (PTO…..( Steliyan Georgiev (P…..11:0012:0013:0514:00CRM issues10:45-11:30UserpilotIntroduction11:30-12:30nning: dial unix /Users/lukas/.docker/run/15:0016:0017:0018:00PreparationSupportRefinement15:00-16:00[Platform]Sos S...Refinement !,16:00=1616:00-17:001) Support Daily 15:00lSupport Daily 15:00Support Daily 15:00.Support Daily 15:00nning: dialunix /Users/lukas/.docker/run/Al chapter17:00- 18:00Lukas/Stefka 1217:30=18:00Fixed 0 of 5601 files in 46.498 seconds, 67.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image » docker debug docker_lamp_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20372-ai-reports-promotion-pages) $ I...
|
70298
|
|
59070
|
1271
|
17
|
2026-04-20T13:25:12.481747+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-20/1776 /Users/lukas/.screenpipe/data/data/2026-04-20/1776691512481_m2.jpg...
|
PhpStorm
|
PhpStorm
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PhostormINavigareCodeFV faVsco.js v°9 master kProl PhostormINavigareCodeFV faVsco.js v°9 master kProledey~ D Service Traitsuopportunitysyncirait.onpu syncermentites trait.onpwsyncrielasirait.onpu writecrmirait.onp•Duuls_ weonook© batchsynccollector.pnpc) BatchsvncRedisService.phpC) Client.phpC) ClosedDealStagesService.phoDealFieldsService.phoC) DecorateActivitv.ohpc)FieldDerinitions.onvC) FieldtvoeConverter.oho© HubspotClientinterface.php© HubspotTokenManager.php©PayloadBuilder.php© RemoteCrmObjectManipulator.phpResponseNormalize.php© Service.php© SyncFieldAction.php© SyncRelatedActivityManager.php© WebhookSyncBatchProcessor.php> D IntegrationApp> Listenersm Motadata> D Migration> D Pipedrive~ D Salesforce> 0 Fields• OpportunityMatcherOpportunitvsyncstrateayProspectsearchstrateayv _ service iraitssatchsvnc.irait.onoRecordManipulationsTrait.phpTSvncFieldstirait.onoC) Client.ohoC) [EMAIL] sieldbefinitions.ohn©PayloadBuilder.php(C) Profile nhn© QueryBuilder.phpC) @uervHandler.nhn© Querylterator.php© QueryResults.php© Service.php© SyncBatchRedisService.phpTraits100% S28• Mon 20 Apr 16:25:12L AskJiminnyReportActivityServiceTest v© AutomatedReportsService.phpAutomateakeporscommand.pnp© SyncOpportunitiesJob.php©ImportOpportunityBatch.phpBatchSyncTrait.php(©)ImportContactBatch.php® AutomatedReportsController.php© Client.phpphp api_v2.php© AutomatedReport.phpclass Service extends BaseService implements295 € >public function getSupportedPlaybookTypes(): arrayf….}C) HubspotPaqinationService.php© TrackProviderinstalledEvent.php© Service.php x(C) AutomatedReportResult.phoA19 A144 X 3 X22 21 A Y 572300 €>protected function getDefaultFollowupLayoutFields(string $activityType): arrayf..E custom.logE laravel.logA console [PROD] x A console (EU)A SF [iminny@localhost]A console [STAGING]A HS_local (jiminny@localhost]Tx: AutoSELECT * FROM crm_profiles WHERE crm_configurat:da jiminny~034 A1 A34 X62 A VGELECT * FROM crm confiqurations WHERE id = 555:SELECT * FROM users WHERE id = 15440; # team. 581, gr. 15440, pL. 3911, act.569SELECTCONCAT(u.id, CASE WHEN u.id = t,owner_id THEN ' (owner) ' ELSE "' END) ASU.ema1l.sa.*,towner 1d FRol sochal accounts saJOIN users u on u.id = sa.sociable_idJOIN teams t 1..n<->1: on t.id = U.team idVHERE U.team_id = 581 and sa.provider = 'salesforce':CascadeRetactor ConnectionCRM Initial Sync Oven+0..321 € >pubulc tunccion gecueatenszgntsriecos. arrayk...r3 usagesE579private function isCustomField(Field $field): boolf..}* Inis one 1s now called onlu when Importactzvitulypes 1s triqgered or suncrieldhetadara execured manvallu* Regular sync now uses SharedSyncFieldsTrait -> syncSingle0bjectType* Neeos to be renlaced later onpublic function suncrieldfield Sfield: voiditry<=584=506588589if ($this->isCustomField($field)) {$query = |SELECTId. Metadata. TableEnum0rTdFROMCustomFieldWHEREDevelonerName = fieldNameTabLeEnum0rId = :fieldTypeANDNamespacePrefix = :namespacePrefix';I1 We need to constrain the field lookup to the object, in case it's used in multiple places.-603|$sfFields = Sthis->queryHandler-›metadata($query, ['fieldName' = substr($field->crm_provider_id,offset: 0, -|strlen( string:)'__c')),'fieldlve' => ucfirst(sobiectivoe).607- 608609I/ This is used to ensure we only consider the field within the org, not installed packages..Lets say I don't use webhook based opportunity sync but last modified, do we use importOpportunityBatch in hubspotTnoughtsExplored ImportOpportunityBatch.php and searched ImportOpportunityBatch ›AnswerNo. For non-webhook strategies like last-moditied, ImportOpportun1tyBatch is not used.SELECT * FROM automated_report_results order by id desc;select * from features;select * from team_features where feature_id = 40;select * from teams where id = 556;select * fromorts where id = 54; # 4fdd41f6-dcf0-30d0-b339-734SELECT * FROM automated_report_results WHERE uuid_to_bin('822fa41b-afd3-43asselect * from automated_report_results order by id desc;SELECT * FROM automated_report_results WHERE jd = 1919;Flow for last-modified syncSyncOpportunitiesJob calls Hubspot\Service::syncOpportunities() (the OpportunitySyncTrait you just added). That method:1. Resolves strategies via OpportunitySyncStrategyResolver (for last-modified you get e.g. HubspotLastModifiedSyncStrategy).2. Iterates the strategy's fetchopportunities... generator in-process, buftering up to BATCH PROCESS SIZE = 800 deals3. Calls process0pportunityBatch($buffer) → importOpportunityBatch($deals) synchronously inside the same job (OpportunitySyncTrait.pho:249-308)No sub-jobs are dispatched. The whole strategy-driven import runs within the single SyncOpportunitiesJob execution.When ImportOpportunityBatch is usedOnly on the webhook path:• HubspotWebhookBatchSvncStrateay returns an empty generator (it doesn't vield deals) and instead drains Redis via WebhookSyncBatchProcessor::dispatchBatchJob() which dispatches ImportOpportunityBatch::dispatch(SconfigId, ScrmproviderIds) - see WebhookSyncBatchProcessor.oho:144-156,• That job then calls back into importOpportunityBatchByIds() (OpportunitySyncTrait.php:174-208), Which fetches deals by ID fromHubSoot and reuses the same imoortOpportunitvBatch@ methodlselect * from automated_report_results WHERE report id = 54;select * from opportunities where id = 7594349;Shared codeBoth paths converge on importOpportunityßatch() in the trait. The difference is only how deals are obtained and where the work runs:• Last-modified: deals come from the strategy's paginated search, processed in-line in the sync job.•Webhook: dealDs come from Redis, tetched via cbient-saet0oportunitiesßvldso, orocessed in a dispatched imoortOoportunitvBatchqueue oo with retiesbackom,SELECT * FROM teams WHERE name LIKE '%Les%'; # 711, 692, 16067 - jiminnyinteselect * from playbooks where team_id = 711; # event 226147GELECT * FROM plavbook categories WHERE plavbook id = 5515:SELECT * FROM crm_fields WHERE id = 226147;SELECT * FROM crm_field_values WHERE crm_field_id = 226147;SELECT * FROM com confiqurations WHERE 1d = 6925SELECTCONCAT(u.id, CASE WHEN U.id = t.owner_id THEN ' (owner)' ELSE "' END) ASu.email,sa.*,t.owner_id FROM social_accounts saJOTN usens u on u.id = sa.sociable idiJOIN teams t 1.n<->1: on t.id = u.team_idVHERE U.team_id = 711 and sa.provider = 'salesforce';SELECT * FROM crm_profiles cp JOIN users u 1..n<-›1: on u.id = cp.user_id WHEAsk anvthina (&4-D<> GodeClaude Qnus 4.7 MediumWN Windsurf Teams 240-27UTF-8fa 4 spaces...
|
NULL
|
8410913980253104755
|
NULL
|
visual_change
|
ocr
|
NULL
|
PhostormINavigareCodeFV faVsco.js v°9 master kProl PhostormINavigareCodeFV faVsco.js v°9 master kProledey~ D Service Traitsuopportunitysyncirait.onpu syncermentites trait.onpwsyncrielasirait.onpu writecrmirait.onp•Duuls_ weonook© batchsynccollector.pnpc) BatchsvncRedisService.phpC) Client.phpC) ClosedDealStagesService.phoDealFieldsService.phoC) DecorateActivitv.ohpc)FieldDerinitions.onvC) FieldtvoeConverter.oho© HubspotClientinterface.php© HubspotTokenManager.php©PayloadBuilder.php© RemoteCrmObjectManipulator.phpResponseNormalize.php© Service.php© SyncFieldAction.php© SyncRelatedActivityManager.php© WebhookSyncBatchProcessor.php> D IntegrationApp> Listenersm Motadata> D Migration> D Pipedrive~ D Salesforce> 0 Fields• OpportunityMatcherOpportunitvsyncstrateayProspectsearchstrateayv _ service iraitssatchsvnc.irait.onoRecordManipulationsTrait.phpTSvncFieldstirait.onoC) Client.ohoC) [EMAIL] sieldbefinitions.ohn©PayloadBuilder.php(C) Profile nhn© QueryBuilder.phpC) @uervHandler.nhn© Querylterator.php© QueryResults.php© Service.php© SyncBatchRedisService.phpTraits100% S28• Mon 20 Apr 16:25:12L AskJiminnyReportActivityServiceTest v© AutomatedReportsService.phpAutomateakeporscommand.pnp© SyncOpportunitiesJob.php©ImportOpportunityBatch.phpBatchSyncTrait.php(©)ImportContactBatch.php® AutomatedReportsController.php© Client.phpphp api_v2.php© AutomatedReport.phpclass Service extends BaseService implements295 € >public function getSupportedPlaybookTypes(): arrayf….}C) HubspotPaqinationService.php© TrackProviderinstalledEvent.php© Service.php x(C) AutomatedReportResult.phoA19 A144 X 3 X22 21 A Y 572300 €>protected function getDefaultFollowupLayoutFields(string $activityType): arrayf..E custom.logE laravel.logA console [PROD] x A console (EU)A SF [iminny@localhost]A console [STAGING]A HS_local (jiminny@localhost]Tx: AutoSELECT * FROM crm_profiles WHERE crm_configurat:da jiminny~034 A1 A34 X62 A VGELECT * FROM crm confiqurations WHERE id = 555:SELECT * FROM users WHERE id = 15440; # team. 581, gr. 15440, pL. 3911, act.569SELECTCONCAT(u.id, CASE WHEN u.id = t,owner_id THEN ' (owner) ' ELSE "' END) ASU.ema1l.sa.*,towner 1d FRol sochal accounts saJOIN users u on u.id = sa.sociable_idJOIN teams t 1..n<->1: on t.id = U.team idVHERE U.team_id = 581 and sa.provider = 'salesforce':CascadeRetactor ConnectionCRM Initial Sync Oven+0..321 € >pubulc tunccion gecueatenszgntsriecos. arrayk...r3 usagesE579private function isCustomField(Field $field): boolf..}* Inis one 1s now called onlu when Importactzvitulypes 1s triqgered or suncrieldhetadara execured manvallu* Regular sync now uses SharedSyncFieldsTrait -> syncSingle0bjectType* Neeos to be renlaced later onpublic function suncrieldfield Sfield: voiditry<=584=506588589if ($this->isCustomField($field)) {$query = |SELECTId. Metadata. TableEnum0rTdFROMCustomFieldWHEREDevelonerName = fieldNameTabLeEnum0rId = :fieldTypeANDNamespacePrefix = :namespacePrefix';I1 We need to constrain the field lookup to the object, in case it's used in multiple places.-603|$sfFields = Sthis->queryHandler-›metadata($query, ['fieldName' = substr($field->crm_provider_id,offset: 0, -|strlen( string:)'__c')),'fieldlve' => ucfirst(sobiectivoe).607- 608609I/ This is used to ensure we only consider the field within the org, not installed packages..Lets say I don't use webhook based opportunity sync but last modified, do we use importOpportunityBatch in hubspotTnoughtsExplored ImportOpportunityBatch.php and searched ImportOpportunityBatch ›AnswerNo. For non-webhook strategies like last-moditied, ImportOpportun1tyBatch is not used.SELECT * FROM automated_report_results order by id desc;select * from features;select * from team_features where feature_id = 40;select * from teams where id = 556;select * fromorts where id = 54; # 4fdd41f6-dcf0-30d0-b339-734SELECT * FROM automated_report_results WHERE uuid_to_bin('822fa41b-afd3-43asselect * from automated_report_results order by id desc;SELECT * FROM automated_report_results WHERE jd = 1919;Flow for last-modified syncSyncOpportunitiesJob calls Hubspot\Service::syncOpportunities() (the OpportunitySyncTrait you just added). That method:1. Resolves strategies via OpportunitySyncStrategyResolver (for last-modified you get e.g. HubspotLastModifiedSyncStrategy).2. Iterates the strategy's fetchopportunities... generator in-process, buftering up to BATCH PROCESS SIZE = 800 deals3. Calls process0pportunityBatch($buffer) → importOpportunityBatch($deals) synchronously inside the same job (OpportunitySyncTrait.pho:249-308)No sub-jobs are dispatched. The whole strategy-driven import runs within the single SyncOpportunitiesJob execution.When ImportOpportunityBatch is usedOnly on the webhook path:• HubspotWebhookBatchSvncStrateay returns an empty generator (it doesn't vield deals) and instead drains Redis via WebhookSyncBatchProcessor::dispatchBatchJob() which dispatches ImportOpportunityBatch::dispatch(SconfigId, ScrmproviderIds) - see WebhookSyncBatchProcessor.oho:144-156,• That job then calls back into importOpportunityBatchByIds() (OpportunitySyncTrait.php:174-208), Which fetches deals by ID fromHubSoot and reuses the same imoortOpportunitvBatch@ methodlselect * from automated_report_results WHERE report id = 54;select * from opportunities where id = 7594349;Shared codeBoth paths converge on importOpportunityßatch() in the trait. The difference is only how deals are obtained and where the work runs:• Last-modified: deals come from the strategy's paginated search, processed in-line in the sync job.•Webhook: dealDs come from Redis, tetched via cbient-saet0oportunitiesßvldso, orocessed in a dispatched imoortOoportunitvBatchqueue oo with retiesbackom,SELECT * FROM teams WHERE name LIKE '%Les%'; # 711, 692, 16067 - jiminnyinteselect * from playbooks where team_id = 711; # event 226147GELECT * FROM plavbook categories WHERE plavbook id = 5515:SELECT * FROM crm_fields WHERE id = 226147;SELECT * FROM crm_field_values WHERE crm_field_id = 226147;SELECT * FROM com confiqurations WHERE 1d = 6925SELECTCONCAT(u.id, CASE WHEN U.id = t.owner_id THEN ' (owner)' ELSE "' END) ASu.email,sa.*,t.owner_id FROM social_accounts saJOTN usens u on u.id = sa.sociable idiJOIN teams t 1.n<->1: on t.id = u.team_idVHERE U.team_id = 711 and sa.provider = 'salesforce';SELECT * FROM crm_profiles cp JOIN users u 1..n<-›1: on u.id = cp.user_id WHEAsk anvthina (&4-D<> GodeClaude Qnus 4.7 MediumWN Windsurf Teams 240-27UTF-8fa 4 spaces...
|
59068
|
|
75867
|
1894
|
8
|
2026-04-24T07:00:50.956106+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777014050956_m2.jpg...
|
Firefox
|
JY-20489 | Optimize Nudges - Phase 2 by yalokin-ji JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app — Work...
|
True
|
github.com/jiminny/app/pull/11997/changes#diff-29e github.com/jiminny/app/pull/11997/changes#diff-29eae52080a9f4d5860d815ab8e76ac455eef3d7868b8efa7b55b02f3a017121...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Sprint 2 Q2 - Platform Team - Scrum Board Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app
JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app
Close tab
New Tab
New Tab
AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app
AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app
JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app
JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app
Jiminny
Jiminny
Userpilot | Nudge-created
Userpilot | Nudge-created
JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app
JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app
Pipelines - jiminny/app
Pipelines - jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
Issues(g then i)
Pull requests
Repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (31)
Pull requests
(
31
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (32)
Security and quality
(
32
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
JY-20489 | Optimize Nudges - Phase 2 #11997 Edit title
JY-20489 | Optimize Nudges - Phase 2
#
11997
Edit title
Preview
Preview
Awaiting approval
Awaiting approval
Code
Code
Open
yalokin-jiminny
yalokin-jiminny
wants to merge 17 commits into
master
master
from
JY-20489-hudges-phase2
JY-20489-hudges-phase2
Copy head branch name to clipboard
Lines changed: 728 additions & 20 deletions
Conversation (5)
Conversation
(
5
)
Commits (17)
Commits
(
17
)
Checks (2)
Checks
(
2
)
Files changed (13)
Files changed
(
13
)
Pull Request Toolbar
Pull Request Toolbar
Collapse file tree
All commits
All commits
13
/
13
viewed
Submit review
Submit
review
Open diff view settings
Open overview panel
Open comments panel
(
0
)
Filter files…
Filter options
File tree
File tree
app
Component
ActivitySearch
FilterDefinition
IndexedAtFrom.php
IndexedAtFrom.php
Service
ActivitySearch.php
ActivitySearch.php
Nudge
Repository
NudgeRepository.php
NudgeRepository.php
NudgeRunFactory.php
NudgeRunFactory.php
Console
Commands
RemoveExpiredNudgesCommand.php
RemoveExpiredNudgesCommand.php
Kernel.php
Kernel.php
Models
Nudge.php
Nudge.php
VO/Repository/OnDemandActivitySearch
Criteria.php
Criteria.php
database/migrations
2026_04_21_170000_add_last_run_at_to_nudges_table.php
2026_04_21_170000_add_last_run_at_to_nudges_table.php
tests/Unit
Component
ActivitySearch/FilterDefinition
IndexedAtFromTest.php
IndexedAtFromTest.php
Nudge
Repository
NudgeRepositoryBoundedDedupTest.php
NudgeRepositoryBoundedDedupTest.php
NudgeRunFactoryTest.php
NudgeRunFactoryTest.php
VO/Repository/OnDemandActivitySearch
CriteriaTest.php
CriteriaTest.php
Expand file
app/Component/ActivitySearch/FilterDefinition/IndexedAtFrom.php
app/Component/ActivitySearch/FilterDefinition/IndexedAtFrom.php
app/Component/ActivitySearch/FilterDefinition/IndexedAtFrom.php
Copy file name to clipboard
Lines changed: 36 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/Component/ActivitySearch/Service/ActivitySearch.php
app/Component/ActivitySearch/Service/ActivitySearch.php
app/Component/ActivitySearch/Service/ActivitySearch.php
Copy file name to clipboard
Expand all lines: app/Component/ActivitySearch/Service/ActivitySearch.php
Lines changed: 1 addition & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/Component/Nudge/Repository/NudgeRepository.php
app/Component/Nudge/Repository/NudgeRepository.php
app/Component/Nudge/Repository/NudgeRepository.php
Copy file name to clipboard
Expand all lines: app/Component/Nudge/Repository/NudgeRepository.php
Lines changed: 19 additions & 5 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/Component/Nudge/NudgeRunFactory.php
app/Component/Nudge/NudgeRunFactory.php
app/Component/Nudge/NudgeRunFactory.php
Copy file name to clipboard
Expand all lines: app/Component/Nudge/NudgeRunFactory.php
Lines changed: 68 additions & 14 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/Console/Commands/RemoveExpiredNudgesCommand.php
app/Console/Commands/RemoveExpiredNudgesCommand.php
app/Console/Commands/RemoveExpiredNudgesCommand.php
Copy file name to clipboard
Expand all lines: app/Console/Commands/RemoveExpiredNudgesCommand.php
Lines changed: 77 additions & 1 deletion
Viewed
Viewed
Comment on this file
More options
Expand file
app/Console/Kernel.php
app/Console/Kernel.php
app/Console/Kernel.php
Copy file name to clipboard
Expand all lines: app/Console/Kernel.php
Lines changed: 2 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/Models/Nudge.php
app/Models/Nudge.php
app/Models/Nudge.php
Copy file name to clipboard
Expand all lines: app/Models/Nudge.php
Lines changed: 14 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/VO/Repository/OnDemandActivitySearch/Criteria.php
app/VO/Repository/OnDemandActivitySearch/Criteria.php
app/VO/Repository/OnDemandActivitySearch/Criteria.php
Copy file name to clipboard
Expand all lines: app/VO/Repository/OnDemandActivitySearch/Criteria.php
Lines changed: 16 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
database/migrations/2026_04_21_170000_add_last_run_at_to_nudges_table.php
database/migrations/2026_04_21_170000_add_last_run_at_to_nudges_table.php
database/migrations/2026_04_21_170000_add_last_run_at_to_nudges_table.php
Copy file name to clipboard
Lines changed: 50 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
tests/Unit/Component/ActivitySearch/FilterDefinition/IndexedAtFromTest.php
tests/Unit/Component/ActivitySearch/FilterDefinition/IndexedAtFromTest.php
tests/Unit/Component/ActivitySearch/FilterDefinition/IndexedAtFromTest.php
Copy file name to clipboard
Lines changed: 68 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
tests/Unit/Component/Nudge/Repository/NudgeRepositoryBoundedDedupTest.php
tests/Unit/Component/Nudge/Repository/NudgeRepositoryBoundedDedupTest.php
tests/Unit/Component/Nudge/Repository/NudgeRepositoryBoundedDedupTest.php
Copy file name to clipboard
Lines changed: 141 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
tests/Unit/Component/Nudge/NudgeRunFactoryTest.php
tests/Unit/Component/Nudge/NudgeRunFactoryTest.php
tests/Unit/Component/Nudge/NudgeRunFactoryTest.php
Copy file name to clipboard
Expand all lines: tests/Unit/Component/Nudge/NudgeRunFactoryTest.php
Lines changed: 168 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira","depth":4,"bounds":{"left":0.23287898,"top":0.0518755,"width":0.07596409,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.09497207,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.10614525,"width":0.1619016,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.29837102,"top":0.10215483,"width":0.007978723,"height":0.01915403},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.23105054,"top":0.12769353,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.2443484,"top":0.13886672,"width":0.014960106,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.16041501,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.17158818,"width":0.14128989,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.19313647,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.20430966,"width":0.16555852,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jiminny","depth":4,"bounds":{"left":0.23105054,"top":0.22585794,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny","depth":5,"bounds":{"left":0.2443484,"top":0.23703113,"width":0.013131649,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Userpilot | Nudge-created","depth":4,"bounds":{"left":0.23105054,"top":0.2585794,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Userpilot | Nudge-created","depth":5,"bounds":{"left":0.2443484,"top":0.2697526,"width":0.04537899,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.29130086,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.30247405,"width":0.16356383,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Pipelines - jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.32402235,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pipelines - jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.33519554,"width":0.039228722,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"bounds":{"left":0.23105054,"top":0.3567438,"width":0.07962101,"height":0.032721467},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"bounds":{"left":0.2443484,"top":0.367917,"width":0.15924202,"height":0.010774142},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.23387633,"top":0.39106146,"width":0.07413564,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.23387633,"top":0.97007185,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.24484707,"top":0.97007185,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.25598404,"top":0.97007185,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.26712102,"top":0.97007185,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.27825797,"top":0.97007185,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Skip to content","depth":6,"bounds":{"left":0.31067154,"top":0.0518755,"width":0.0003324468,"height":0.0007980846},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Skip to content","depth":7,"bounds":{"left":0.31067154,"top":0.05347167,"width":0.0029920214,"height":0.21468475},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open menu","depth":10,"bounds":{"left":0.3159907,"top":0.06464485,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Homepage (g then d)","depth":9,"bounds":{"left":0.33061835,"top":0.06464485,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"jiminny","depth":12,"bounds":{"left":0.34391624,"top":0.06464485,"width":0.018949468,"height":0.025538707},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"jiminny","depth":14,"bounds":{"left":0.3459109,"top":0.07063048,"width":0.014960106,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"app","depth":12,"bounds":{"left":0.3678524,"top":0.06464485,"width":0.017785905,"height":0.025538707},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app","depth":14,"bounds":{"left":0.3698471,"top":0.07063048,"width":0.008477394,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Search or jump to…","depth":9,"bounds":{"left":0.8166556,"top":0.06464485,"width":0.06565824,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Type","depth":12,"bounds":{"left":0.8289561,"top":0.07063048,"width":0.011801862,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":12,"bounds":{"left":0.84208775,"top":0.07222666,"width":0.002493351,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to search","depth":12,"bounds":{"left":0.84607714,"top":0.07063048,"width":0.021276595,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Chat with Copilot","depth":10,"bounds":{"left":0.8843085,"top":0.06464485,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Open Copilot…","depth":9,"bounds":{"left":0.89461434,"top":0.06464485,"width":0.008643617,"height":0.025538707},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Create new...","depth":9,"bounds":{"left":0.9112367,"top":0.06464485,"width":0.01662234,"height":0.025538707},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Issues(g then i)","depth":9,"bounds":{"left":0.9305186,"top":0.06464485,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Pull requests","depth":9,"bounds":{"left":0.9438165,"top":0.06464485,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Repositories","depth":9,"bounds":{"left":0.95711434,"top":0.06464485,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"You have unread notifications(g then n)","depth":9,"bounds":{"left":0.97041225,"top":0.06464485,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open user navigation menu","depth":9,"bounds":{"left":0.9837101,"top":0.06464485,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Repository navigation","depth":9,"bounds":{"left":0.3103391,"top":0.051077414,"width":0.0003324468,"height":0.0007980846},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Repository navigation","depth":10,"bounds":{"left":0.3103391,"top":0.05387071,"width":0.0787899,"height":0.023144454},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Code","depth":12,"bounds":{"left":0.3159907,"top":0.09936153,"width":0.025099734,"height":0.026336791},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Code","depth":14,"bounds":{"left":0.32679522,"top":0.10574621,"width":0.011469414,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pull requests (31)","depth":12,"bounds":{"left":0.34375,"top":0.09936153,"width":0.054521278,"height":0.026336791},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pull requests","depth":14,"bounds":{"left":0.3543883,"top":0.10574621,"width":0.02925532,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":14,"bounds":{"left":0.3863032,"top":0.113727055,"width":0.0029920214,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"31","depth":14,"bounds":{"left":0.38929522,"top":0.113727055,"width":0.004986702,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":14,"bounds":{"left":0.39428192,"top":0.113727055,"width":0.0016622341,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Agents","depth":12,"bounds":{"left":0.40093085,"top":0.09936153,"width":0.029089095,"height":0.026336791},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Agents","depth":14,"bounds":{"left":0.4119016,"top":0.10574621,"width":0.014960106,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Actions","depth":12,"bounds":{"left":0.43267953,"top":0.09936153,"width":0.03025266,"height":0.026336791},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Actions","depth":14,"bounds":{"left":0.44381648,"top":0.10574621,"width":0.015957447,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Wiki","depth":12,"bounds":{"left":0.46559176,"top":0.09936153,"width":0.022938829,"height":0.026336791},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Wiki","depth":14,"bounds":{"left":0.47639626,"top":0.10574621,"width":0.009142287,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Security and quality (32)","depth":12,"bounds":{"left":0.49119017,"top":0.09936153,"width":0.070644945,"height":0.026336791},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Security and quality","depth":14,"bounds":{"left":0.50299203,"top":0.10574621,"width":0.04255319,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":14,"bounds":{"left":0.5493683,"top":0.113727055,"width":0.0029920214,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"32","depth":14,"bounds":{"left":0.55236036,"top":0.113727055,"width":0.0056515955,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":14,"bounds":{"left":0.55801195,"top":0.113727055,"width":0.0016622341,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Insights","depth":12,"bounds":{"left":0.56449467,"top":0.09936153,"width":0.031083776,"height":0.026336791},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Insights","depth":14,"bounds":{"left":0.5756317,"top":0.10574621,"width":0.016788565,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Settings","depth":12,"bounds":{"left":0.59823805,"top":0.09936153,"width":0.032081116,"height":0.026336791},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Settings","depth":14,"bounds":{"left":0.609375,"top":0.10574621,"width":0.017785905,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Important update","depth":10,"bounds":{"left":0.32430187,"top":0.14365523,"width":0.0003324468,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Important update","depth":11,"bounds":{"left":0.32430187,"top":0.1452514,"width":0.039228722,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.","depth":10,"bounds":{"left":0.32430187,"top":0.1452514,"width":0.2159242,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Review this update","depth":10,"bounds":{"left":0.54022604,"top":0.1452514,"width":0.04055851,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Review this update","depth":11,"bounds":{"left":0.54022604,"top":0.1452514,"width":0.04055851,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and manage your preferences in your","depth":10,"bounds":{"left":0.58078456,"top":0.1452514,"width":0.08261303,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"GitHub account settings","depth":10,"bounds":{"left":0.6633976,"top":0.1452514,"width":0.05219415,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"GitHub account settings","depth":11,"bounds":{"left":0.6633976,"top":0.1452514,"width":0.05219415,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":10,"bounds":{"left":0.7155917,"top":0.1452514,"width":0.0013297872,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Dismiss banner","depth":9,"bounds":{"left":0.98603725,"top":0.13886672,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"JY-20489 | Optimize Nudges - Phase 2 #11997 Edit title","depth":13,"bounds":{"left":0.32130983,"top":0.19193934,"width":0.2293883,"height":0.031923383},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"JY-20489 | Optimize Nudges - Phase 2","depth":14,"bounds":{"left":0.32130983,"top":0.19273743,"width":0.18018617,"height":0.030327214},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"#","depth":15,"bounds":{"left":0.5041556,"top":0.19273743,"width":0.006482713,"height":0.030327214},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11997","depth":15,"bounds":{"left":0.5106383,"top":0.19273743,"width":0.028091755,"height":0.030327214},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Edit title","depth":14,"bounds":{"left":0.54005986,"top":0.19513169,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Preview","depth":13,"bounds":{"left":0.95794547,"top":0.19992019,"width":0.031083776,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Preview","depth":15,"bounds":{"left":0.96326464,"top":0.2047087,"width":0.01512633,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Awaiting approval","depth":13,"bounds":{"left":0.86901593,"top":0.19832402,"width":0.055352394,"height":0.025538707},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Awaiting approval","depth":15,"bounds":{"left":0.8813165,"top":0.20430966,"width":0.03873005,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Code","depth":13,"bounds":{"left":0.92569816,"top":0.19832402,"width":0.02825798,"height":0.025538707},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Code","depth":15,"bounds":{"left":0.93002,"top":0.20430966,"width":0.011635638,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Open","depth":13,"bounds":{"left":0.33194813,"top":0.23623304,"width":0.011968086,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"yalokin-jiminny","depth":15,"bounds":{"left":0.35056517,"top":0.2330407,"width":0.034242023,"height":0.016759777},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"yalokin-jiminny","depth":16,"bounds":{"left":0.35056517,"top":0.23463687,"width":0.034242023,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"wants to merge 17 commits into","depth":15,"bounds":{"left":0.38613698,"top":0.23463687,"width":0.06815159,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"master","depth":15,"bounds":{"left":0.45561835,"top":0.23264167,"width":0.018450798,"height":0.017557861},"role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"master","depth":16,"bounds":{"left":0.45761302,"top":0.235834,"width":0.014461436,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"from","depth":16,"bounds":{"left":0.47539893,"top":0.23463687,"width":0.009973404,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"JY-20489-hudges-phase2","depth":16,"bounds":{"left":0.4867021,"top":0.23264167,"width":0.056848403,"height":0.017557861},"role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20489-hudges-phase2","depth":17,"bounds":{"left":0.4886968,"top":0.235834,"width":0.05285904,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy head branch name to clipboard","depth":16,"bounds":{"left":0.54488033,"top":0.23024741,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 728 additions & 20 deletions","depth":14,"bounds":{"left":0.95412236,"top":0.28651237,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Conversation (5)","depth":16,"bounds":{"left":0.32130983,"top":0.26855546,"width":0.057347074,"height":0.031923383},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Conversation","depth":17,"bounds":{"left":0.33494017,"top":0.27813247,"width":0.02825798,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"bounds":{"left":0.37300533,"top":0.27813247,"width":0.0029920214,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"5","depth":18,"bounds":{"left":0.37599733,"top":0.27813247,"width":0.0028257978,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"bounds":{"left":0.37882313,"top":0.27813247,"width":0.0018284575,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Commits (17)","depth":16,"bounds":{"left":0.37865692,"top":0.26855546,"width":0.050033245,"height":0.031923383},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Commits","depth":17,"bounds":{"left":0.39228722,"top":0.27813247,"width":0.019115692,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"bounds":{"left":0.42303857,"top":0.27813247,"width":0.0029920214,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"17","depth":18,"bounds":{"left":0.42603058,"top":0.27813247,"width":0.0048204786,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"bounds":{"left":0.43085107,"top":0.27813247,"width":0.0016622341,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Checks (2)","depth":16,"bounds":{"left":0.42869017,"top":0.26855546,"width":0.04504654,"height":0.031923383},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Checks","depth":17,"bounds":{"left":0.44232047,"top":0.27813247,"width":0.015957447,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"bounds":{"left":0.4680851,"top":0.27813247,"width":0.0029920214,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2","depth":18,"bounds":{"left":0.4710771,"top":0.27813247,"width":0.0028257978,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"bounds":{"left":0.4739029,"top":0.27813247,"width":0.0016622341,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Files changed (13)","depth":16,"bounds":{"left":0.4737367,"top":0.26855546,"width":0.06100399,"height":0.031923383},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Files changed","depth":17,"bounds":{"left":0.48736703,"top":0.27813247,"width":0.029753989,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":18,"bounds":{"left":0.5290891,"top":0.27813247,"width":0.0029920214,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":18,"bounds":{"left":0.5320811,"top":0.27813247,"width":0.004986702,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":18,"bounds":{"left":0.53706783,"top":0.27813247,"width":0.0016622341,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Pull Request Toolbar","depth":14,"bounds":{"left":0.32130983,"top":0.32402235,"width":0.0003324468,"height":0.0007980846},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pull Request Toolbar","depth":15,"bounds":{"left":0.32130983,"top":0.32681563,"width":0.030086435,"height":0.08060654},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Collapse file tree","depth":14,"bounds":{"left":0.32130983,"top":0.31324822,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXButton","text":"All commits","depth":14,"bounds":{"left":0.3332779,"top":0.31324822,"width":0.040392287,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"All commits","depth":16,"bounds":{"left":0.34291887,"top":0.31843576,"width":0.02244016,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":15,"bounds":{"left":0.86735374,"top":0.31843576,"width":0.0043218085,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":15,"bounds":{"left":0.87167555,"top":0.31843576,"width":0.002493351,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":15,"bounds":{"left":0.87516624,"top":0.31843576,"width":0.004488032,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"viewed","depth":15,"bounds":{"left":0.88081783,"top":0.31843576,"width":0.013131649,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Submit review","depth":14,"bounds":{"left":0.90226066,"top":0.31324822,"width":0.03856383,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Submit","depth":16,"bounds":{"left":0.90525264,"top":0.31843576,"width":0.014793883,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"review","depth":16,"bounds":{"left":0.92004657,"top":0.31843576,"width":0.012466756,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Open diff view settings","depth":14,"bounds":{"left":0.94348407,"top":0.31324822,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open overview panel","depth":14,"bounds":{"left":0.96110374,"top":0.31324822,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open comments panel","depth":14,"bounds":{"left":0.97174203,"top":0.31324822,"width":0.017287234,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"(","depth":16,"bounds":{"left":0.9800532,"top":0.31843576,"width":0.0026595744,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":16,"bounds":{"left":0.98271275,"top":0.31843576,"width":0.0026595744,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":16,"bounds":{"left":0.98537236,"top":0.31843576,"width":0.0014960107,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Filter files…","depth":16,"bounds":{"left":0.33261302,"top":0.36272946,"width":0.06815159,"height":0.023942538},"help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Filter options","depth":16,"bounds":{"left":0.40375665,"top":0.36193135,"width":0.010638298,"height":0.025538707},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"File tree","depth":15,"bounds":{"left":0.32164228,"top":0.40023944,"width":0.0003324468,"height":0.0007980846},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"File tree","depth":16,"bounds":{"left":0.32164228,"top":0.40303272,"width":0.014295213,"height":0.0518755},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app","depth":19,"bounds":{"left":0.33759972,"top":0.40622506,"width":0.008144947,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Component","depth":21,"bounds":{"left":0.3402593,"top":0.43216282,"width":0.025099734,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ActivitySearch","depth":23,"bounds":{"left":0.34291887,"top":0.4577015,"width":0.030917553,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FilterDefinition","depth":25,"bounds":{"left":0.34557846,"top":0.48324022,"width":0.031416222,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"IndexedAtFrom.php","depth":27,"bounds":{"left":0.34823802,"top":0.509178,"width":0.042054523,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"IndexedAtFrom.php","depth":28,"bounds":{"left":0.34823802,"top":0.509178,"width":0.042054523,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Service","depth":25,"bounds":{"left":0.34557846,"top":0.53471667,"width":0.015957447,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"ActivitySearch.php","depth":27,"bounds":{"left":0.34823802,"top":0.5602554,"width":0.04055851,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"ActivitySearch.php","depth":28,"bounds":{"left":0.34823802,"top":0.5602554,"width":0.04055851,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nudge","depth":23,"bounds":{"left":0.34291887,"top":0.5857941,"width":0.014295213,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Repository","depth":25,"bounds":{"left":0.34557846,"top":0.6117318,"width":0.023105053,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"NudgeRepository.php","depth":27,"bounds":{"left":0.34823802,"top":0.63727057,"width":0.04654255,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"NudgeRepository.php","depth":28,"bounds":{"left":0.34823802,"top":0.63727057,"width":0.04654255,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"NudgeRunFactory.php","depth":25,"bounds":{"left":0.34557846,"top":0.66280925,"width":0.048038565,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"NudgeRunFactory.php","depth":26,"bounds":{"left":0.34557846,"top":0.66280925,"width":0.048038565,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Console","depth":21,"bounds":{"left":0.3402593,"top":0.68834794,"width":0.017453458,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Commands","depth":23,"bounds":{"left":0.34291887,"top":0.7138867,"width":0.02443484,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"RemoveExpiredNudgesCommand.php","depth":25,"bounds":{"left":0.34557846,"top":0.7398244,"width":0.08144947,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"RemoveExpiredNudgesCommand.php","depth":26,"bounds":{"left":0.34557846,"top":0.7398244,"width":0.08144947,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Kernel.php","depth":23,"bounds":{"left":0.34291887,"top":0.76536316,"width":0.023271276,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Kernel.php","depth":24,"bounds":{"left":0.34291887,"top":0.76536316,"width":0.023271276,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Models","depth":21,"bounds":{"left":0.3402593,"top":0.79090184,"width":0.015625,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Nudge.php","depth":23,"bounds":{"left":0.34291887,"top":0.8164405,"width":0.023936171,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Nudge.php","depth":24,"bounds":{"left":0.34291887,"top":0.8164405,"width":0.023936171,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"VO/Repository/OnDemandActivitySearch","depth":21,"bounds":{"left":0.3402593,"top":0.84197927,"width":0.08693484,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Criteria.php","depth":23,"bounds":{"left":0.34291887,"top":0.867917,"width":0.025265958,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Criteria.php","depth":24,"bounds":{"left":0.34291887,"top":0.867917,"width":0.025265958,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"database/migrations","depth":19,"bounds":{"left":0.33759972,"top":0.8934557,"width":0.043716755,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"2026_04_21_170000_add_last_run_at_to_nudges_table.php","depth":21,"bounds":{"left":0.3402593,"top":0.9189944,"width":0.13081782,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"2026_04_21_170000_add_last_run_at_to_nudges_table.php","depth":22,"bounds":{"left":0.3402593,"top":0.9189944,"width":0.13081782,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"tests/Unit","depth":19,"bounds":{"left":0.33759972,"top":0.9445331,"width":0.020777926,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Component","depth":21,"bounds":{"left":0.3402593,"top":0.97007185,"width":0.025099734,"height":0.013567438},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ActivitySearch/FilterDefinition","depth":23,"bounds":{"left":0.34291887,"top":0.9960096,"width":0.063663565,"height":0.0039904118},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"IndexedAtFromTest.php","depth":25,"bounds":{"left":0.34557846,"top":1.0,"width":0.05069814,"height":-0.021548271},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"IndexedAtFromTest.php","depth":26,"bounds":{"left":0.34557846,"top":1.0,"width":0.05069814,"height":-0.021548271},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nudge","depth":23,"bounds":{"left":0.34291887,"top":1.0,"width":0.014295213,"height":-0.047486067},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Repository","depth":25,"bounds":{"left":0.34557846,"top":1.0,"width":0.023105053,"height":-0.07302475},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"NudgeRepositoryBoundedDedupTest.php","depth":27,"bounds":{"left":0.34823802,"top":1.0,"width":0.08892952,"height":-0.09856343},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"NudgeRepositoryBoundedDedupTest.php","depth":28,"bounds":{"left":0.34823802,"top":1.0,"width":0.08892952,"height":-0.09856343},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"NudgeRunFactoryTest.php","depth":25,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"NudgeRunFactoryTest.php","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"VO/Repository/OnDemandActivitySearch","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"CriteriaTest.php","depth":23,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CriteriaTest.php","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.36751795,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"app/Component/ActivitySearch/FilterDefinition/IndexedAtFrom.php","depth":15,"bounds":{"left":0.43899602,"top":0.37031126,"width":0.15109707,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"app/Component/ActivitySearch/FilterDefinition/IndexedAtFrom.php","depth":16,"bounds":{"left":0.43899602,"top":0.3719074,"width":0.15109707,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app/Component/ActivitySearch/FilterDefinition/IndexedAtFrom.php","depth":18,"bounds":{"left":0.43899602,"top":0.37390262,"width":0.15109707,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.59275264,"top":0.36751795,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 36 additions & 0 deletions","depth":15,"bounds":{"left":0.90857714,"top":0.37988827,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.36751795,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.37270552,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.36751795,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.36751795,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.41380686,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"app/Component/ActivitySearch/Service/ActivitySearch.php","depth":15,"bounds":{"left":0.43899602,"top":0.41660017,"width":0.13198139,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"app/Component/ActivitySearch/Service/ActivitySearch.php","depth":16,"bounds":{"left":0.43899602,"top":0.41819632,"width":0.13198139,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app/Component/ActivitySearch/Service/ActivitySearch.php","depth":18,"bounds":{"left":0.43899602,"top":0.42019153,"width":0.13198139,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.57363695,"top":0.41380686,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Expand all lines: app/Component/ActivitySearch/Service/ActivitySearch.php","depth":15,"bounds":{"left":0.58294547,"top":0.41380686,"width":0.00930851,"height":0.022346368},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 1 addition & 0 deletions","depth":15,"bounds":{"left":0.9119016,"top":0.42617717,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.41380686,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.41899443,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.41380686,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.41380686,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.46009576,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"app/Component/Nudge/Repository/NudgeRepository.php","depth":15,"bounds":{"left":0.43899602,"top":0.46288908,"width":0.1200133,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"app/Component/Nudge/Repository/NudgeRepository.php","depth":16,"bounds":{"left":0.43899602,"top":0.46448523,"width":0.1200133,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app/Component/Nudge/Repository/NudgeRepository.php","depth":18,"bounds":{"left":0.43899602,"top":0.46648043,"width":0.1200133,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.5616689,"top":0.46009576,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Expand all lines: app/Component/Nudge/Repository/NudgeRepository.php","depth":15,"bounds":{"left":0.5709774,"top":0.46009576,"width":0.00930851,"height":0.022346368},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 19 additions & 5 deletions","depth":15,"bounds":{"left":0.9034242,"top":0.47246608,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.46009576,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.46528333,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.46009576,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.46009576,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.5063847,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"app/Component/Nudge/NudgeRunFactory.php","depth":15,"bounds":{"left":0.43899602,"top":0.509178,"width":0.09358378,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"app/Component/Nudge/NudgeRunFactory.php","depth":16,"bounds":{"left":0.43899602,"top":0.51077414,"width":0.09358378,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app/Component/Nudge/NudgeRunFactory.php","depth":18,"bounds":{"left":0.43899602,"top":0.51276934,"width":0.09358378,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.53523934,"top":0.5063847,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Expand all lines: app/Component/Nudge/NudgeRunFactory.php","depth":15,"bounds":{"left":0.54454786,"top":0.5063847,"width":0.00930851,"height":0.022346368},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 68 additions & 14 deletions","depth":15,"bounds":{"left":0.9005984,"top":0.51875496,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.5063847,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.51157224,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.5063847,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.5063847,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.5526736,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"app/Console/Commands/RemoveExpiredNudgesCommand.php","depth":15,"bounds":{"left":0.43899602,"top":0.5554669,"width":0.122340426,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"app/Console/Commands/RemoveExpiredNudgesCommand.php","depth":16,"bounds":{"left":0.43899602,"top":0.55706304,"width":0.122340426,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app/Console/Commands/RemoveExpiredNudgesCommand.php","depth":18,"bounds":{"left":0.43899602,"top":0.55905825,"width":0.122340426,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.563996,"top":0.5526736,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Expand all lines: app/Console/Commands/RemoveExpiredNudgesCommand.php","depth":15,"bounds":{"left":0.57330453,"top":0.5526736,"width":0.00930851,"height":0.022346368},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 77 additions & 1 deletion","depth":15,"bounds":{"left":0.90392286,"top":0.56504387,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.5526736,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.55786115,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.5526736,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.5526736,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.5989625,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"app/Console/Kernel.php","depth":15,"bounds":{"left":0.43899602,"top":0.6017558,"width":0.05285904,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"app/Console/Kernel.php","depth":16,"bounds":{"left":0.43899602,"top":0.60335195,"width":0.05285904,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app/Console/Kernel.php","depth":18,"bounds":{"left":0.43899602,"top":0.60534716,"width":0.05285904,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.4945146,"top":0.5989625,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Expand all lines: app/Console/Kernel.php","depth":15,"bounds":{"left":0.50382316,"top":0.5989625,"width":0.00930851,"height":0.022346368},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 2 additions & 0 deletions","depth":15,"bounds":{"left":0.91140294,"top":0.6113328,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.5989625,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.60415006,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.5989625,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.5989625,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.6452514,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"app/Models/Nudge.php","depth":15,"bounds":{"left":0.43899602,"top":0.6480447,"width":0.048038565,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"app/Models/Nudge.php","depth":16,"bounds":{"left":0.43899602,"top":0.64964086,"width":0.048038565,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app/Models/Nudge.php","depth":18,"bounds":{"left":0.43899602,"top":0.65163606,"width":0.048038565,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.48969415,"top":0.6452514,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Expand all lines: app/Models/Nudge.php","depth":15,"bounds":{"left":0.49900267,"top":0.6452514,"width":0.00930851,"height":0.022346368},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 14 additions & 0 deletions","depth":15,"bounds":{"left":0.90924203,"top":0.6576217,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.6452514,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.65043896,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.6452514,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.6452514,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.6915403,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"app/VO/Repository/OnDemandActivitySearch/Criteria.php","depth":15,"bounds":{"left":0.43899602,"top":0.6943336,"width":0.1271609,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"app/VO/Repository/OnDemandActivitySearch/Criteria.php","depth":16,"bounds":{"left":0.43899602,"top":0.69592977,"width":0.1271609,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"app/VO/Repository/OnDemandActivitySearch/Criteria.php","depth":18,"bounds":{"left":0.43899602,"top":0.697925,"width":0.1271609,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.5688165,"top":0.6915403,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Expand all lines: app/VO/Repository/OnDemandActivitySearch/Criteria.php","depth":15,"bounds":{"left":0.578125,"top":0.6915403,"width":0.00930851,"height":0.022346368},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 16 additions & 0 deletions","depth":15,"bounds":{"left":0.90924203,"top":0.7039106,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.6915403,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.6967279,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.6915403,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.6915403,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.7378292,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"database/migrations/2026_04_21_170000_add_last_run_at_to_nudges_table.php","depth":15,"bounds":{"left":0.43899602,"top":0.7406225,"width":0.17519946,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"database/migrations/2026_04_21_170000_add_last_run_at_to_nudges_table.php","depth":16,"bounds":{"left":0.43899602,"top":0.7422187,"width":0.17519946,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"database/migrations/2026_04_21_170000_add_last_run_at_to_nudges_table.php","depth":18,"bounds":{"left":0.43899602,"top":0.7442139,"width":0.17519946,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.616855,"top":0.7378292,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 50 additions & 0 deletions","depth":15,"bounds":{"left":0.90857714,"top":0.7501995,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.7378292,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.7430168,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.7378292,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.7378292,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.7841181,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"tests/Unit/Component/ActivitySearch/FilterDefinition/IndexedAtFromTest.php","depth":15,"bounds":{"left":0.43899602,"top":0.7869114,"width":0.1775266,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"tests/Unit/Component/ActivitySearch/FilterDefinition/IndexedAtFromTest.php","depth":16,"bounds":{"left":0.43899602,"top":0.7885076,"width":0.1775266,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"tests/Unit/Component/ActivitySearch/FilterDefinition/IndexedAtFromTest.php","depth":18,"bounds":{"left":0.43899602,"top":0.7905028,"width":0.1775266,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.61918217,"top":0.7841181,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 68 additions & 0 deletions","depth":15,"bounds":{"left":0.90857714,"top":0.7964884,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.7841181,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.7893057,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.7841181,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.7841181,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.830407,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"tests/Unit/Component/Nudge/Repository/NudgeRepositoryBoundedDedupTest.php","depth":15,"bounds":{"left":0.43899602,"top":0.83320034,"width":0.17519946,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"tests/Unit/Component/Nudge/Repository/NudgeRepositoryBoundedDedupTest.php","depth":16,"bounds":{"left":0.43899602,"top":0.8347965,"width":0.17519946,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"tests/Unit/Component/Nudge/Repository/NudgeRepositoryBoundedDedupTest.php","depth":18,"bounds":{"left":0.43899602,"top":0.8367917,"width":0.17519946,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.616855,"top":0.830407,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 141 additions & 0 deletions","depth":15,"bounds":{"left":0.90724736,"top":0.8427773,"width":0.019946808,"height":0.11412609},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.830407,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.8355946,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.830407,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.830407,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.87669593,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"tests/Unit/Component/Nudge/NudgeRunFactoryTest.php","depth":15,"bounds":{"left":0.43899602,"top":0.87948924,"width":0.1200133,"height":0.016759777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"tests/Unit/Component/Nudge/NudgeRunFactoryTest.php","depth":16,"bounds":{"left":0.43899602,"top":0.8810854,"width":0.1200133,"height":0.013567438},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"tests/Unit/Component/Nudge/NudgeRunFactoryTest.php","depth":18,"bounds":{"left":0.43899602,"top":0.8830806,"width":0.1200133,"height":0.011572227},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy file name to clipboard","depth":15,"bounds":{"left":0.5616689,"top":0.87669593,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Expand all lines: tests/Unit/Component/Nudge/NudgeRunFactoryTest.php","depth":15,"bounds":{"left":0.5709774,"top":0.87669593,"width":0.00930851,"height":0.022346368},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lines changed: 168 additions & 0 deletions","depth":15,"bounds":{"left":0.9065825,"top":0.8890662,"width":0.019946808,"height":0.11093378},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Viewed","depth":14,"bounds":{"left":0.93550533,"top":0.87669593,"width":0.026595745,"height":0.022346368},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Viewed","depth":16,"bounds":{"left":0.94514626,"top":0.8818835,"width":0.013962766,"height":0.011971269},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Comment on this file","depth":14,"bounds":{"left":0.96476066,"top":0.87669593,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"More options","depth":14,"bounds":{"left":0.97672874,"top":0.87669593,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand file","depth":14,"bounds":{"left":0.42835772,"top":0.92298484,"width":0.00930851,"height":0.022346368},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
8410836309462877329
|
-5387018527755329401
|
idle
|
accessibility
|
NULL
|
Platform Sprint 2 Q2 - Platform Team - Scrum Board Platform Sprint 2 Q2 - Platform Team - Scrum Board - Jira
JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app
JY-20489 | Optimize Nudges - Phase 2 by yalokin-jiminny · Pull Request #11997 · jiminny/app
Close tab
New Tab
New Tab
AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app
AI reports promotion pages by nikolay-yankov · Pull Request #11998 · jiminny/app
JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app
JY-9712 | Nuges to expire after one year by nikolaybiaivanov · Pull Request #11981 · jiminny/app
Jiminny
Jiminny
Userpilot | Nudge-created
Userpilot | Nudge-created
JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app
JY-20157 add not enough activities notification by LakyLak · Pull Request #12011 · jiminny/app
Pipelines - jiminny/app
Pipelines - jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
Issues(g then i)
Pull requests
Repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (31)
Pull requests
(
31
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (32)
Security and quality
(
32
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
JY-20489 | Optimize Nudges - Phase 2 #11997 Edit title
JY-20489 | Optimize Nudges - Phase 2
#
11997
Edit title
Preview
Preview
Awaiting approval
Awaiting approval
Code
Code
Open
yalokin-jiminny
yalokin-jiminny
wants to merge 17 commits into
master
master
from
JY-20489-hudges-phase2
JY-20489-hudges-phase2
Copy head branch name to clipboard
Lines changed: 728 additions & 20 deletions
Conversation (5)
Conversation
(
5
)
Commits (17)
Commits
(
17
)
Checks (2)
Checks
(
2
)
Files changed (13)
Files changed
(
13
)
Pull Request Toolbar
Pull Request Toolbar
Collapse file tree
All commits
All commits
13
/
13
viewed
Submit review
Submit
review
Open diff view settings
Open overview panel
Open comments panel
(
0
)
Filter files…
Filter options
File tree
File tree
app
Component
ActivitySearch
FilterDefinition
IndexedAtFrom.php
IndexedAtFrom.php
Service
ActivitySearch.php
ActivitySearch.php
Nudge
Repository
NudgeRepository.php
NudgeRepository.php
NudgeRunFactory.php
NudgeRunFactory.php
Console
Commands
RemoveExpiredNudgesCommand.php
RemoveExpiredNudgesCommand.php
Kernel.php
Kernel.php
Models
Nudge.php
Nudge.php
VO/Repository/OnDemandActivitySearch
Criteria.php
Criteria.php
database/migrations
2026_04_21_170000_add_last_run_at_to_nudges_table.php
2026_04_21_170000_add_last_run_at_to_nudges_table.php
tests/Unit
Component
ActivitySearch/FilterDefinition
IndexedAtFromTest.php
IndexedAtFromTest.php
Nudge
Repository
NudgeRepositoryBoundedDedupTest.php
NudgeRepositoryBoundedDedupTest.php
NudgeRunFactoryTest.php
NudgeRunFactoryTest.php
VO/Repository/OnDemandActivitySearch
CriteriaTest.php
CriteriaTest.php
Expand file
app/Component/ActivitySearch/FilterDefinition/IndexedAtFrom.php
app/Component/ActivitySearch/FilterDefinition/IndexedAtFrom.php
app/Component/ActivitySearch/FilterDefinition/IndexedAtFrom.php
Copy file name to clipboard
Lines changed: 36 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/Component/ActivitySearch/Service/ActivitySearch.php
app/Component/ActivitySearch/Service/ActivitySearch.php
app/Component/ActivitySearch/Service/ActivitySearch.php
Copy file name to clipboard
Expand all lines: app/Component/ActivitySearch/Service/ActivitySearch.php
Lines changed: 1 addition & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/Component/Nudge/Repository/NudgeRepository.php
app/Component/Nudge/Repository/NudgeRepository.php
app/Component/Nudge/Repository/NudgeRepository.php
Copy file name to clipboard
Expand all lines: app/Component/Nudge/Repository/NudgeRepository.php
Lines changed: 19 additions & 5 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/Component/Nudge/NudgeRunFactory.php
app/Component/Nudge/NudgeRunFactory.php
app/Component/Nudge/NudgeRunFactory.php
Copy file name to clipboard
Expand all lines: app/Component/Nudge/NudgeRunFactory.php
Lines changed: 68 additions & 14 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/Console/Commands/RemoveExpiredNudgesCommand.php
app/Console/Commands/RemoveExpiredNudgesCommand.php
app/Console/Commands/RemoveExpiredNudgesCommand.php
Copy file name to clipboard
Expand all lines: app/Console/Commands/RemoveExpiredNudgesCommand.php
Lines changed: 77 additions & 1 deletion
Viewed
Viewed
Comment on this file
More options
Expand file
app/Console/Kernel.php
app/Console/Kernel.php
app/Console/Kernel.php
Copy file name to clipboard
Expand all lines: app/Console/Kernel.php
Lines changed: 2 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/Models/Nudge.php
app/Models/Nudge.php
app/Models/Nudge.php
Copy file name to clipboard
Expand all lines: app/Models/Nudge.php
Lines changed: 14 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
app/VO/Repository/OnDemandActivitySearch/Criteria.php
app/VO/Repository/OnDemandActivitySearch/Criteria.php
app/VO/Repository/OnDemandActivitySearch/Criteria.php
Copy file name to clipboard
Expand all lines: app/VO/Repository/OnDemandActivitySearch/Criteria.php
Lines changed: 16 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
database/migrations/2026_04_21_170000_add_last_run_at_to_nudges_table.php
database/migrations/2026_04_21_170000_add_last_run_at_to_nudges_table.php
database/migrations/2026_04_21_170000_add_last_run_at_to_nudges_table.php
Copy file name to clipboard
Lines changed: 50 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
tests/Unit/Component/ActivitySearch/FilterDefinition/IndexedAtFromTest.php
tests/Unit/Component/ActivitySearch/FilterDefinition/IndexedAtFromTest.php
tests/Unit/Component/ActivitySearch/FilterDefinition/IndexedAtFromTest.php
Copy file name to clipboard
Lines changed: 68 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
tests/Unit/Component/Nudge/Repository/NudgeRepositoryBoundedDedupTest.php
tests/Unit/Component/Nudge/Repository/NudgeRepositoryBoundedDedupTest.php
tests/Unit/Component/Nudge/Repository/NudgeRepositoryBoundedDedupTest.php
Copy file name to clipboard
Lines changed: 141 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file
tests/Unit/Component/Nudge/NudgeRunFactoryTest.php
tests/Unit/Component/Nudge/NudgeRunFactoryTest.php
tests/Unit/Component/Nudge/NudgeRunFactoryTest.php
Copy file name to clipboard
Expand all lines: tests/Unit/Component/Nudge/NudgeRunFactoryTest.php
Lines changed: 168 additions & 0 deletions
Viewed
Viewed
Comment on this file
More options
Expand file...
|
NULL
|
|
58035
|
1247
|
32
|
2026-04-20T12:21:21.933321+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-20/1776 /Users/lukas/.screenpipe/data/data/2026-04-20/1776687681933_m2.jpg...
|
Activity Monitor
|
Activity Monitor
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PhostormFV faVsco.js?9 masterProiect>D Coaching PhostormFV faVsco.js?9 masterProiect>D Coaching• m Conterenceswnleteelnn> D Planhatv D UserPilot© CreateHeldActivityEvent.php© ConferenceListener.phpc) cnded.pnpc) Lockea.pnpC) MatchMeeuingownerevent.onp© ParticipantDeclinedRecordingListener.phpc) started.ongaConnections•DCrmC Following• ProvidersSessionsu SmsSortohone© DialerMetricsimportedActivityListener.php@ ElasticSearchMetricsRemoveActivitvListener.oh© GenerateExportTokens.phpC ImportRemoteTrackListener.oho(C) PlanhatActivitvListener.ohoC ReindexForAccountListener.oho@ RoindeyForContactl ictener nhnc) RoindeyForGrounl ictener nhnlReindexForLeadListener.php@ [EMAIL]© kelndexroruserListener.onp© kesolverrovider.ong(9) CondEvnortEmail nhnsetupintegrationAction.onpc userPilotacuivityListener.onp> 0 Authenticationcalendars0 CrmBootstrapintegrationApp.phpC) ImportActivitvivpes.phoC) ImportMetadata.ohpc)InitPronlles.onC)LavoutModitiedListener.ohoC) LavoutUodatedListener.ohnCRematchActivitv@[EMAIL](C) RemoteCrmRecordDeletedListener.ohoC) [EMAIL]) [EMAIL]@ SyncProfileLeads.php(c) SvncProfile@nnortunities.nhnDealPicks1M GlasticSearchC ActivitvController.ohn©AskAnythingController.phpAutomateakeporskepository.pnpAutomatedkeporsserwice.ong© AutomatedReportsCommand.phpUpaatencuviyclasticsearenDocumentcommana.onpC RequestGeneratereportJob.ong© AutomatedReportResult.php©) Automatedkeport.pnpclass SyncProt1leupportun1tles 1mplements Shouldouevepublic function hancre(ProfileCreated Sevent): voidcontrauration:: PRUVIDER COPPER.Confiquration::PROVIDER PTPEDRIVEIntearationAooProviders: :Z0H0 CRMIsthis->Logger->info('Svncina ooportunities for the newly created orofile!. ii'profile' => Scrmidi=> Steamid,$this->jobDispatcher->dispatch(new SyncProfileMetadata(Sprofile->getUserOD):$this->createDealInsightsLayoutIfDoesNotExist(ScrmConfiguration)$since = $this->configurationSettingsService->getSyncPeriod(ScrmConfiguration);if (! Sthis->confiqurationSettingsService->requiresSlidingWindowSearch($crmConfiquration) {Sthis->iobDispatcher->dispatch(new syncupportunitlesJoblScrmConfiquration->getIdO.'crm profile id' => $crmId.'since' => $since.trateay: OpportunitvSvncStrategvResolver::LAST MODIFTED BY PROFILE SYNC OPPORTUNTTY STRATEGY•else -Isthis->timePerioditerator->aeneratelnt.NowsorMaxSevendavsdonPeriod• function Carhon Sstant. Canhon Sendi use Scrmonfiauration. ScrmId)• voids..?private function createDealInsightsLayoutIfDoesNotExist(Confiquration ScrmConfiguration): void{...}147100% 52• Mon ZU AOr 10.21-2L AskJiminnyReportActivityServiceTest v=custom.log =laravel.logA SF [jiminny@localhost]« HS_local [jiminny@localhost]& console [PROD] X# console leu)« console [STAGING]So jiminny034 A1 A34 V 62 ^SELECT * FROM crm confiqurationsWHERE 10 = 555SELECT * FROM users WHERE id = 15440; # team. 581, gr. 15440, pl. 3911, act. field 162182CONCAT(u.id, CASE WHEN V.id = t.owner_id THEN' (owner)' ELSE "" END) AS user_id,u.emailsa.*,t.owner_id FROM social_accounts saJOIN users u on u.id = sa.sociable_idJOTN teams +1..n<->1: on t.id = u.team_idVHERE u.team_id = 581 and sa.provider = 'salesforce';SELECT * FROM automated_report_results order by id desc;select x tron reacuresselect * from team features where feature id = 40:select * from teams where id = 556:select * trom automated reports where 10 = 54: # 4t0041t6-dcт0-5000-[CREDIT_CARD]|"pdt", "podcast"SELEL *-RUMselect * tromSELECT * FROMautomated report resulrs wieke uund to binl [CREDIT_CARD]-[CREDIT_CARD]' = UU1d5automated_report_results order by id desc;automated renort results WHERE 10 = 1919:select * from automated_report_results WHERE report id = 54;select * from opportunities where 1d = 7594349:SELEC * FROM teams WHERE name UTKE "%les%'* #111, 692. 16067 -Timinnvinteorationdlesmils.comselect * from playbooks where team_id = 711; # event 226147SELECT * EROM nlavbook cateaonies WHERE nlavbook 1d = 55155SELECT * FROM crm_fields WHERE id = 226147)SELECT * FROMWHERE eom field id = 2261473RELSCT * CPOM eom confiaunations MHEPE 1d = 402RELECTCONCAT(u.id, CASE WHEN u.id = t.owner id THEN ' (owner)' ELSE "• END) AS user idv.emailt.owner id FROM social accounts saJOIN users u on u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.team idVHERE u,team id = 711 and sa.provider = 'salesforce':SELECT * FROM crm profiles co JOIN users u 1..n<->1: on u.id = co.user id WHERE u.team_id = 711:Po 4 spaces...
|
NULL
|
8410687963712882198
|
NULL
|
click
|
ocr
|
NULL
|
PhostormFV faVsco.js?9 masterProiect>D Coaching PhostormFV faVsco.js?9 masterProiect>D Coaching• m Conterenceswnleteelnn> D Planhatv D UserPilot© CreateHeldActivityEvent.php© ConferenceListener.phpc) cnded.pnpc) Lockea.pnpC) MatchMeeuingownerevent.onp© ParticipantDeclinedRecordingListener.phpc) started.ongaConnections•DCrmC Following• ProvidersSessionsu SmsSortohone© DialerMetricsimportedActivityListener.php@ ElasticSearchMetricsRemoveActivitvListener.oh© GenerateExportTokens.phpC ImportRemoteTrackListener.oho(C) PlanhatActivitvListener.ohoC ReindexForAccountListener.oho@ RoindeyForContactl ictener nhnc) RoindeyForGrounl ictener nhnlReindexForLeadListener.php@ [EMAIL]© kelndexroruserListener.onp© kesolverrovider.ong(9) CondEvnortEmail nhnsetupintegrationAction.onpc userPilotacuivityListener.onp> 0 Authenticationcalendars0 CrmBootstrapintegrationApp.phpC) ImportActivitvivpes.phoC) ImportMetadata.ohpc)InitPronlles.onC)LavoutModitiedListener.ohoC) LavoutUodatedListener.ohnCRematchActivitv@[EMAIL](C) RemoteCrmRecordDeletedListener.ohoC) [EMAIL]) [EMAIL]@ SyncProfileLeads.php(c) SvncProfile@nnortunities.nhnDealPicks1M GlasticSearchC ActivitvController.ohn©AskAnythingController.phpAutomateakeporskepository.pnpAutomatedkeporsserwice.ong© AutomatedReportsCommand.phpUpaatencuviyclasticsearenDocumentcommana.onpC RequestGeneratereportJob.ong© AutomatedReportResult.php©) Automatedkeport.pnpclass SyncProt1leupportun1tles 1mplements Shouldouevepublic function hancre(ProfileCreated Sevent): voidcontrauration:: PRUVIDER COPPER.Confiquration::PROVIDER PTPEDRIVEIntearationAooProviders: :Z0H0 CRMIsthis->Logger->info('Svncina ooportunities for the newly created orofile!. ii'profile' => Scrmidi=> Steamid,$this->jobDispatcher->dispatch(new SyncProfileMetadata(Sprofile->getUserOD):$this->createDealInsightsLayoutIfDoesNotExist(ScrmConfiguration)$since = $this->configurationSettingsService->getSyncPeriod(ScrmConfiguration);if (! Sthis->confiqurationSettingsService->requiresSlidingWindowSearch($crmConfiquration) {Sthis->iobDispatcher->dispatch(new syncupportunitlesJoblScrmConfiquration->getIdO.'crm profile id' => $crmId.'since' => $since.trateay: OpportunitvSvncStrategvResolver::LAST MODIFTED BY PROFILE SYNC OPPORTUNTTY STRATEGY•else -Isthis->timePerioditerator->aeneratelnt.NowsorMaxSevendavsdonPeriod• function Carhon Sstant. Canhon Sendi use Scrmonfiauration. ScrmId)• voids..?private function createDealInsightsLayoutIfDoesNotExist(Confiquration ScrmConfiguration): void{...}147100% 52• Mon ZU AOr 10.21-2L AskJiminnyReportActivityServiceTest v=custom.log =laravel.logA SF [jiminny@localhost]« HS_local [jiminny@localhost]& console [PROD] X# console leu)« console [STAGING]So jiminny034 A1 A34 V 62 ^SELECT * FROM crm confiqurationsWHERE 10 = 555SELECT * FROM users WHERE id = 15440; # team. 581, gr. 15440, pl. 3911, act. field 162182CONCAT(u.id, CASE WHEN V.id = t.owner_id THEN' (owner)' ELSE "" END) AS user_id,u.emailsa.*,t.owner_id FROM social_accounts saJOIN users u on u.id = sa.sociable_idJOTN teams +1..n<->1: on t.id = u.team_idVHERE u.team_id = 581 and sa.provider = 'salesforce';SELECT * FROM automated_report_results order by id desc;select x tron reacuresselect * from team features where feature id = 40:select * from teams where id = 556:select * trom automated reports where 10 = 54: # 4t0041t6-dcт0-5000-[CREDIT_CARD]|"pdt", "podcast"SELEL *-RUMselect * tromSELECT * FROMautomated report resulrs wieke uund to binl [CREDIT_CARD]-[CREDIT_CARD]' = UU1d5automated_report_results order by id desc;automated renort results WHERE 10 = 1919:select * from automated_report_results WHERE report id = 54;select * from opportunities where 1d = 7594349:SELEC * FROM teams WHERE name UTKE "%les%'* #111, 692. 16067 -Timinnvinteorationdlesmils.comselect * from playbooks where team_id = 711; # event 226147SELECT * EROM nlavbook cateaonies WHERE nlavbook 1d = 55155SELECT * FROM crm_fields WHERE id = 226147)SELECT * FROMWHERE eom field id = 2261473RELSCT * CPOM eom confiaunations MHEPE 1d = 402RELECTCONCAT(u.id, CASE WHEN u.id = t.owner id THEN ' (owner)' ELSE "• END) AS user idv.emailt.owner id FROM social accounts saJOIN users u on u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.team idVHERE u,team id = 711 and sa.provider = 'salesforce':SELECT * FROM crm profiles co JOIN users u 1..n<->1: on u.id = co.user id WHERE u.team_id = 711:Po 4 spaces...
|
58032
|
|
56138
|
1214
|
29
|
2026-04-20T10:58:11.231958+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-20/1776 /Users/lukas/.screenpipe/data/data/2026-04-20/1776682691231_m2.jpg...
|
PhpStorm
|
PhpStorm
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PhostormVIewINavigarecodeLaravelKeractorJOOISWindo PhostormVIewINavigarecodeLaravelKeractorJOOISWindowFV faVsco.js#11986 on JY-20692-fix-inte© ReportController.php•O config.> contribCo Tokenbullder.ongC Team.pngstGeneratereportJob.php> M database>D docsv D front-end> D.vscode› D.yarn› D coveragewOpportunitysynclrait.pnpV connect.vue x V Onboard.vue<scr1pt>async integrationApp0nClick() {• _ node modulesC public› _ resourcesCa scriptsconst saveRequest = await axios.post(OSrC0mock.aposC assets(saveRequest data &x saveRequest data, success === true) <** If all is good refresh the page here */window. location = "/dashboard".Loo: oricin/Jy-18908-ask-iminny-on-demandconsoleLO0 X+ → = Side-by-side viewer -Do not ignore> UP tracking controller 1 file. Today 9:22› Don't send if no s3 path (fix update to failed) 1 file. 17.04.26. 12:56>FEATURE CHANGES 3 files, 6.04.26, 13:40› web.php fix router 1 file, 1.04.26, 9:23> SF Type error fix 2 files, 31.03.26. 12:26> next automated report task 1 file. 31.03.26. 10:55a Base version aoo/Htto/Controllers/AP|Actuse Jiminny Models|Stage:use Jiminny Models Team:use Jiminny Models Trackuse Jiminny Models User:who knows Z tllles, 24.03.26. 14:45> temo fix 32 files. 24.03.26. 10:51> env local not sure why it was chanded 1 file. 24.03.26. 10:041v Al Reports 21 files. 19.03.26. 18:07use Jiminny Repositories\CoachingFeedbackRepository:use Jiminny Repositories\ElasticActivityRepository:use Jiminny Repositories\TeamRepository:use liminnv Rules CrmRefenenco•2026 03 19 150000 create al revorts table,ono database/miarations.#: 2026_03_19_150001_create_aj_report_results_table.php database/migrations÷7026 03 19 150002 add teature ai renorts.nhn database miarationsifil ActivityController.php app/Http/Controllers/AFAL Aikeport.nhn ann/ModelsA. AjReportResult.php app/ModelsAiRenortsController.ohnann/Htto/Controllers/AP|/AiRenortsAjReportsRepository.php app/RepositoriesAiPonortcCchodulerCommand.nhn ann/Concole/Commandc/Ponortc. AjReportsSendCommand.php app/Console/Commands/Reportsfнс AjReportsService.php app/Services/AjReportsapi.php routesAskAnythingController.php app/Http/Controllers/API/V2AutomatedReportsRetentionPolicyCommand.php app/Console/Commands/Rep.CreateAjReportRequest.php app/Http/Requests/APl/AjReports- FeatureEnum.php app/Models/FeatureReportController.php app/Http/Controllers/Webhook#. RequestGenerateAiReport.Job.php app/Jobs/AiReportsE SendAjReportJob, php app/Jobs/AjRportsod 1 commit to.oriain/IV.20602-fiycintearation-ann-tokencauth-recnonco.chande /| View null requect (12 minutes aaolnnivate ActivitvtommentSenvice SactivitvtonmentSenvicelprivate LoggerInterface $loggerprivate readonly CoachingFeedbackRepository $coachingFeedbackRepository.private readonly TeamRepository $teamRepository.parent:: construct($response):public function deleteActivitySearch(Request Srequest. Search Ssearch): JsonResponseSthis->authorizedelete', Ssearch):Ssearch->filters()-›delete@:Ssearch->deleteo:= custom.log=laravel.logA SF [jiminny@localhostj4 HS_local jiminny@localhost]A console (eu)« console (PROD] XCascadeA console [STAGING]Retactor Connectiondo jiminny v034 A1 A34 V 62 ^select * from teams where 1d = 5561What happens it connection.disconnected doesn't exist?select * from automated_reports where id = 54; # 4fdd41f6-dcf0-30d0-b339-7345381b6044,["pdf", "podcast"]SELECT * FROM automated_report_results WHERE uuid_to_bin('822fa41b-afd3-43a9-a248-86b0e36f3131') = uuid;It connection.disconnected is not detined on the object, accessing it returns under ined .select x tron ducomaced_reportresucts order by zo desca587sclcul x rkun ducorE resulus WhEKE 10 = 2727158Sselecc * rrom aucomaced reporc resulcs witkE reporc 10 = 54if iconnection ll connection.disconnected za= true ll connection.connected === false) ^598select * from opportunities where id = 7594349:l592Let's trace with disconnected missing (ie. undefined)594scuel * rkon reams whcke name LiKe "%eS%''#711, 0%4. 1000/3 -12minnvinteqrarzondlesmauls.comselect * from playbooks where team_id = 711: # event 226147Ask anytning (dtLSELECT * FROM Dlavbook categoriesWHERE DLAVbooK 10 = 55151SELECT * FROM crm_fields WHERE 1d = 226147;SELECT * FROM<› Code Claude Oous 477 MediumWHERE crm_ field 1d = 226147X 15 Tộ Shelved versionuse Jiminny Models|Stage:use Jaminny Models Team:use Jiminny\Models\Track;use JiminnyRenositories CoachinaFeedbackRenositorv:use Jiminny Repositories\ElasticActivityRepository:use liminnv Renacitaniec TeamPenacitany•use Jiminny Rules \CrmReferenceprivate ActivityCommentService SactivityCommentService,private LoggerInterface $loggerprivate readonly CoachingFeedbackRepository $coachingFeedbackRepository.nnivate readonlv TeamRepository SteamRepos1tory.privace readonly Акерогиsкeрos1сory балкерогсskeposicory.110parent:: construct(Sresponse):1116 09pubunc function deleteActivitySearch Request Srequest. Search Ssearch: JsonResponseSthis->authorize delete', Ssearch):SanRenortcount= sthis->anRenortsRenosttorv->countActiveRenontsBvsavedSearchssearch->cetidon:if (SaiRenortCount > 0) £return Sthis->response->errorWeongAras(100% LzMon ZU AOr 13.00.11AutomatedReportsCommandTestvwhat is the connection.disconnected doesn't exist?3 differencesWN Windsurf Teamsio 2 spaces...
|
NULL
|
8410479814141736044
|
NULL
|
visual_change
|
ocr
|
NULL
|
PhostormVIewINavigarecodeLaravelKeractorJOOISWindo PhostormVIewINavigarecodeLaravelKeractorJOOISWindowFV faVsco.js#11986 on JY-20692-fix-inte© ReportController.php•O config.> contribCo Tokenbullder.ongC Team.pngstGeneratereportJob.php> M database>D docsv D front-end> D.vscode› D.yarn› D coveragewOpportunitysynclrait.pnpV connect.vue x V Onboard.vue<scr1pt>async integrationApp0nClick() {• _ node modulesC public› _ resourcesCa scriptsconst saveRequest = await axios.post(OSrC0mock.aposC assets(saveRequest data &x saveRequest data, success === true) <** If all is good refresh the page here */window. location = "/dashboard".Loo: oricin/Jy-18908-ask-iminny-on-demandconsoleLO0 X+ → = Side-by-side viewer -Do not ignore> UP tracking controller 1 file. Today 9:22› Don't send if no s3 path (fix update to failed) 1 file. 17.04.26. 12:56>FEATURE CHANGES 3 files, 6.04.26, 13:40› web.php fix router 1 file, 1.04.26, 9:23> SF Type error fix 2 files, 31.03.26. 12:26> next automated report task 1 file. 31.03.26. 10:55a Base version aoo/Htto/Controllers/AP|Actuse Jiminny Models|Stage:use Jiminny Models Team:use Jiminny Models Trackuse Jiminny Models User:who knows Z tllles, 24.03.26. 14:45> temo fix 32 files. 24.03.26. 10:51> env local not sure why it was chanded 1 file. 24.03.26. 10:041v Al Reports 21 files. 19.03.26. 18:07use Jiminny Repositories\CoachingFeedbackRepository:use Jiminny Repositories\ElasticActivityRepository:use Jiminny Repositories\TeamRepository:use liminnv Rules CrmRefenenco•2026 03 19 150000 create al revorts table,ono database/miarations.#: 2026_03_19_150001_create_aj_report_results_table.php database/migrations÷7026 03 19 150002 add teature ai renorts.nhn database miarationsifil ActivityController.php app/Http/Controllers/AFAL Aikeport.nhn ann/ModelsA. AjReportResult.php app/ModelsAiRenortsController.ohnann/Htto/Controllers/AP|/AiRenortsAjReportsRepository.php app/RepositoriesAiPonortcCchodulerCommand.nhn ann/Concole/Commandc/Ponortc. AjReportsSendCommand.php app/Console/Commands/Reportsfнс AjReportsService.php app/Services/AjReportsapi.php routesAskAnythingController.php app/Http/Controllers/API/V2AutomatedReportsRetentionPolicyCommand.php app/Console/Commands/Rep.CreateAjReportRequest.php app/Http/Requests/APl/AjReports- FeatureEnum.php app/Models/FeatureReportController.php app/Http/Controllers/Webhook#. RequestGenerateAiReport.Job.php app/Jobs/AiReportsE SendAjReportJob, php app/Jobs/AjRportsod 1 commit to.oriain/IV.20602-fiycintearation-ann-tokencauth-recnonco.chande /| View null requect (12 minutes aaolnnivate ActivitvtommentSenvice SactivitvtonmentSenvicelprivate LoggerInterface $loggerprivate readonly CoachingFeedbackRepository $coachingFeedbackRepository.private readonly TeamRepository $teamRepository.parent:: construct($response):public function deleteActivitySearch(Request Srequest. Search Ssearch): JsonResponseSthis->authorizedelete', Ssearch):Ssearch->filters()-›delete@:Ssearch->deleteo:= custom.log=laravel.logA SF [jiminny@localhostj4 HS_local jiminny@localhost]A console (eu)« console (PROD] XCascadeA console [STAGING]Retactor Connectiondo jiminny v034 A1 A34 V 62 ^select * from teams where 1d = 5561What happens it connection.disconnected doesn't exist?select * from automated_reports where id = 54; # 4fdd41f6-dcf0-30d0-b339-7345381b6044,["pdf", "podcast"]SELECT * FROM automated_report_results WHERE uuid_to_bin('822fa41b-afd3-43a9-a248-86b0e36f3131') = uuid;It connection.disconnected is not detined on the object, accessing it returns under ined .select x tron ducomaced_reportresucts order by zo desca587sclcul x rkun ducorE resulus WhEKE 10 = 2727158Sselecc * rrom aucomaced reporc resulcs witkE reporc 10 = 54if iconnection ll connection.disconnected za= true ll connection.connected === false) ^598select * from opportunities where id = 7594349:l592Let's trace with disconnected missing (ie. undefined)594scuel * rkon reams whcke name LiKe "%eS%''#711, 0%4. 1000/3 -12minnvinteqrarzondlesmauls.comselect * from playbooks where team_id = 711: # event 226147Ask anytning (dtLSELECT * FROM Dlavbook categoriesWHERE DLAVbooK 10 = 55151SELECT * FROM crm_fields WHERE 1d = 226147;SELECT * FROM<› Code Claude Oous 477 MediumWHERE crm_ field 1d = 226147X 15 Tộ Shelved versionuse Jiminny Models|Stage:use Jaminny Models Team:use Jiminny\Models\Track;use JiminnyRenositories CoachinaFeedbackRenositorv:use Jiminny Repositories\ElasticActivityRepository:use liminnv Renacitaniec TeamPenacitany•use Jiminny Rules \CrmReferenceprivate ActivityCommentService SactivityCommentService,private LoggerInterface $loggerprivate readonly CoachingFeedbackRepository $coachingFeedbackRepository.nnivate readonlv TeamRepository SteamRepos1tory.privace readonly Акерогиsкeрos1сory балкерогсskeposicory.110parent:: construct(Sresponse):1116 09pubunc function deleteActivitySearch Request Srequest. Search Ssearch: JsonResponseSthis->authorize delete', Ssearch):SanRenortcount= sthis->anRenortsRenosttorv->countActiveRenontsBvsavedSearchssearch->cetidon:if (SaiRenortCount > 0) £return Sthis->response->errorWeongAras(100% LzMon ZU AOr 13.00.11AutomatedReportsCommandTestvwhat is the connection.disconnected doesn't exist?3 differencesWN Windsurf Teamsio 2 spaces...
|
NULL
|
|
61622
|
1328
|
46
|
2026-04-21T07:05:49.666430+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-21/1776 /Users/lukas/.screenpipe/data/data/2026-04-21/1776755149666_m1.jpg...
|
QuickTime Player
|
Daily 2026-04-21.mp4
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
rewind
play/pause
fast forward
mute
More Controls
rewind
play/pause
fast forward
mute
More Controls
toggle full screen
show external playback menu
show external playback menu
show media selection menu
toggle picture-in-picture playback
show action menu
share
show chapter menu
zoom
zoom
playback speed
11:38
toggle elapsed time, timecode and framecount
14:32
toggle duration and remaining time
document actions
Daily 2026-04-21.mp4...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"rewind","depth":1,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXCheckBox","text":"play/pause","depth":1,"role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":true},{"role":"AXButton","text":"fast forward","depth":1,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"mute","depth":1,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"More Controls","depth":1,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXCheckBox","text":"toggle full screen","depth":1,"role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"show external playback menu","depth":1,"role_description":"button","is_focused":false},{"role":"AXButton","text":"show external playback menu","depth":2,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"show media selection menu","depth":1,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"toggle picture-in-picture playback","depth":1,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"show action menu","depth":1,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"share","depth":1,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"show chapter menu","depth":1,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXCheckBox","text":"zoom","depth":1,"role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false},{"role":"AXCheckBox","text":"zoom","depth":1,"role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false},{"role":"AXButton","text":"playback speed","depth":1,"role_description":"button","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"11:38","depth":1,"role_description":"text"},{"role":"AXCheckBox","text":"toggle elapsed time, timecode and framecount","depth":1,"role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"14:32","depth":1,"role_description":"text"},{"role":"AXCheckBox","text":"toggle duration and remaining time","depth":1,"role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false},{"role":"AXMenuButton","text":"document actions","depth":1,"role_description":"menu button","is_enabled":false,"is_focused":false},{"role":"AXStaticText","text":"Daily 2026-04-21.mp4","depth":1,"role_description":"text"}]...
|
8410012408973125688
|
7073516556259176052
|
click
|
hybrid
|
NULL
|
rewind
play/pause
fast forward
mute
More Controls
rewind
play/pause
fast forward
mute
More Controls
toggle full screen
show external playback menu
show external playback menu
show media selection menu
toggle picture-in-picture playback
show action menu
share
show chapter menu
zoom
zoom
playback speed
11:38
toggle elapsed time, timecode and framecount
14:32
toggle duration and remaining time
document actions
Daily 2026-04-21.mp4
System SettingsFileApril 2Q soun+EEST08:0009:0010:0511:0012:0013:0014:0015:0016:00SoundSound inputSound outputSound volumeAlerts and sound effectsMute the soundAccessibilityBackground soundsBackgroundsounds volumeFlash the screen when analert sound occursPlay sound whencommand is recognisedPlay soundsPlay sounds for keys anddwell actionsPlay system soundsSelect Background SoundTurn off backgroundsounds when your Mac isnot in useUse click key soundsHearing DevicesBluetoothBluetooth audioControl CentreShow volume in themenu barNetworkEditViewWindowHelpSoundSound EffectsAlert soundPlay sound effects throughAlert volumePlay sound on startupPlay user interface sound effectsPlay feedback when volume is changedOutput & InputOutputNameDELL U3821DWMacBook Pro Speakerssoundcore AeroClipLiving Room TVBoop € Osoundcore AeroClip CInputTyрeDisplayPortBuilt-inBluetoothAirPlayApplications may be able to access head pose information when playingspatialised audio.Output volume4 H(*))• MuteBalanceLeftRightSupport Daily - in 4h 55 mWeek vTodaySat 25Sun 26MEMORY PRESSURE185,7 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <8Tue 21 Apr 10:05:49CPUMemoryEnergyDiskNetworkThreadsPorts PID ,00 GB13,41 GB2,53 GB2,25 GBApp Memory:Wired Memory:Compressed:Userlukaslukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,27 GB2,58 GB6,01 GB...
|
61621
|
|
19604
|
417
|
33
|
2026-04-15T07:48:31.130849+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776239311130_m1.jpg...
|
Firefox
|
Meet - [Platform] Planning I Session 📅 — Work
|
True
|
meet.google.com/tgb-pyuf-dri?authuser=lukas.kovali meet.google.com/tgb-pyuf-dri?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - [Platform] Planning I Session 📅
Close tab
N Meet - [Platform] Planning I Session 📅
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Galya Dimitrova (Presenting, annotating)
Galya Dimitrova (Presenting, annotating)
People
9
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Unpin Galya Dimitrova's presentation from your main screen
You can't unmute someone else's presentation
More options for Galya Dimitrova
Zoom in
Open in new window
Enter Full Screen
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Pin Stefka Stoyanova to your main screen
Mute Stefka Stoyanova's microphone
More options for Stefka Stoyanova
Stefka Stoyanova
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Pin Galya Dimitrova to your main screen
Mute Galya Dimitrova's microphone
More options for Galya Dimitrova
Galya Dimitrova
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Pin Nikolay Ivanov to your main screen
You can't unmute someone else
More options for Nikolay Ivanov
Nikolay Ivanov
4 others
4 others
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
You’re continuously framed
Backgrounds and effects
More options for Lukas Kovalik
Lukas Kovalik
Others might see more of your background. Click to view your full video.
10:48
AM
[Platform] Planning I Session 📅
[Platform] Planning I Session 📅
Audio settings
Turn on microphone
Video settings
Turn off camera
Galya Dimitrova is presenting
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools
Turn on microphone (⌘ + d)...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - [Platform] Planning I Session 📅","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Galya Dimitrova (Presenting, annotating)","depth":12,"bounds":{"left":0.07534722,"top":0.101111114,"width":0.18333334,"height":0.022222223},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Galya Dimitrova (Presenting, annotating)","depth":13,"bounds":{"left":0.07534722,"top":0.10222222,"width":0.18333334,"height":0.020555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"People","depth":15,"bounds":{"left":0.88680553,"top":0.08944444,"width":0.04097222,"height":0.04},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"9","depth":22,"bounds":{"left":0.9145833,"top":0.101111114,"width":0.0048611113,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Take notes with Gemini","depth":14,"bounds":{"left":0.93333334,"top":0.08944444,"width":0.025,"height":0.04},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Take notes with Gemini","depth":17,"bounds":{"left":0.9361111,"top":0.101111114,"width":0.06388891,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":22,"bounds":{"left":0.96666664,"top":0.101111114,"width":0.028125,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":22,"bounds":{"left":0.96458334,"top":0.090555556,"width":0.023611112,"height":0.037777778},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Pop out this video More screens are more fun. Play this video while you do other things.","depth":15,"bounds":{"left":0.5798611,"top":0.62833333,"width":0.14652778,"height":0.08888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pop out this video","depth":17,"bounds":{"left":0.7239583,"top":0.6427778,"width":0.08090278,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"More screens are more fun. Play this video while you do other things.","depth":16,"bounds":{"left":0.7017361,"top":0.6388889,"width":0.11076389,"height":0.05666667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Unpin Galya Dimitrova's presentation from your main screen","depth":13,"bounds":{"left":0.346875,"top":0.5083333,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"You can't unmute someone else's presentation","depth":13,"bounds":{"left":0.37465277,"top":0.5061111,"width":0.030555556,"height":0.04888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Galya Dimitrova","depth":13,"bounds":{"left":0.40520832,"top":0.5083333,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Zoom in","depth":13,"bounds":{"left":0.6315972,"top":0.83111113,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open in new window","depth":13,"bounds":{"left":0.6649306,"top":0.83111113,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Enter Full Screen","depth":13,"bounds":{"left":0.6982639,"top":0.83111113,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Pop out this video More screens are more fun. Play this video while you do other things.","depth":15,"bounds":{"left":0.80277777,"top":0.27611113,"width":0.14652778,"height":0.07722222},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pop out this video","depth":17,"bounds":{"left":0.946875,"top":0.2911111,"width":0.053125024,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"More screens are more fun. Play this video while you do other things.","depth":16,"bounds":{"left":0.92465276,"top":0.28666666,"width":0.075347245,"height":0.045},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pin Stefka Stoyanova to your main screen","depth":13,"bounds":{"left":0.76180553,"top":0.25111112,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Mute Stefka Stoyanova's microphone","depth":13,"bounds":{"left":0.7895833,"top":0.2488889,"width":0.030555556,"height":0.04888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Stefka Stoyanova","depth":13,"bounds":{"left":0.8201389,"top":0.25111112,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Stefka Stoyanova","depth":17,"bounds":{"left":0.75451386,"top":0.36277777,"width":0.088541664,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pop out this video More screens are more fun. Play this video while you do other things.","depth":15,"bounds":{"left":0.925,"top":0.27722222,"width":0.07499999,"height":0.07722222},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pop out this video","depth":17,"bounds":{"left":1.0,"top":0.29222223,"width":-0.06909728,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"More screens are more fun. Play this video while you do other things.","depth":16,"bounds":{"left":1.0,"top":0.28777778,"width":-0.046875,"height":0.045},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pin Galya Dimitrova to your main screen","depth":13,"bounds":{"left":0.8875,"top":0.25111112,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Mute Galya Dimitrova's microphone","depth":13,"bounds":{"left":0.9152778,"top":0.2488889,"width":0.030555556,"height":0.04888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Galya Dimitrova","depth":13,"bounds":{"left":0.9458333,"top":0.25111112,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Galya Dimitrova","depth":17,"bounds":{"left":0.8802083,"top":0.36277777,"width":0.08229167,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pop out this video More screens are more fun. Play this video while you do other things.","depth":15,"bounds":{"left":0.7861111,"top":0.5338889,"width":0.14652778,"height":0.07722222},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pop out this video","depth":17,"bounds":{"left":0.9302083,"top":0.54888886,"width":0.069791675,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"More screens are more fun. Play this video while you do other things.","depth":16,"bounds":{"left":0.9079861,"top":0.54444444,"width":0.092013896,"height":0.045},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pin Nikolay Ivanov to your main screen","depth":13,"bounds":{"left":0.76180553,"top":0.5088889,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"You can't unmute someone else","depth":13,"bounds":{"left":0.7895833,"top":0.50666666,"width":0.030555556,"height":0.04888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Nikolay Ivanov","depth":13,"bounds":{"left":0.8201389,"top":0.5088889,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Nikolay Ivanov","depth":17,"bounds":{"left":0.75451386,"top":0.6205556,"width":0.074652776,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"4 others","depth":11,"bounds":{"left":0.871875,"top":0.40888888,"width":0.11736111,"height":0.24444444},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"4 others","depth":13,"bounds":{"left":0.90902776,"top":0.5566667,"width":0.043055557,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pop out this video More screens are more fun. Play this video while you do other things.","depth":15,"bounds":{"left":0.8680556,"top":0.7916667,"width":0.13194442,"height":0.07722222},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pop out this video","depth":17,"bounds":{"left":0.79479164,"top":0.8066667,"width":0.07569444,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"More screens are more fun. Play this video while you do other things.","depth":16,"bounds":{"left":0.77534723,"top":0.80222225,"width":0.11736111,"height":0.045},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"You’re continuously framed","depth":13,"bounds":{"left":0.8229167,"top":0.7644445,"width":0.030555556,"height":0.04888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Backgrounds and effects","depth":13,"bounds":{"left":0.85347223,"top":0.7644445,"width":0.030555556,"height":0.04888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Lukas Kovalik","depth":13,"bounds":{"left":0.8840278,"top":0.76666665,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.75381947,"top":0.87833333,"width":0.06909722,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Others might see more of your background. Click to view your full video.","depth":14,"bounds":{"left":0.96631944,"top":0.875,"width":0.018055556,"height":0.028888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"10:48","depth":12,"bounds":{"left":0.050347224,"top":0.9444444,"width":0.028125,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AM","depth":12,"bounds":{"left":0.08194444,"top":0.9444444,"width":0.017708333,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"[Platform] Planning I Session 📅","depth":12,"bounds":{"left":0.11701389,"top":0.9111111,"width":0.16215278,"height":0.08888888},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[Platform] Planning I Session 📅","depth":15,"bounds":{"left":0.11701389,"top":0.9438889,"width":0.16215278,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Audio settings","depth":13,"bounds":{"left":0.32118055,"top":0.9288889,"width":0.06111111,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn on microphone","depth":13,"bounds":{"left":0.34895834,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXButton","text":"Video settings","depth":13,"bounds":{"left":0.38784721,"top":0.9288889,"width":0.06111111,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off camera","depth":13,"bounds":{"left":0.415625,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Galya Dimitrova is presenting","depth":12,"bounds":{"left":0.45451388,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Send a reaction","depth":12,"bounds":{"left":0.49895832,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn on captions","depth":13,"bounds":{"left":0.5434028,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Raise hand (ctrl + ⌘ + h)","depth":12,"bounds":{"left":0.58784723,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options","depth":12,"bounds":{"left":0.6322917,"top":0.9288889,"width":0.025,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Leave call","depth":12,"bounds":{"left":0.6628472,"top":0.9288889,"width":0.05,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Meeting details","depth":12,"bounds":{"left":0.89166665,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Chat with everyone","depth":12,"bounds":{"left":0.925,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Meeting tools","depth":12,"bounds":{"left":0.9583333,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Turn on microphone (⌘ + d)","depth":10,"bounds":{"left":0.3125,"top":0.9027778,"width":0.105902776,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
8409953327401347902
|
-6561211129315722472
|
visual_change
|
accessibility
|
NULL
|
Meet - [Platform] Planning I Session 📅
Close tab
N Meet - [Platform] Planning I Session 📅
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Galya Dimitrova (Presenting, annotating)
Galya Dimitrova (Presenting, annotating)
People
9
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Unpin Galya Dimitrova's presentation from your main screen
You can't unmute someone else's presentation
More options for Galya Dimitrova
Zoom in
Open in new window
Enter Full Screen
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Pin Stefka Stoyanova to your main screen
Mute Stefka Stoyanova's microphone
More options for Stefka Stoyanova
Stefka Stoyanova
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Pin Galya Dimitrova to your main screen
Mute Galya Dimitrova's microphone
More options for Galya Dimitrova
Galya Dimitrova
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
Pin Nikolay Ivanov to your main screen
You can't unmute someone else
More options for Nikolay Ivanov
Nikolay Ivanov
4 others
4 others
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video
More screens are more fun. Play this video while you do other things.
You’re continuously framed
Backgrounds and effects
More options for Lukas Kovalik
Lukas Kovalik
Others might see more of your background. Click to view your full video.
10:48
AM
[Platform] Planning I Session 📅
[Platform] Planning I Session 📅
Audio settings
Turn on microphone
Video settings
Turn off camera
Galya Dimitrova is presenting
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools
Turn on microphone (⌘ + d)...
|
NULL
|
|
56883
|
1228
|
33
|
2026-04-20T11:33:28.652290+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-20/1776 /Users/lukas/.screenpipe/data/data/2026-04-20/1776684808652_m2.jpg...
|
PhpStorm
|
PhpStorm
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PhostormVIewINavigarecodeFV faVsco.js#11894 on JY- PhostormVIewINavigarecodeFV faVsco.js#11894 on JY-18909-automated-reports-aslProiectEtest.py‹> Untitled Diaaram.xmlJs vetur.config.jsM+ WEBHOOK FILTERING_IMPLEMENTATION.md> 0b External Librariesv E° Scratches and Consolesv O Database ConsolesV A EUd console fEUlA DEAL RISKS (EUI& DI (EU)AEU [EU)v Ajiminny@localhost& console jiminny@localhost)# DI jiminny@localhost]A HS_local [jiminny@localhost]A SF ([jiminny@localhost]A zoho_dev (jiminny@localhost]V A PRODServices+.O cv D Databaseconsolev A liminnv@localhostA HS local4 SF 780 msAPROD« consoleASTAGINGIconsoleDockermelpphp 2026_03_20_000000_add_ask_jiminny_fields_to_automated_reports_table.php© AskAnythingController.php© AskAnythingPromptService.phpAskJiminnyReportsController.phpAskJIminnykeponacuvnyserwice.ong©) Updatetlasticsearch.phgRequestGenerateAskJiminnykeportJob.pnpAutomatedReportsController.phppnp api vz.ohoC) AutomatedReport.php<ohonamespace Jiminny Console Commands Activities:>use ...11 Dclass UpdateActivityElasticSearchDocumentCommand extends Commano13 014 0protected Ssignature = 'activity:update:es (activityId}';protected Sdescription = 'Update ES document synchronously';16 0г >public function __construct(private readonly Dispatcher $eventDispatcher)(...}Outputiih liminnv activitiesTx.|816 rowsvTx: Autodoid YW uuid (UUID with time-low and time-high swapped) Y346495 4352dd8e-fed9-480c-aa25-88430e4af349346526 23a5c7954354-4760-9a63-12fae32db956356001 458cf915-b914-4000-b083-5687b32b2956356008 [CREDIT_CARD]-0550-068472582150W source T<null><null><null><null>W external_id Y<null><null><null><null>providerms-teamsms-teamsms-teamsms-teams356015 [CREDIT_CARD]-8720-249h42863726<nul»<nulaoodle-meet38881A 78eda160-3086-425f-88a5-hhAc71h6AA8d<null><null)google-meet401246 1cf70968-19eb-4252-bc88-65b8b81d4C66<null><null>google-meet401247 469c90fd-5573-4544-a513-672c7954b738<null><null>google-meet407509 7520add8-8d87-41a5-98e5-fc4edf96£21e<nuLl422003 f43cf158-e60d-46е5-92f8-c4е0594a3219rinacentral-video422387 6835a947-2310-4389-9c7d-2c41e732ha1C422515 0164a4fb-Cb95-454e-9edd-4d804e4999bd616188 458cf6e7-cb11-4c7b-ba81-97ebee766d15616202 048ff97f-c50d-482e-87a9-4c345fa29c1f616310 21eb5cc7-1f66-42ec-a968-2a260050db6e<null><null><null><null><null><null>google-meet<null>amazon-connect93380bfd-680e-40f6-9550-9136f706419cgoogle-meet1f4a1138-bb64-4700-93d2-b683d6179466zoom-bot47549735-1d4e-46c2-a793-02bb7c955faeaoodle-meet616537 8fhede7b-ch4e-4100-a9ch-S1dKcdc1ah54<nuih)<nun>+wilao-videnl100% C4Mon 20 Apr 14:33:28= custom.log=laravel.log4 SF jiminny@localhost] X4 HS_local [jiminny@localhost& console (PROD]Aconsole [EUlconsole [STAGINGI190192194v197Tx: Auto vPlavaroundselect * from teams where id = 3143select * from crm_configurations where id = 500;select * from users where name = 'Integration Account"; # 1693SELECT * FROM social_accounts WHERE sociable_id = 1695;select * from activities where crm_configuration_id = 39and recording_state = 'recorded' and duration > 60and status = 'completed' and actual_start_time >= '2025-12-01'r liminnySELECT * FROM activities WHERE uuid_to_bin('458cf915-b914-4000-b083-5687b32b2956') = uuid;W [URL_WITH_CREDENTIALS] Mtelenhony provider id Yb83d2756-e73f-4533-a418-7ac9a9b717fe;51nhukivn1jptov88ulb83d2756-e73f-4533-a418-7ac9a9b717fe;51nhukivn1jptov88ul1671181396972:16711816891671184126324:1671192288ysw-drck-nhe: 64nhkvht4907ego21vjadpgm4qnah-wowz-wea•1676530840deq-vgcm-pfg:1679997208kts-zmnv-ipe:16799978293819506592:2a0509v2u2epaikdtis1slcoak360332235521-1686657355zcx-nqhd-ani:4er6441u0sqspcrmiafjv5mmgji97902a29-43c5-4da8-b875-d29ad6ea1af5pdt-phij-xtz:3m668nr7uqg2r5kc52h6hj8dv784792013308:gotfhsvena1taip0oc1asnt7dckuo-nffi-ier.3siuionlhindro90arapefdiavRM+4645e18005e3d59d914965f3877097816 rawe rotriavod ctartina from 1 in 662 me lovodution. 227 me fotchina: 126 melNN Windeurf Toame104.27LITC.QAensod...
|
NULL
|
8409792212808260783
|
NULL
|
visual_change
|
ocr
|
NULL
|
PhostormVIewINavigarecodeFV faVsco.js#11894 on JY- PhostormVIewINavigarecodeFV faVsco.js#11894 on JY-18909-automated-reports-aslProiectEtest.py‹> Untitled Diaaram.xmlJs vetur.config.jsM+ WEBHOOK FILTERING_IMPLEMENTATION.md> 0b External Librariesv E° Scratches and Consolesv O Database ConsolesV A EUd console fEUlA DEAL RISKS (EUI& DI (EU)AEU [EU)v Ajiminny@localhost& console jiminny@localhost)# DI jiminny@localhost]A HS_local [jiminny@localhost]A SF ([jiminny@localhost]A zoho_dev (jiminny@localhost]V A PRODServices+.O cv D Databaseconsolev A liminnv@localhostA HS local4 SF 780 msAPROD« consoleASTAGINGIconsoleDockermelpphp 2026_03_20_000000_add_ask_jiminny_fields_to_automated_reports_table.php© AskAnythingController.php© AskAnythingPromptService.phpAskJiminnyReportsController.phpAskJIminnykeponacuvnyserwice.ong©) Updatetlasticsearch.phgRequestGenerateAskJiminnykeportJob.pnpAutomatedReportsController.phppnp api vz.ohoC) AutomatedReport.php<ohonamespace Jiminny Console Commands Activities:>use ...11 Dclass UpdateActivityElasticSearchDocumentCommand extends Commano13 014 0protected Ssignature = 'activity:update:es (activityId}';protected Sdescription = 'Update ES document synchronously';16 0г >public function __construct(private readonly Dispatcher $eventDispatcher)(...}Outputiih liminnv activitiesTx.|816 rowsvTx: Autodoid YW uuid (UUID with time-low and time-high swapped) Y346495 4352dd8e-fed9-480c-aa25-88430e4af349346526 23a5c7954354-4760-9a63-12fae32db956356001 458cf915-b914-4000-b083-5687b32b2956356008 [CREDIT_CARD]-0550-068472582150W source T<null><null><null><null>W external_id Y<null><null><null><null>providerms-teamsms-teamsms-teamsms-teams356015 [CREDIT_CARD]-8720-249h42863726<nul»<nulaoodle-meet38881A 78eda160-3086-425f-88a5-hhAc71h6AA8d<null><null)google-meet401246 1cf70968-19eb-4252-bc88-65b8b81d4C66<null><null>google-meet401247 469c90fd-5573-4544-a513-672c7954b738<null><null>google-meet407509 7520add8-8d87-41a5-98e5-fc4edf96£21e<nuLl422003 f43cf158-e60d-46е5-92f8-c4е0594a3219rinacentral-video422387 6835a947-2310-4389-9c7d-2c41e732ha1C422515 0164a4fb-Cb95-454e-9edd-4d804e4999bd616188 458cf6e7-cb11-4c7b-ba81-97ebee766d15616202 048ff97f-c50d-482e-87a9-4c345fa29c1f616310 21eb5cc7-1f66-42ec-a968-2a260050db6e<null><null><null><null><null><null>google-meet<null>amazon-connect93380bfd-680e-40f6-9550-9136f706419cgoogle-meet1f4a1138-bb64-4700-93d2-b683d6179466zoom-bot47549735-1d4e-46c2-a793-02bb7c955faeaoodle-meet616537 8fhede7b-ch4e-4100-a9ch-S1dKcdc1ah54<nuih)<nun>+wilao-videnl100% C4Mon 20 Apr 14:33:28= custom.log=laravel.log4 SF jiminny@localhost] X4 HS_local [jiminny@localhost& console (PROD]Aconsole [EUlconsole [STAGINGI190192194v197Tx: Auto vPlavaroundselect * from teams where id = 3143select * from crm_configurations where id = 500;select * from users where name = 'Integration Account"; # 1693SELECT * FROM social_accounts WHERE sociable_id = 1695;select * from activities where crm_configuration_id = 39and recording_state = 'recorded' and duration > 60and status = 'completed' and actual_start_time >= '2025-12-01'r liminnySELECT * FROM activities WHERE uuid_to_bin('458cf915-b914-4000-b083-5687b32b2956') = uuid;W [URL_WITH_CREDENTIALS] Mtelenhony provider id Yb83d2756-e73f-4533-a418-7ac9a9b717fe;51nhukivn1jptov88ulb83d2756-e73f-4533-a418-7ac9a9b717fe;51nhukivn1jptov88ul1671181396972:16711816891671184126324:1671192288ysw-drck-nhe: 64nhkvht4907ego21vjadpgm4qnah-wowz-wea•1676530840deq-vgcm-pfg:1679997208kts-zmnv-ipe:16799978293819506592:2a0509v2u2epaikdtis1slcoak360332235521-1686657355zcx-nqhd-ani:4er6441u0sqspcrmiafjv5mmgji97902a29-43c5-4da8-b875-d29ad6ea1af5pdt-phij-xtz:3m668nr7uqg2r5kc52h6hj8dv784792013308:gotfhsvena1taip0oc1asnt7dckuo-nffi-ier.3siuionlhindro90arapefdiavRM+4645e18005e3d59d914965f3877097816 rawe rotriavod ctartina from 1 in 662 me lovodution. 227 me fotchina: 126 melNN Windeurf Toame104.27LITC.QAensod...
|
NULL
|
|
78835
|
2017
|
19
|
2026-04-24T13:49:17.939835+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777038557939_m1.jpg...
|
PhpStorm
|
faVsco.js – AutomatedReportsRepository.php
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
JY-20508-notify-before-AJ Project: faVsco.js, menu
JY-20508-notify-before-AJ-report-expiration, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
16
7
1
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Repositories;
use Carbon\CarbonImmutable;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Facades\DB;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Models\Team;
use Jiminny\Models\User;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSort;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSortDirection;
class AutomatedReportsRepository
{
/**
* Create a new automated report
*
* @param array $data
*
* @return AutomatedReport
*/
public function create(array $data): AutomatedReport
{
return AutomatedReport::create($data);
}
/**
* Find an automated report by UUID
*
* @param string $uuid
*
* @return AutomatedReport|null
*/
public function findByUuid(string $uuid): ?AutomatedReport
{
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();
}
public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport
{
if (is_numeric($idOrUuid)) {
return AutomatedReport::find((int) $idOrUuid);
}
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();
}
/**
* Retrieve all standard (non-Ask Jiminny) automated reports.
*
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAllStandardReports(
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->get();
}
/**
* Retrieve all Ask Jiminny reports created by the given user.
*
* @param User $user The user whose reports to retrieve.
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAskJiminnyReportsByUser(
User $user,
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->where('created_by', $user->getId())
->get();
}
private function buildSortedQuery(string $sortColumn, string $sortDirection): \Illuminate\Database\Eloquent\Builder
{
$allowedColumns = ['created_by', 'created_at'];
if (! in_array($sortColumn, $allowedColumns)) {
$sortColumn = 'created_at';
}
$sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';
$query = AutomatedReport::query()->with(['creator', 'team']);
if ($sortColumn === 'created_by') {
$query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')
->orderByRaw("users.name COLLATE utf8mb4_unicode_ci {$sortDirection}")
->select('automated_reports.*');
} else {
$query->orderBy($sortColumn, $sortDirection);
}
return $query;
}
/**
* Get all active Ask Jiminny reports whose expiry date has passed.
*
* @return Collection<AutomatedReport>
*/
public function getExpiredActiveAskJiminnyReports(): Collection
{
return AutomatedReport::where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->where('expires_at', '<', now()->toDateString())
->get();
}
/**
* Get all active Ask Jiminny reports that expire exactly on the given date.
*
* @return Collection<AutomatedReport>
*/
public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection
{
return AutomatedReport::with('creator')
->where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->whereDate('expires_at', $date->toDateString())
->get();
}
/**
* Get all active and enabled reports with active teams for the specified frequency.
*
* @param string $frequency
*
* @return Collection<AutomatedReport>
*/
public function getActiveReportsByFrequency(string $frequency): Collection
{
return AutomatedReport::where('automated_reports.status', true)
->where('automated_reports.frequency', $frequency)
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->where('teams.status', Team::STATUS_ACTIVE)
->where(function ($query) {
$query->whereNull('automated_reports.expires_at')
->orWhere('automated_reports.expires_at', '>=', now()->toDateString());
})
->select('automated_reports.*')
->get();
}
/**
* Update an automated report
*
* @param AutomatedReport $report
* @param array $data
*
* @return AutomatedReport
*/
public function update(AutomatedReport $report, array $data): AutomatedReport
{
$report->update($data);
return $report;
}
/**
* Create a new automated report result.
*
* @param array $data The data to create the automated report result with.
*
* @return AutomatedReportResult The newly created automated report result.
*/
public function createResult(array $data): AutomatedReportResult
{
return AutomatedReportResult::create($data);
}
/**
* Find an automated report result by UUID.
*
* @param string $uuid The UUID to find the automated report result with.
*
* @return AutomatedReportResult|null The automated report result if found, otherwise null.
*/
public function findResultByUuid(string $uuid): ?AutomatedReportResult
{
return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();
}
public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('uuid', AutomatedReportResult::toOptimized($uuid))
->whereHas('report', static function ($query) use ($user): void {
$query->where('team_id', $user->getTeamId())
->where('created_by', $user->getId());
})
->first();
}
public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('parent_id', $result->getId())
->where('media_type', $type)
->first();
}
public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('report_id', $report->getId())
->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])
->latest()
->first();
}
public function getGeneratedNotSentResults(): Collection
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNull('sent_at')
->where('status', AutomatedReportResult::STATUS_GENERATED)
->whereHas('report')
->with('report')
->get();
}
public function getPaginatedUserReports(
User $user,
ReportSort $sort,
ReportSortDirection $sortDirection,
int $resultsPerPage,
int $page,
?Carbon $fromDate,
?Carbon $toDate,
array $teamIds,
array $reportTypes,
?string $name,
): LengthAwarePaginator {
$query = AutomatedReportResult::query()
->whereNotNull('automated_report_results.generated_at')
->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')
->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))
->orderByRaw("$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}")
->select('automated_report_results.*')
->with('report.team');
if ($fromDate !== null && $toDate !== null) {
$query->whereBetween('generated_at', [$fromDate, $toDate]);
}
if (! empty($teamIds)) {
$query->where(function ($q) use ($teamIds) {
foreach ($teamIds as $id) {
$q->orWhereJsonContains('automated_reports.groups', $id);
}
});
}
if (! empty($reportTypes)) {
$query->whereIn('automated_reports.type', $reportTypes);
}
if (! empty($name)) {
$query->whereLike('name', "%$name%");
}
return $query->paginate($resultsPerPage, ['*'], 'page', $page);
}
public function countUserReports(User $user): int
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNotNull('sent_at')
->whereHas('report', function ($q) use ($user) {
$q->where('team_id', $user->getTeamId())
->whereJsonContains('recipients->users', $user->getId());
})
->count();
}
/**
* Restrict a query on the automated_reports table to reports the given user is allowed to see.
*
* Matches the customer-facing audience:
* - explicit user recipients (recipients.users)
* - members of any of the report's groups (Ask Jiminny reports)
*/
private function applyUserAccessScope(Builder $query, User $user): void
{
$userId = $user->getId();
$groupId = $user->getGroupId();
$query
->where('automated_reports.team_id', $user->getTeamId())
->where(function (Builder $q) use ($userId, $groupId): void {
$q->whereJsonContains('automated_reports.recipients->users', $userId);
if ($groupId !== null) {
$q->orWhere(function (Builder $sub) use ($groupId): void {
$sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereJsonContains('automated_reports.groups', $groupId);
});
}
});
}
/**
* Get report IDs for a specific team
*
* @param Team $team
*
* @return \Illuminate\Support\Collection
*/
public function getReportIdsByTeam(Team $team): \Illuminate\Support\Collection
{
return AutomatedReport::where('team_id', $team->getId())->pluck('id');
}
/**
* Get all reports for a specific team
*
* @param Team $team
*
* @return Collection
*/
public function getReportsByTeam(Team $team): Collection
{
return AutomatedReport::where('team_id', $team->getId())->get();
}
/**
* Get all report results for a specific report
*
* @param AutomatedReport $report
*
* @return Collection
*/
public function getResultsByReport(AutomatedReport $report): Collection
{
return $this->getResultsByReportQuery($report)->get();
}
public function getResultsByReportQuery(AutomatedReport $report): Builder
{
return AutomatedReportResult::where('report_id', $report->getId());
}
public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder
{
$reportIds = $this->getReportIdsByTeam($team);
return AutomatedReportResult::query()->whereIn('report_id', $reportIds)
->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);
}
/**
* @param int|null $teamId Optional team ID to filter results
*
* @return \Illuminate\Support\Collection<int, int> Collection of team IDs
*/
public function getTeamIdsWithReportsResults(?int $teamId = null): \Illuminate\Support\Collection
{
$query = DB::table('automated_reports')
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->select('teams.id')
->distinct();
if ($teamId !== null) {
$query->where('teams.id', $teamId);
}
return $query->pluck('teams.id');
}
}
Code changed:
Hide
Sync Changes
Hide This Notification
200
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_i...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JY-20508-notify-before-AJ-report-expiration, menu","depth":5,"help_text":"Git Branch: JY-20508-notify-before-AJ-report-expiration","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"ReportControllerTest","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'ReportControllerTest'","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'ReportControllerTest'","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.088194445,"height":0.027777778},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"16","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.02013889,"height":0.02111111},"role_description":"text"},{"role":"AXStaticText","text":"7","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.015972223,"height":0.02111111},"role_description":"text"},{"role":"AXStaticText","text":"1","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.015277778,"height":0.02111111},"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.015277778,"height":0.025555555},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.014583333,"height":0.025555555},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Repositories;\n\nuse Carbon\\CarbonImmutable;\nuse Illuminate\\Database\\Eloquent\\Builder;\nuse Illuminate\\Support\\Carbon;\nuse Illuminate\\Database\\Eloquent\\Collection;\nuse Illuminate\\Pagination\\LengthAwarePaginator;\nuse Illuminate\\Support\\Facades\\DB;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\AutomatedReportResult;\nuse Jiminny\\Models\\Team;\nuse Jiminny\\Models\\User;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSort;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSortDirection;\n\nclass AutomatedReportsRepository\n{\n /**\n * Create a new automated report\n *\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function create(array $data): AutomatedReport\n {\n return AutomatedReport::create($data);\n }\n\n /**\n * Find an automated report by UUID\n *\n * @param string $uuid\n *\n * @return AutomatedReport|null\n */\n public function findByUuid(string $uuid): ?AutomatedReport\n {\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();\n }\n\n public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport\n {\n if (is_numeric($idOrUuid)) {\n return AutomatedReport::find((int) $idOrUuid);\n }\n\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();\n }\n\n /**\n * Retrieve all standard (non-Ask Jiminny) automated reports.\n *\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAllStandardReports(\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->get();\n }\n\n /**\n * Retrieve all Ask Jiminny reports created by the given user.\n *\n * @param User $user The user whose reports to retrieve.\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAskJiminnyReportsByUser(\n User $user,\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->where('created_by', $user->getId())\n ->get();\n }\n\n private function buildSortedQuery(string $sortColumn, string $sortDirection): \\Illuminate\\Database\\Eloquent\\Builder\n {\n $allowedColumns = ['created_by', 'created_at'];\n if (! in_array($sortColumn, $allowedColumns)) {\n $sortColumn = 'created_at';\n }\n\n $sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';\n\n $query = AutomatedReport::query()->with(['creator', 'team']);\n\n if ($sortColumn === 'created_by') {\n $query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')\n ->orderByRaw(\"users.name COLLATE utf8mb4_unicode_ci {$sortDirection}\")\n ->select('automated_reports.*');\n } else {\n $query->orderBy($sortColumn, $sortDirection);\n }\n\n return $query;\n }\n\n /**\n * Get all active Ask Jiminny reports whose expiry date has passed.\n *\n * @return Collection<AutomatedReport>\n */\n public function getExpiredActiveAskJiminnyReports(): Collection\n {\n return AutomatedReport::where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->where('expires_at', '<', now()->toDateString())\n ->get();\n }\n\n /**\n * Get all active Ask Jiminny reports that expire exactly on the given date.\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection\n {\n return AutomatedReport::with('creator')\n ->where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->whereDate('expires_at', $date->toDateString())\n ->get();\n }\n\n /**\n * Get all active and enabled reports with active teams for the specified frequency.\n *\n * @param string $frequency\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveReportsByFrequency(string $frequency): Collection\n {\n return AutomatedReport::where('automated_reports.status', true)\n ->where('automated_reports.frequency', $frequency)\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->where('teams.status', Team::STATUS_ACTIVE)\n ->where(function ($query) {\n $query->whereNull('automated_reports.expires_at')\n ->orWhere('automated_reports.expires_at', '>=', now()->toDateString());\n })\n ->select('automated_reports.*')\n ->get();\n }\n\n /**\n * Update an automated report\n *\n * @param AutomatedReport $report\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function update(AutomatedReport $report, array $data): AutomatedReport\n {\n $report->update($data);\n\n return $report;\n }\n\n /**\n * Create a new automated report result.\n *\n * @param array $data The data to create the automated report result with.\n *\n * @return AutomatedReportResult The newly created automated report result.\n */\n public function createResult(array $data): AutomatedReportResult\n {\n return AutomatedReportResult::create($data);\n }\n\n /**\n * Find an automated report result by UUID.\n *\n * @param string $uuid The UUID to find the automated report result with.\n *\n * @return AutomatedReportResult|null The automated report result if found, otherwise null.\n */\n public function findResultByUuid(string $uuid): ?AutomatedReportResult\n {\n return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();\n }\n\n public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('uuid', AutomatedReportResult::toOptimized($uuid))\n ->whereHas('report', static function ($query) use ($user): void {\n $query->where('team_id', $user->getTeamId())\n ->where('created_by', $user->getId());\n })\n ->first();\n }\n\n public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('parent_id', $result->getId())\n ->where('media_type', $type)\n ->first();\n }\n\n public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('report_id', $report->getId())\n ->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])\n ->latest()\n ->first();\n }\n\n public function getGeneratedNotSentResults(): Collection\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNull('sent_at')\n ->where('status', AutomatedReportResult::STATUS_GENERATED)\n ->whereHas('report')\n ->with('report')\n ->get();\n }\n\n public function getPaginatedUserReports(\n User $user,\n ReportSort $sort,\n ReportSortDirection $sortDirection,\n int $resultsPerPage,\n int $page,\n ?Carbon $fromDate,\n ?Carbon $toDate,\n array $teamIds,\n array $reportTypes,\n ?string $name,\n ): LengthAwarePaginator {\n $query = AutomatedReportResult::query()\n ->whereNotNull('automated_report_results.generated_at')\n ->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')\n ->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))\n ->orderByRaw(\"$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}\")\n ->select('automated_report_results.*')\n ->with('report.team');\n\n if ($fromDate !== null && $toDate !== null) {\n $query->whereBetween('generated_at', [$fromDate, $toDate]);\n }\n\n if (! empty($teamIds)) {\n $query->where(function ($q) use ($teamIds) {\n foreach ($teamIds as $id) {\n $q->orWhereJsonContains('automated_reports.groups', $id);\n }\n });\n }\n\n if (! empty($reportTypes)) {\n $query->whereIn('automated_reports.type', $reportTypes);\n }\n\n if (! empty($name)) {\n $query->whereLike('name', \"%$name%\");\n }\n\n return $query->paginate($resultsPerPage, ['*'], 'page', $page);\n }\n\n public function countUserReports(User $user): int\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNotNull('sent_at')\n ->whereHas('report', function ($q) use ($user) {\n $q->where('team_id', $user->getTeamId())\n ->whereJsonContains('recipients->users', $user->getId());\n })\n ->count();\n }\n\n /**\n * Restrict a query on the automated_reports table to reports the given user is allowed to see.\n *\n * Matches the customer-facing audience:\n * - explicit user recipients (recipients.users)\n * - members of any of the report's groups (Ask Jiminny reports)\n */\n private function applyUserAccessScope(Builder $query, User $user): void\n {\n $userId = $user->getId();\n $groupId = $user->getGroupId();\n\n $query\n ->where('automated_reports.team_id', $user->getTeamId())\n ->where(function (Builder $q) use ($userId, $groupId): void {\n $q->whereJsonContains('automated_reports.recipients->users', $userId);\n\n if ($groupId !== null) {\n $q->orWhere(function (Builder $sub) use ($groupId): void {\n $sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereJsonContains('automated_reports.groups', $groupId);\n });\n }\n });\n }\n\n /**\n * Get report IDs for a specific team\n *\n * @param Team $team\n *\n * @return \\Illuminate\\Support\\Collection\n */\n public function getReportIdsByTeam(Team $team): \\Illuminate\\Support\\Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->pluck('id');\n }\n\n /**\n * Get all reports for a specific team\n *\n * @param Team $team\n *\n * @return Collection\n */\n public function getReportsByTeam(Team $team): Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->get();\n }\n\n /**\n * Get all report results for a specific report\n *\n * @param AutomatedReport $report\n *\n * @return Collection\n */\n public function getResultsByReport(AutomatedReport $report): Collection\n {\n return $this->getResultsByReportQuery($report)->get();\n }\n\n public function getResultsByReportQuery(AutomatedReport $report): Builder\n {\n return AutomatedReportResult::where('report_id', $report->getId());\n }\n\n public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder\n {\n $reportIds = $this->getReportIdsByTeam($team);\n\n return AutomatedReportResult::query()->whereIn('report_id', $reportIds)\n ->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);\n }\n\n /**\n * @param int|null $teamId Optional team ID to filter results\n *\n * @return \\Illuminate\\Support\\Collection<int, int> Collection of team IDs\n */\n public function getTeamIdsWithReportsResults(?int $teamId = null): \\Illuminate\\Support\\Collection\n {\n $query = DB::table('automated_reports')\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->select('teams.id')\n ->distinct();\n\n if ($teamId !== null) {\n $query->where('teams.id', $teamId);\n }\n\n return $query->pluck('teams.id');\n }\n}","depth":4,"value":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Repositories;\n\nuse Carbon\\CarbonImmutable;\nuse Illuminate\\Database\\Eloquent\\Builder;\nuse Illuminate\\Support\\Carbon;\nuse Illuminate\\Database\\Eloquent\\Collection;\nuse Illuminate\\Pagination\\LengthAwarePaginator;\nuse Illuminate\\Support\\Facades\\DB;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\AutomatedReportResult;\nuse Jiminny\\Models\\Team;\nuse Jiminny\\Models\\User;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSort;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSortDirection;\n\nclass AutomatedReportsRepository\n{\n /**\n * Create a new automated report\n *\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function create(array $data): AutomatedReport\n {\n return AutomatedReport::create($data);\n }\n\n /**\n * Find an automated report by UUID\n *\n * @param string $uuid\n *\n * @return AutomatedReport|null\n */\n public function findByUuid(string $uuid): ?AutomatedReport\n {\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();\n }\n\n public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport\n {\n if (is_numeric($idOrUuid)) {\n return AutomatedReport::find((int) $idOrUuid);\n }\n\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();\n }\n\n /**\n * Retrieve all standard (non-Ask Jiminny) automated reports.\n *\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAllStandardReports(\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->get();\n }\n\n /**\n * Retrieve all Ask Jiminny reports created by the given user.\n *\n * @param User $user The user whose reports to retrieve.\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAskJiminnyReportsByUser(\n User $user,\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->where('created_by', $user->getId())\n ->get();\n }\n\n private function buildSortedQuery(string $sortColumn, string $sortDirection): \\Illuminate\\Database\\Eloquent\\Builder\n {\n $allowedColumns = ['created_by', 'created_at'];\n if (! in_array($sortColumn, $allowedColumns)) {\n $sortColumn = 'created_at';\n }\n\n $sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';\n\n $query = AutomatedReport::query()->with(['creator', 'team']);\n\n if ($sortColumn === 'created_by') {\n $query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')\n ->orderByRaw(\"users.name COLLATE utf8mb4_unicode_ci {$sortDirection}\")\n ->select('automated_reports.*');\n } else {\n $query->orderBy($sortColumn, $sortDirection);\n }\n\n return $query;\n }\n\n /**\n * Get all active Ask Jiminny reports whose expiry date has passed.\n *\n * @return Collection<AutomatedReport>\n */\n public function getExpiredActiveAskJiminnyReports(): Collection\n {\n return AutomatedReport::where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->where('expires_at', '<', now()->toDateString())\n ->get();\n }\n\n /**\n * Get all active Ask Jiminny reports that expire exactly on the given date.\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection\n {\n return AutomatedReport::with('creator')\n ->where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->whereDate('expires_at', $date->toDateString())\n ->get();\n }\n\n /**\n * Get all active and enabled reports with active teams for the specified frequency.\n *\n * @param string $frequency\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveReportsByFrequency(string $frequency): Collection\n {\n return AutomatedReport::where('automated_reports.status', true)\n ->where('automated_reports.frequency', $frequency)\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->where('teams.status', Team::STATUS_ACTIVE)\n ->where(function ($query) {\n $query->whereNull('automated_reports.expires_at')\n ->orWhere('automated_reports.expires_at', '>=', now()->toDateString());\n })\n ->select('automated_reports.*')\n ->get();\n }\n\n /**\n * Update an automated report\n *\n * @param AutomatedReport $report\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function update(AutomatedReport $report, array $data): AutomatedReport\n {\n $report->update($data);\n\n return $report;\n }\n\n /**\n * Create a new automated report result.\n *\n * @param array $data The data to create the automated report result with.\n *\n * @return AutomatedReportResult The newly created automated report result.\n */\n public function createResult(array $data): AutomatedReportResult\n {\n return AutomatedReportResult::create($data);\n }\n\n /**\n * Find an automated report result by UUID.\n *\n * @param string $uuid The UUID to find the automated report result with.\n *\n * @return AutomatedReportResult|null The automated report result if found, otherwise null.\n */\n public function findResultByUuid(string $uuid): ?AutomatedReportResult\n {\n return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();\n }\n\n public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('uuid', AutomatedReportResult::toOptimized($uuid))\n ->whereHas('report', static function ($query) use ($user): void {\n $query->where('team_id', $user->getTeamId())\n ->where('created_by', $user->getId());\n })\n ->first();\n }\n\n public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('parent_id', $result->getId())\n ->where('media_type', $type)\n ->first();\n }\n\n public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('report_id', $report->getId())\n ->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])\n ->latest()\n ->first();\n }\n\n public function getGeneratedNotSentResults(): Collection\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNull('sent_at')\n ->where('status', AutomatedReportResult::STATUS_GENERATED)\n ->whereHas('report')\n ->with('report')\n ->get();\n }\n\n public function getPaginatedUserReports(\n User $user,\n ReportSort $sort,\n ReportSortDirection $sortDirection,\n int $resultsPerPage,\n int $page,\n ?Carbon $fromDate,\n ?Carbon $toDate,\n array $teamIds,\n array $reportTypes,\n ?string $name,\n ): LengthAwarePaginator {\n $query = AutomatedReportResult::query()\n ->whereNotNull('automated_report_results.generated_at')\n ->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')\n ->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))\n ->orderByRaw(\"$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}\")\n ->select('automated_report_results.*')\n ->with('report.team');\n\n if ($fromDate !== null && $toDate !== null) {\n $query->whereBetween('generated_at', [$fromDate, $toDate]);\n }\n\n if (! empty($teamIds)) {\n $query->where(function ($q) use ($teamIds) {\n foreach ($teamIds as $id) {\n $q->orWhereJsonContains('automated_reports.groups', $id);\n }\n });\n }\n\n if (! empty($reportTypes)) {\n $query->whereIn('automated_reports.type', $reportTypes);\n }\n\n if (! empty($name)) {\n $query->whereLike('name', \"%$name%\");\n }\n\n return $query->paginate($resultsPerPage, ['*'], 'page', $page);\n }\n\n public function countUserReports(User $user): int\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNotNull('sent_at')\n ->whereHas('report', function ($q) use ($user) {\n $q->where('team_id', $user->getTeamId())\n ->whereJsonContains('recipients->users', $user->getId());\n })\n ->count();\n }\n\n /**\n * Restrict a query on the automated_reports table to reports the given user is allowed to see.\n *\n * Matches the customer-facing audience:\n * - explicit user recipients (recipients.users)\n * - members of any of the report's groups (Ask Jiminny reports)\n */\n private function applyUserAccessScope(Builder $query, User $user): void\n {\n $userId = $user->getId();\n $groupId = $user->getGroupId();\n\n $query\n ->where('automated_reports.team_id', $user->getTeamId())\n ->where(function (Builder $q) use ($userId, $groupId): void {\n $q->whereJsonContains('automated_reports.recipients->users', $userId);\n\n if ($groupId !== null) {\n $q->orWhere(function (Builder $sub) use ($groupId): void {\n $sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereJsonContains('automated_reports.groups', $groupId);\n });\n }\n });\n }\n\n /**\n * Get report IDs for a specific team\n *\n * @param Team $team\n *\n * @return \\Illuminate\\Support\\Collection\n */\n public function getReportIdsByTeam(Team $team): \\Illuminate\\Support\\Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->pluck('id');\n }\n\n /**\n * Get all reports for a specific team\n *\n * @param Team $team\n *\n * @return Collection\n */\n public function getReportsByTeam(Team $team): Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->get();\n }\n\n /**\n * Get all report results for a specific report\n *\n * @param AutomatedReport $report\n *\n * @return Collection\n */\n public function getResultsByReport(AutomatedReport $report): Collection\n {\n return $this->getResultsByReportQuery($report)->get();\n }\n\n public function getResultsByReportQuery(AutomatedReport $report): Builder\n {\n return AutomatedReportResult::where('report_id', $report->getId());\n }\n\n public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder\n {\n $reportIds = $this->getReportIdsByTeam($team);\n\n return AutomatedReportResult::query()->whereIn('report_id', $reportIds)\n ->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);\n }\n\n /**\n * @param int|null $teamId Optional team ID to filter results\n *\n * @return \\Illuminate\\Support\\Collection<int, int> Collection of team IDs\n */\n public function getTeamIdsWithReportsResults(?int $teamId = null): \\Illuminate\\Support\\Collection\n {\n $query = DB::table('automated_reports')\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->select('teams.id')\n ->distinct();\n\n if ($teamId !== null) {\n $query->where('teams.id', $teamId);\n }\n\n return $query->pluck('teams.id');\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.088194445,"height":0.027777778},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"200","depth":4,"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring start {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring end {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:36] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:30\",\"to\":\"10:35\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:25\",\"to\":\"00:30\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:38] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:37:43.896065Z\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:44] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring start {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring end {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23653320,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":24.05,\"usage\":23715392,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23673608,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.52,\"average_seconds_per_request\":0.52} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":529.44} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":557.15,\"usage\":23737960,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23715888,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":14.21,\"usage\":23703864,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23664544,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":15.21,\"usage\":23700312,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":1} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":170.3,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring start {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring end {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:39] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"c17f8fa5-8019-4bac-96a0-79872914ffe1\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring start {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring end {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:38:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:39:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:23] local.NOTICE: Monitoring start {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:24] local.NOTICE: Monitoring end {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:52] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"f5e9e1c6-a2b7-4389-8b09-4bac9f893daa\",\"trace_id\":\"d964aaf1-4db6-43b2-b3b6-f463dc269e63\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring start {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring end {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:41:02] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:02] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:36\",\"to\":\"10:41\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:31\",\"to\":\"00:36\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:15] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:43:27.859813Z\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:28] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:39] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":265.5,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring start {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring end {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:50] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:01] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"181fefef-3ab4-4e50-9e43-0176839f80a5\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring start {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring end {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.NOTICE: Calendar sync start {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 141772b4-13f6-4d7c-9d62-180e61140e00 Correlation ID: 7a33d672-3b29-409c-9a7e-809b437ff1cc Timestamp: 2026-04-24 10:43:47Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:47Z\\\",\\\"trace_id\\\":\\\"141772b4-13f6-4d7c-9d62-180e61140e00\\\",\\\"correlation_id\\\":\\\"7a33d672-3b29-409c-9a7e-809b437ff1cc\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 644bfd61-a77c-47d4-8021-25ebad431400 Correlation ID: 2d57c4e2-ea25-4cce-ad2f-2070b336feea Timestamp: 2026-04-24 10:43:48Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:48Z\\\",\\\"trace_id\\\":\\\"644bfd61-a77c-47d4-8021-25ebad431400\\\",\\\"correlation_id\\\":\\\"2d57c4e2-ea25-4cce-ad2f-2070b336feea\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1502,\"provider\":\"google\",\"refreshToken\":\"d417c92ebaa137295a04675f715d0511ae8acac9d779b102eac50d6300116d3e\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1502,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 673e2791-28a4-4b0c-b527-94df7fa61400 Correlation ID: 39b3df04-64a8-4564-a9fc-1dc97e3e18c3 Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"673e2791-28a4-4b0c-b527-94df7fa61400\\\",\\\"correlation_id\\\":\\\"39b3df04-64a8-4564-a9fc-1dc97e3e18c3\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 227397e0-6520-44b0-aa07-4b8c19f11400 Correlation ID: 64c1c5eb-f1e9-4240-b801-499afc07c25a Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"227397e0-6520-44b0-aa07-4b8c19f11400\\\",\\\"correlation_id\\\":\\\"64c1c5eb-f1e9-4240-b801-499afc07c25a\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 824e8253-29dc-41d1-98ea-bfcd67de4400 Correlation ID: 9cf5c0b1-83fd-4c1b-8801-3cb0491fc822 Timestamp: 2026-04-24 10:43:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:51Z\\\",\\\"trace_id\\\":\\\"824e8253-29dc-41d1-98ea-bfcd67de4400\\\",\\\"correlation_id\\\":\\\"9cf5c0b1-83fd-4c1b-8801-3cb0491fc822\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1115,\"provider\":\"google\",\"refreshToken\":\"356b60f12e262a5e24d3042386ef47d6a6cfe3074c242f4426edcec8646192b1\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1115,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1421,\"provider\":\"office\",\"refreshToken\":\"7c2db39427c8a527d982f28d342e8b1ce66fca1ee2e3d936c44b727ed9da5b57\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountObserver] Refresh token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1421,\"provider\":\"office\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:44:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring start {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring end {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"usage\":23661824,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Sync finished {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":67.35,\"usage\":23704944,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"usage\":23660768,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Sync finished {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":30.63,\"usage\":23705592,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"usage\":23660760,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"copper\",\"crm_owner\":333,\"team_id\":27} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:53] local.NOTICE: Leads unavailable {\"method\":\"POST\",\"endpoint\":\"leads/search\",\"options\":[],\"body\":{\"minimum_modified_date\":1777025653,\"sort_by\":\"date_modified\",\"page_number\":1},\"status_code\":403,\"error\":\"{\\\"success\\\":false,\\\"status\\\":403,\\\"message\\\":\\\"Feature not enabled\\\"}\"} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"provider\":\"copper\",\"status\":\"completed\",\"duration_ms\":1434.81,\"usage\":23679464,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"usage\":23660952,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":38.86,\"usage\":23705736,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"usage\":23661080,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"close\",\"crm_owner\":257,\"team_id\":31} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:57] local.INFO: [SyncObjects] Sync finished {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"provider\":\"close\",\"status\":\"completed\",\"duration_ms\":1241.2,\"usage\":23682400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"usage\":23661040,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.WARNING: [Bullhorn] Account not connected for user {\"userId\":\"941d12a6-e84f-4c3a-a4c8-2ef433792095\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":348,\"sociable_id\":121,\"provider_user_id\":null,\"expires\":1733727508,\"refresh_token_expires\":null,\"provider\":\"bullhorn\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2021-04-06 11:07:26\",\"updated_at\":\"2024-12-09 15:10:40\"}}} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"bullhorn\",\"crm_owner\":121,\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Sync finished {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"provider\":\"bullhorn\",\"status\":\"disconnected\",\"duration_ms\":22.86,\"usage\":23703400,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Bullhorn account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"usage\":23660416,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"ed89227b-e364-4dfb-b4bf-343f154bf21e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1360,\"sociable_id\":245,\"provider_user_id\":\"0052g000003frZNAAY\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2024-09-02 06:11:55\",\"updated_at\":\"2024-12-11 08:50:23\"}}} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":245,\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Sync finished {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":49.38,\"usage\":23702456,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"usage\":23660600,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Syncing opportunities {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-deals/run\",\"full_target\":\"connections/zohocrm/actions/query-deals/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap before {\"current\":23668520,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap after {\"used\":4960,\"current\":23673480,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap final {\"used\":5824,\"current\":23674344,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] create ExternalAccountMap {\"team_id\":3143,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap before {\"current\":23671352,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap after {\"used\":5280,\"current\":23676632,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap final {\"used\":6144,\"current\":23677496,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing opportunities finished successfully {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-companies/run\",\"full_target\":\"connections/zohocrm/actions/query-companies/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing contacts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-contacts/run\",\"full_target\":\"connections/zohocrm/actions/query-contacts/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing contacts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing leads {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"crm_profile_id\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/get-converted-leads/run\",\"full_target\":\"connections/zohocrm/actions/get-converted-leads/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [integration-app] Syncing leads finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [SyncObjects] Sync finished {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"provider\":\"integration-app\",\"status\":\"completed\",\"duration_ms\":3242.96,\"usage\":23680656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}","depth":4,"value":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring start {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring end {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:36] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:30\",\"to\":\"10:35\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:25\",\"to\":\"00:30\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:38] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:37:43.896065Z\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:44] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring start {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring end {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23653320,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":24.05,\"usage\":23715392,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23673608,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.52,\"average_seconds_per_request\":0.52} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":529.44} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":557.15,\"usage\":23737960,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23715888,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":14.21,\"usage\":23703864,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23664544,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":15.21,\"usage\":23700312,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":1} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":170.3,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring start {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring end {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:39] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"c17f8fa5-8019-4bac-96a0-79872914ffe1\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring start {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring end {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:38:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:39:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:23] local.NOTICE: Monitoring start {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:24] local.NOTICE: Monitoring end {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:52] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"f5e9e1c6-a2b7-4389-8b09-4bac9f893daa\",\"trace_id\":\"d964aaf1-4db6-43b2-b3b6-f463dc269e63\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring start {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring end {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:41:02] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:02] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:36\",\"to\":\"10:41\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:31\",\"to\":\"00:36\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:15] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:43:27.859813Z\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:28] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:39] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":265.5,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring start {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring end {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:50] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:01] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"181fefef-3ab4-4e50-9e43-0176839f80a5\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring start {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring end {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.NOTICE: Calendar sync start {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 141772b4-13f6-4d7c-9d62-180e61140e00 Correlation ID: 7a33d672-3b29-409c-9a7e-809b437ff1cc Timestamp: 2026-04-24 10:43:47Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:47Z\\\",\\\"trace_id\\\":\\\"141772b4-13f6-4d7c-9d62-180e61140e00\\\",\\\"correlation_id\\\":\\\"7a33d672-3b29-409c-9a7e-809b437ff1cc\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 644bfd61-a77c-47d4-8021-25ebad431400 Correlation ID: 2d57c4e2-ea25-4cce-ad2f-2070b336feea Timestamp: 2026-04-24 10:43:48Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:48Z\\\",\\\"trace_id\\\":\\\"644bfd61-a77c-47d4-8021-25ebad431400\\\",\\\"correlation_id\\\":\\\"2d57c4e2-ea25-4cce-ad2f-2070b336feea\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1502,\"provider\":\"google\",\"refreshToken\":\"d417c92ebaa137295a04675f715d0511ae8acac9d779b102eac50d6300116d3e\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1502,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 673e2791-28a4-4b0c-b527-94df7fa61400 Correlation ID: 39b3df04-64a8-4564-a9fc-1dc97e3e18c3 Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"673e2791-28a4-4b0c-b527-94df7fa61400\\\",\\\"correlation_id\\\":\\\"39b3df04-64a8-4564-a9fc-1dc97e3e18c3\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 227397e0-6520-44b0-aa07-4b8c19f11400 Correlation ID: 64c1c5eb-f1e9-4240-b801-499afc07c25a Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"227397e0-6520-44b0-aa07-4b8c19f11400\\\",\\\"correlation_id\\\":\\\"64c1c5eb-f1e9-4240-b801-499afc07c25a\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 824e8253-29dc-41d1-98ea-bfcd67de4400 Correlation ID: 9cf5c0b1-83fd-4c1b-8801-3cb0491fc822 Timestamp: 2026-04-24 10:43:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:51Z\\\",\\\"trace_id\\\":\\\"824e8253-29dc-41d1-98ea-bfcd67de4400\\\",\\\"correlation_id\\\":\\\"9cf5c0b1-83fd-4c1b-8801-3cb0491fc822\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1115,\"provider\":\"google\",\"refreshToken\":\"356b60f12e262a5e24d3042386ef47d6a6cfe3074c242f4426edcec8646192b1\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1115,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1421,\"provider\":\"office\",\"refreshToken\":\"7c2db39427c8a527d982f28d342e8b1ce66fca1ee2e3d936c44b727ed9da5b57\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountObserver] Refresh token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1421,\"provider\":\"office\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:44:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring start {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring end {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"usage\":23661824,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Sync finished {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":67.35,\"usage\":23704944,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"usage\":23660768,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Sync finished {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":30.63,\"usage\":23705592,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"usage\":23660760,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"copper\",\"crm_owner\":333,\"team_id\":27} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:53] local.NOTICE: Leads unavailable {\"method\":\"POST\",\"endpoint\":\"leads/search\",\"options\":[],\"body\":{\"minimum_modified_date\":1777025653,\"sort_by\":\"date_modified\",\"page_number\":1},\"status_code\":403,\"error\":\"{\\\"success\\\":false,\\\"status\\\":403,\\\"message\\\":\\\"Feature not enabled\\\"}\"} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"provider\":\"copper\",\"status\":\"completed\",\"duration_ms\":1434.81,\"usage\":23679464,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"usage\":23660952,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":38.86,\"usage\":23705736,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"usage\":23661080,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"close\",\"crm_owner\":257,\"team_id\":31} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:57] local.INFO: [SyncObjects] Sync finished {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"provider\":\"close\",\"status\":\"completed\",\"duration_ms\":1241.2,\"usage\":23682400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"usage\":23661040,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.WARNING: [Bullhorn] Account not connected for user {\"userId\":\"941d12a6-e84f-4c3a-a4c8-2ef433792095\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":348,\"sociable_id\":121,\"provider_user_id\":null,\"expires\":1733727508,\"refresh_token_expires\":null,\"provider\":\"bullhorn\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2021-04-06 11:07:26\",\"updated_at\":\"2024-12-09 15:10:40\"}}} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"bullhorn\",\"crm_owner\":121,\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Sync finished {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"provider\":\"bullhorn\",\"status\":\"disconnected\",\"duration_ms\":22.86,\"usage\":23703400,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Bullhorn account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"usage\":23660416,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"ed89227b-e364-4dfb-b4bf-343f154bf21e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1360,\"sociable_id\":245,\"provider_user_id\":\"0052g000003frZNAAY\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2024-09-02 06:11:55\",\"updated_at\":\"2024-12-11 08:50:23\"}}} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":245,\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Sync finished {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":49.38,\"usage\":23702456,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"usage\":23660600,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Syncing opportunities {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-deals/run\",\"full_target\":\"connections/zohocrm/actions/query-deals/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap before {\"current\":23668520,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap after {\"used\":4960,\"current\":23673480,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap final {\"used\":5824,\"current\":23674344,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] create ExternalAccountMap {\"team_id\":3143,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap before {\"current\":23671352,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap after {\"used\":5280,\"current\":23676632,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap final {\"used\":6144,\"current\":23677496,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing opportunities finished successfully {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-companies/run\",\"full_target\":\"connections/zohocrm/actions/query-companies/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing contacts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-contacts/run\",\"full_target\":\"connections/zohocrm/actions/query-contacts/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing contacts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing leads {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"crm_profile_id\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/get-converted-leads/run\",\"full_target\":\"connections/zohocrm/actions/get-converted-leads/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [integration-app] Syncing leads finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [SyncObjects] Sync finished {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"provider\":\"integration-app\",\"status\":\"completed\",\"duration_ms\":3242.96,\"usage\":23680656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Project","depth":3,"role_description":"text"},{"role":"AXButton","text":"Project","depth":3,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New File or Directory…","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand Selected","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Collapse All","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Options","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8409739779266792278
|
-8255819580656018307
|
idle
|
accessibility
|
NULL
|
Project: faVsco.js, menu
JY-20508-notify-before-AJ Project: faVsco.js, menu
JY-20508-notify-before-AJ-report-expiration, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
16
7
1
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Repositories;
use Carbon\CarbonImmutable;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Facades\DB;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Models\Team;
use Jiminny\Models\User;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSort;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSortDirection;
class AutomatedReportsRepository
{
/**
* Create a new automated report
*
* @param array $data
*
* @return AutomatedReport
*/
public function create(array $data): AutomatedReport
{
return AutomatedReport::create($data);
}
/**
* Find an automated report by UUID
*
* @param string $uuid
*
* @return AutomatedReport|null
*/
public function findByUuid(string $uuid): ?AutomatedReport
{
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();
}
public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport
{
if (is_numeric($idOrUuid)) {
return AutomatedReport::find((int) $idOrUuid);
}
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();
}
/**
* Retrieve all standard (non-Ask Jiminny) automated reports.
*
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAllStandardReports(
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->get();
}
/**
* Retrieve all Ask Jiminny reports created by the given user.
*
* @param User $user The user whose reports to retrieve.
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAskJiminnyReportsByUser(
User $user,
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->where('created_by', $user->getId())
->get();
}
private function buildSortedQuery(string $sortColumn, string $sortDirection): \Illuminate\Database\Eloquent\Builder
{
$allowedColumns = ['created_by', 'created_at'];
if (! in_array($sortColumn, $allowedColumns)) {
$sortColumn = 'created_at';
}
$sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';
$query = AutomatedReport::query()->with(['creator', 'team']);
if ($sortColumn === 'created_by') {
$query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')
->orderByRaw("users.name COLLATE utf8mb4_unicode_ci {$sortDirection}")
->select('automated_reports.*');
} else {
$query->orderBy($sortColumn, $sortDirection);
}
return $query;
}
/**
* Get all active Ask Jiminny reports whose expiry date has passed.
*
* @return Collection<AutomatedReport>
*/
public function getExpiredActiveAskJiminnyReports(): Collection
{
return AutomatedReport::where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->where('expires_at', '<', now()->toDateString())
->get();
}
/**
* Get all active Ask Jiminny reports that expire exactly on the given date.
*
* @return Collection<AutomatedReport>
*/
public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection
{
return AutomatedReport::with('creator')
->where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->whereDate('expires_at', $date->toDateString())
->get();
}
/**
* Get all active and enabled reports with active teams for the specified frequency.
*
* @param string $frequency
*
* @return Collection<AutomatedReport>
*/
public function getActiveReportsByFrequency(string $frequency): Collection
{
return AutomatedReport::where('automated_reports.status', true)
->where('automated_reports.frequency', $frequency)
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->where('teams.status', Team::STATUS_ACTIVE)
->where(function ($query) {
$query->whereNull('automated_reports.expires_at')
->orWhere('automated_reports.expires_at', '>=', now()->toDateString());
})
->select('automated_reports.*')
->get();
}
/**
* Update an automated report
*
* @param AutomatedReport $report
* @param array $data
*
* @return AutomatedReport
*/
public function update(AutomatedReport $report, array $data): AutomatedReport
{
$report->update($data);
return $report;
}
/**
* Create a new automated report result.
*
* @param array $data The data to create the automated report result with.
*
* @return AutomatedReportResult The newly created automated report result.
*/
public function createResult(array $data): AutomatedReportResult
{
return AutomatedReportResult::create($data);
}
/**
* Find an automated report result by UUID.
*
* @param string $uuid The UUID to find the automated report result with.
*
* @return AutomatedReportResult|null The automated report result if found, otherwise null.
*/
public function findResultByUuid(string $uuid): ?AutomatedReportResult
{
return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();
}
public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('uuid', AutomatedReportResult::toOptimized($uuid))
->whereHas('report', static function ($query) use ($user): void {
$query->where('team_id', $user->getTeamId())
->where('created_by', $user->getId());
})
->first();
}
public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('parent_id', $result->getId())
->where('media_type', $type)
->first();
}
public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('report_id', $report->getId())
->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])
->latest()
->first();
}
public function getGeneratedNotSentResults(): Collection
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNull('sent_at')
->where('status', AutomatedReportResult::STATUS_GENERATED)
->whereHas('report')
->with('report')
->get();
}
public function getPaginatedUserReports(
User $user,
ReportSort $sort,
ReportSortDirection $sortDirection,
int $resultsPerPage,
int $page,
?Carbon $fromDate,
?Carbon $toDate,
array $teamIds,
array $reportTypes,
?string $name,
): LengthAwarePaginator {
$query = AutomatedReportResult::query()
->whereNotNull('automated_report_results.generated_at')
->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')
->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))
->orderByRaw("$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}")
->select('automated_report_results.*')
->with('report.team');
if ($fromDate !== null && $toDate !== null) {
$query->whereBetween('generated_at', [$fromDate, $toDate]);
}
if (! empty($teamIds)) {
$query->where(function ($q) use ($teamIds) {
foreach ($teamIds as $id) {
$q->orWhereJsonContains('automated_reports.groups', $id);
}
});
}
if (! empty($reportTypes)) {
$query->whereIn('automated_reports.type', $reportTypes);
}
if (! empty($name)) {
$query->whereLike('name', "%$name%");
}
return $query->paginate($resultsPerPage, ['*'], 'page', $page);
}
public function countUserReports(User $user): int
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNotNull('sent_at')
->whereHas('report', function ($q) use ($user) {
$q->where('team_id', $user->getTeamId())
->whereJsonContains('recipients->users', $user->getId());
})
->count();
}
/**
* Restrict a query on the automated_reports table to reports the given user is allowed to see.
*
* Matches the customer-facing audience:
* - explicit user recipients (recipients.users)
* - members of any of the report's groups (Ask Jiminny reports)
*/
private function applyUserAccessScope(Builder $query, User $user): void
{
$userId = $user->getId();
$groupId = $user->getGroupId();
$query
->where('automated_reports.team_id', $user->getTeamId())
->where(function (Builder $q) use ($userId, $groupId): void {
$q->whereJsonContains('automated_reports.recipients->users', $userId);
if ($groupId !== null) {
$q->orWhere(function (Builder $sub) use ($groupId): void {
$sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereJsonContains('automated_reports.groups', $groupId);
});
}
});
}
/**
* Get report IDs for a specific team
*
* @param Team $team
*
* @return \Illuminate\Support\Collection
*/
public function getReportIdsByTeam(Team $team): \Illuminate\Support\Collection
{
return AutomatedReport::where('team_id', $team->getId())->pluck('id');
}
/**
* Get all reports for a specific team
*
* @param Team $team
*
* @return Collection
*/
public function getReportsByTeam(Team $team): Collection
{
return AutomatedReport::where('team_id', $team->getId())->get();
}
/**
* Get all report results for a specific report
*
* @param AutomatedReport $report
*
* @return Collection
*/
public function getResultsByReport(AutomatedReport $report): Collection
{
return $this->getResultsByReportQuery($report)->get();
}
public function getResultsByReportQuery(AutomatedReport $report): Builder
{
return AutomatedReportResult::where('report_id', $report->getId());
}
public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder
{
$reportIds = $this->getReportIdsByTeam($team);
return AutomatedReportResult::query()->whereIn('report_id', $reportIds)
->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);
}
/**
* @param int|null $teamId Optional team ID to filter results
*
* @return \Illuminate\Support\Collection<int, int> Collection of team IDs
*/
public function getTeamIdsWithReportsResults(?int $teamId = null): \Illuminate\Support\Collection
{
$query = DB::table('automated_reports')
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->select('teams.id')
->distinct();
if ($teamId !== null) {
$query->where('teams.id', $teamId);
}
return $query->pluck('teams.id');
}
}
Code changed:
Hide
Sync Changes
Hide This Notification
200
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_i...
|
78826
|
|
78836
|
NULL
|
0
|
2026-04-24T13:49:47.203800+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777038587203_m2.jpg...
|
PhpStorm
|
faVsco.js – AutomatedReportsRepository.php
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
JY-20508-notify-before-AJ Project: faVsco.js, menu
JY-20508-notify-before-AJ-report-expiration, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
16
7
1
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Repositories;
use Carbon\CarbonImmutable;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Facades\DB;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Models\Team;
use Jiminny\Models\User;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSort;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSortDirection;
class AutomatedReportsRepository
{
/**
* Create a new automated report
*
* @param array $data
*
* @return AutomatedReport
*/
public function create(array $data): AutomatedReport
{
return AutomatedReport::create($data);
}
/**
* Find an automated report by UUID
*
* @param string $uuid
*
* @return AutomatedReport|null
*/
public function findByUuid(string $uuid): ?AutomatedReport
{
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();
}
public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport
{
if (is_numeric($idOrUuid)) {
return AutomatedReport::find((int) $idOrUuid);
}
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();
}
/**
* Retrieve all standard (non-Ask Jiminny) automated reports.
*
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAllStandardReports(
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->get();
}
/**
* Retrieve all Ask Jiminny reports created by the given user.
*
* @param User $user The user whose reports to retrieve.
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAskJiminnyReportsByUser(
User $user,
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->where('created_by', $user->getId())
->get();
}
private function buildSortedQuery(string $sortColumn, string $sortDirection): \Illuminate\Database\Eloquent\Builder
{
$allowedColumns = ['created_by', 'created_at'];
if (! in_array($sortColumn, $allowedColumns)) {
$sortColumn = 'created_at';
}
$sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';
$query = AutomatedReport::query()->with(['creator', 'team']);
if ($sortColumn === 'created_by') {
$query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')
->orderByRaw("users.name COLLATE utf8mb4_unicode_ci {$sortDirection}")
->select('automated_reports.*');
} else {
$query->orderBy($sortColumn, $sortDirection);
}
return $query;
}
/**
* Get all active Ask Jiminny reports whose expiry date has passed.
*
* @return Collection<AutomatedReport>
*/
public function getExpiredActiveAskJiminnyReports(): Collection
{
return AutomatedReport::where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->where('expires_at', '<', now()->toDateString())
->get();
}
/**
* Get all active Ask Jiminny reports that expire exactly on the given date.
*
* @return Collection<AutomatedReport>
*/
public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection
{
return AutomatedReport::with('creator')
->where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->whereDate('expires_at', $date->toDateString())
->get();
}
/**
* Get all active and enabled reports with active teams for the specified frequency.
*
* @param string $frequency
*
* @return Collection<AutomatedReport>
*/
public function getActiveReportsByFrequency(string $frequency): Collection
{
return AutomatedReport::where('automated_reports.status', true)
->where('automated_reports.frequency', $frequency)
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->where('teams.status', Team::STATUS_ACTIVE)
->where(function ($query) {
$query->whereNull('automated_reports.expires_at')
->orWhere('automated_reports.expires_at', '>=', now()->toDateString());
})
->select('automated_reports.*')
->get();
}
/**
* Update an automated report
*
* @param AutomatedReport $report
* @param array $data
*
* @return AutomatedReport
*/
public function update(AutomatedReport $report, array $data): AutomatedReport
{
$report->update($data);
return $report;
}
/**
* Create a new automated report result.
*
* @param array $data The data to create the automated report result with.
*
* @return AutomatedReportResult The newly created automated report result.
*/
public function createResult(array $data): AutomatedReportResult
{
return AutomatedReportResult::create($data);
}
/**
* Find an automated report result by UUID.
*
* @param string $uuid The UUID to find the automated report result with.
*
* @return AutomatedReportResult|null The automated report result if found, otherwise null.
*/
public function findResultByUuid(string $uuid): ?AutomatedReportResult
{
return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();
}
public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('uuid', AutomatedReportResult::toOptimized($uuid))
->whereHas('report', static function ($query) use ($user): void {
$query->where('team_id', $user->getTeamId())
->where('created_by', $user->getId());
})
->first();
}
public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('parent_id', $result->getId())
->where('media_type', $type)
->first();
}
public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('report_id', $report->getId())
->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])
->latest()
->first();
}
public function getGeneratedNotSentResults(): Collection
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNull('sent_at')
->where('status', AutomatedReportResult::STATUS_GENERATED)
->whereHas('report')
->with('report')
->get();
}
public function getPaginatedUserReports(
User $user,
ReportSort $sort,
ReportSortDirection $sortDirection,
int $resultsPerPage,
int $page,
?Carbon $fromDate,
?Carbon $toDate,
array $teamIds,
array $reportTypes,
?string $name,
): LengthAwarePaginator {
$query = AutomatedReportResult::query()
->whereNotNull('automated_report_results.generated_at')
->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')
->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))
->orderByRaw("$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}")
->select('automated_report_results.*')
->with('report.team');
if ($fromDate !== null && $toDate !== null) {
$query->whereBetween('generated_at', [$fromDate, $toDate]);
}
if (! empty($teamIds)) {
$query->where(function ($q) use ($teamIds) {
foreach ($teamIds as $id) {
$q->orWhereJsonContains('automated_reports.groups', $id);
}
});
}
if (! empty($reportTypes)) {
$query->whereIn('automated_reports.type', $reportTypes);
}
if (! empty($name)) {
$query->whereLike('name', "%$name%");
}
return $query->paginate($resultsPerPage, ['*'], 'page', $page);
}
public function countUserReports(User $user): int
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNotNull('sent_at')
->whereHas('report', function ($q) use ($user) {
$q->where('team_id', $user->getTeamId())
->whereJsonContains('recipients->users', $user->getId());
})
->count();
}
/**
* Restrict a query on the automated_reports table to reports the given user is allowed to see.
*
* Matches the customer-facing audience:
* - explicit user recipients (recipients.users)
* - members of any of the report's groups (Ask Jiminny reports)
*/
private function applyUserAccessScope(Builder $query, User $user): void
{
$userId = $user->getId();
$groupId = $user->getGroupId();
$query
->where('automated_reports.team_id', $user->getTeamId())
->where(function (Builder $q) use ($userId, $groupId): void {
$q->whereJsonContains('automated_reports.recipients->users', $userId);
if ($groupId !== null) {
$q->orWhere(function (Builder $sub) use ($groupId): void {
$sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereJsonContains('automated_reports.groups', $groupId);
});
}
});
}
/**
* Get report IDs for a specific team
*
* @param Team $team
*
* @return \Illuminate\Support\Collection
*/
public function getReportIdsByTeam(Team $team): \Illuminate\Support\Collection
{
return AutomatedReport::where('team_id', $team->getId())->pluck('id');
}
/**
* Get all reports for a specific team
*
* @param Team $team
*
* @return Collection
*/
public function getReportsByTeam(Team $team): Collection
{
return AutomatedReport::where('team_id', $team->getId())->get();
}
/**
* Get all report results for a specific report
*
* @param AutomatedReport $report
*
* @return Collection
*/
public function getResultsByReport(AutomatedReport $report): Collection
{
return $this->getResultsByReportQuery($report)->get();
}
public function getResultsByReportQuery(AutomatedReport $report): Builder
{
return AutomatedReportResult::where('report_id', $report->getId());
}
public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder
{
$reportIds = $this->getReportIdsByTeam($team);
return AutomatedReportResult::query()->whereIn('report_id', $reportIds)
->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);
}
/**
* @param int|null $teamId Optional team ID to filter results
*
* @return \Illuminate\Support\Collection<int, int> Collection of team IDs
*/
public function getTeamIdsWithReportsResults(?int $teamId = null): \Illuminate\Support\Collection
{
$query = DB::table('automated_reports')
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->select('teams.id')
->distinct();
if ($teamId !== null) {
$query->where('teams.id', $teamId);
}
return $query->pluck('teams.id');
}
}
Code changed:
Hide
Sync Changes
Hide This Notification
200
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_i...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"bounds":{"left":0.025930852,"top":0.019952115,"width":0.03856383,"height":0.025538707},"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JY-20508-notify-before-AJ-report-expiration, menu","depth":5,"bounds":{"left":0.064494684,"top":0.019952115,"width":0.10771277,"height":0.025538707},"help_text":"Git Branch: JY-20508-notify-before-AJ-report-expiration","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"bounds":{"left":0.83976066,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"ReportControllerTest","depth":6,"bounds":{"left":0.8550532,"top":0.019952115,"width":0.06017287,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'ReportControllerTest'","depth":6,"bounds":{"left":0.91522604,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'ReportControllerTest'","depth":6,"bounds":{"left":0.9265292,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"bounds":{"left":0.9378325,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"bounds":{"left":0.96575797,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"bounds":{"left":0.97706115,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"bounds":{"left":0.98836434,"top":0.019952115,"width":0.011303191,"height":0.025538707},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.042220745,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"16","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.009640957,"height":0.0},"role_description":"text"},{"role":"AXStaticText","text":"7","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.0076462766,"height":0.0},"role_description":"text"},{"role":"AXStaticText","text":"1","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.00731383,"height":0.0},"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.00731383,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.006981383,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Repositories;\n\nuse Carbon\\CarbonImmutable;\nuse Illuminate\\Database\\Eloquent\\Builder;\nuse Illuminate\\Support\\Carbon;\nuse Illuminate\\Database\\Eloquent\\Collection;\nuse Illuminate\\Pagination\\LengthAwarePaginator;\nuse Illuminate\\Support\\Facades\\DB;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\AutomatedReportResult;\nuse Jiminny\\Models\\Team;\nuse Jiminny\\Models\\User;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSort;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSortDirection;\n\nclass AutomatedReportsRepository\n{\n /**\n * Create a new automated report\n *\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function create(array $data): AutomatedReport\n {\n return AutomatedReport::create($data);\n }\n\n /**\n * Find an automated report by UUID\n *\n * @param string $uuid\n *\n * @return AutomatedReport|null\n */\n public function findByUuid(string $uuid): ?AutomatedReport\n {\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();\n }\n\n public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport\n {\n if (is_numeric($idOrUuid)) {\n return AutomatedReport::find((int) $idOrUuid);\n }\n\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();\n }\n\n /**\n * Retrieve all standard (non-Ask Jiminny) automated reports.\n *\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAllStandardReports(\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->get();\n }\n\n /**\n * Retrieve all Ask Jiminny reports created by the given user.\n *\n * @param User $user The user whose reports to retrieve.\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAskJiminnyReportsByUser(\n User $user,\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->where('created_by', $user->getId())\n ->get();\n }\n\n private function buildSortedQuery(string $sortColumn, string $sortDirection): \\Illuminate\\Database\\Eloquent\\Builder\n {\n $allowedColumns = ['created_by', 'created_at'];\n if (! in_array($sortColumn, $allowedColumns)) {\n $sortColumn = 'created_at';\n }\n\n $sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';\n\n $query = AutomatedReport::query()->with(['creator', 'team']);\n\n if ($sortColumn === 'created_by') {\n $query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')\n ->orderByRaw(\"users.name COLLATE utf8mb4_unicode_ci {$sortDirection}\")\n ->select('automated_reports.*');\n } else {\n $query->orderBy($sortColumn, $sortDirection);\n }\n\n return $query;\n }\n\n /**\n * Get all active Ask Jiminny reports whose expiry date has passed.\n *\n * @return Collection<AutomatedReport>\n */\n public function getExpiredActiveAskJiminnyReports(): Collection\n {\n return AutomatedReport::where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->where('expires_at', '<', now()->toDateString())\n ->get();\n }\n\n /**\n * Get all active Ask Jiminny reports that expire exactly on the given date.\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection\n {\n return AutomatedReport::with('creator')\n ->where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->whereDate('expires_at', $date->toDateString())\n ->get();\n }\n\n /**\n * Get all active and enabled reports with active teams for the specified frequency.\n *\n * @param string $frequency\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveReportsByFrequency(string $frequency): Collection\n {\n return AutomatedReport::where('automated_reports.status', true)\n ->where('automated_reports.frequency', $frequency)\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->where('teams.status', Team::STATUS_ACTIVE)\n ->where(function ($query) {\n $query->whereNull('automated_reports.expires_at')\n ->orWhere('automated_reports.expires_at', '>=', now()->toDateString());\n })\n ->select('automated_reports.*')\n ->get();\n }\n\n /**\n * Update an automated report\n *\n * @param AutomatedReport $report\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function update(AutomatedReport $report, array $data): AutomatedReport\n {\n $report->update($data);\n\n return $report;\n }\n\n /**\n * Create a new automated report result.\n *\n * @param array $data The data to create the automated report result with.\n *\n * @return AutomatedReportResult The newly created automated report result.\n */\n public function createResult(array $data): AutomatedReportResult\n {\n return AutomatedReportResult::create($data);\n }\n\n /**\n * Find an automated report result by UUID.\n *\n * @param string $uuid The UUID to find the automated report result with.\n *\n * @return AutomatedReportResult|null The automated report result if found, otherwise null.\n */\n public function findResultByUuid(string $uuid): ?AutomatedReportResult\n {\n return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();\n }\n\n public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('uuid', AutomatedReportResult::toOptimized($uuid))\n ->whereHas('report', static function ($query) use ($user): void {\n $query->where('team_id', $user->getTeamId())\n ->where('created_by', $user->getId());\n })\n ->first();\n }\n\n public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('parent_id', $result->getId())\n ->where('media_type', $type)\n ->first();\n }\n\n public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('report_id', $report->getId())\n ->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])\n ->latest()\n ->first();\n }\n\n public function getGeneratedNotSentResults(): Collection\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNull('sent_at')\n ->where('status', AutomatedReportResult::STATUS_GENERATED)\n ->whereHas('report')\n ->with('report')\n ->get();\n }\n\n public function getPaginatedUserReports(\n User $user,\n ReportSort $sort,\n ReportSortDirection $sortDirection,\n int $resultsPerPage,\n int $page,\n ?Carbon $fromDate,\n ?Carbon $toDate,\n array $teamIds,\n array $reportTypes,\n ?string $name,\n ): LengthAwarePaginator {\n $query = AutomatedReportResult::query()\n ->whereNotNull('automated_report_results.generated_at')\n ->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')\n ->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))\n ->orderByRaw(\"$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}\")\n ->select('automated_report_results.*')\n ->with('report.team');\n\n if ($fromDate !== null && $toDate !== null) {\n $query->whereBetween('generated_at', [$fromDate, $toDate]);\n }\n\n if (! empty($teamIds)) {\n $query->where(function ($q) use ($teamIds) {\n foreach ($teamIds as $id) {\n $q->orWhereJsonContains('automated_reports.groups', $id);\n }\n });\n }\n\n if (! empty($reportTypes)) {\n $query->whereIn('automated_reports.type', $reportTypes);\n }\n\n if (! empty($name)) {\n $query->whereLike('name', \"%$name%\");\n }\n\n return $query->paginate($resultsPerPage, ['*'], 'page', $page);\n }\n\n public function countUserReports(User $user): int\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNotNull('sent_at')\n ->whereHas('report', function ($q) use ($user) {\n $q->where('team_id', $user->getTeamId())\n ->whereJsonContains('recipients->users', $user->getId());\n })\n ->count();\n }\n\n /**\n * Restrict a query on the automated_reports table to reports the given user is allowed to see.\n *\n * Matches the customer-facing audience:\n * - explicit user recipients (recipients.users)\n * - members of any of the report's groups (Ask Jiminny reports)\n */\n private function applyUserAccessScope(Builder $query, User $user): void\n {\n $userId = $user->getId();\n $groupId = $user->getGroupId();\n\n $query\n ->where('automated_reports.team_id', $user->getTeamId())\n ->where(function (Builder $q) use ($userId, $groupId): void {\n $q->whereJsonContains('automated_reports.recipients->users', $userId);\n\n if ($groupId !== null) {\n $q->orWhere(function (Builder $sub) use ($groupId): void {\n $sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereJsonContains('automated_reports.groups', $groupId);\n });\n }\n });\n }\n\n /**\n * Get report IDs for a specific team\n *\n * @param Team $team\n *\n * @return \\Illuminate\\Support\\Collection\n */\n public function getReportIdsByTeam(Team $team): \\Illuminate\\Support\\Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->pluck('id');\n }\n\n /**\n * Get all reports for a specific team\n *\n * @param Team $team\n *\n * @return Collection\n */\n public function getReportsByTeam(Team $team): Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->get();\n }\n\n /**\n * Get all report results for a specific report\n *\n * @param AutomatedReport $report\n *\n * @return Collection\n */\n public function getResultsByReport(AutomatedReport $report): Collection\n {\n return $this->getResultsByReportQuery($report)->get();\n }\n\n public function getResultsByReportQuery(AutomatedReport $report): Builder\n {\n return AutomatedReportResult::where('report_id', $report->getId());\n }\n\n public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder\n {\n $reportIds = $this->getReportIdsByTeam($team);\n\n return AutomatedReportResult::query()->whereIn('report_id', $reportIds)\n ->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);\n }\n\n /**\n * @param int|null $teamId Optional team ID to filter results\n *\n * @return \\Illuminate\\Support\\Collection<int, int> Collection of team IDs\n */\n public function getTeamIdsWithReportsResults(?int $teamId = null): \\Illuminate\\Support\\Collection\n {\n $query = DB::table('automated_reports')\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->select('teams.id')\n ->distinct();\n\n if ($teamId !== null) {\n $query->where('teams.id', $teamId);\n }\n\n return $query->pluck('teams.id');\n }\n}","depth":4,"value":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Repositories;\n\nuse Carbon\\CarbonImmutable;\nuse Illuminate\\Database\\Eloquent\\Builder;\nuse Illuminate\\Support\\Carbon;\nuse Illuminate\\Database\\Eloquent\\Collection;\nuse Illuminate\\Pagination\\LengthAwarePaginator;\nuse Illuminate\\Support\\Facades\\DB;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\AutomatedReportResult;\nuse Jiminny\\Models\\Team;\nuse Jiminny\\Models\\User;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSort;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSortDirection;\n\nclass AutomatedReportsRepository\n{\n /**\n * Create a new automated report\n *\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function create(array $data): AutomatedReport\n {\n return AutomatedReport::create($data);\n }\n\n /**\n * Find an automated report by UUID\n *\n * @param string $uuid\n *\n * @return AutomatedReport|null\n */\n public function findByUuid(string $uuid): ?AutomatedReport\n {\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();\n }\n\n public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport\n {\n if (is_numeric($idOrUuid)) {\n return AutomatedReport::find((int) $idOrUuid);\n }\n\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();\n }\n\n /**\n * Retrieve all standard (non-Ask Jiminny) automated reports.\n *\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAllStandardReports(\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->get();\n }\n\n /**\n * Retrieve all Ask Jiminny reports created by the given user.\n *\n * @param User $user The user whose reports to retrieve.\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAskJiminnyReportsByUser(\n User $user,\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->where('created_by', $user->getId())\n ->get();\n }\n\n private function buildSortedQuery(string $sortColumn, string $sortDirection): \\Illuminate\\Database\\Eloquent\\Builder\n {\n $allowedColumns = ['created_by', 'created_at'];\n if (! in_array($sortColumn, $allowedColumns)) {\n $sortColumn = 'created_at';\n }\n\n $sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';\n\n $query = AutomatedReport::query()->with(['creator', 'team']);\n\n if ($sortColumn === 'created_by') {\n $query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')\n ->orderByRaw(\"users.name COLLATE utf8mb4_unicode_ci {$sortDirection}\")\n ->select('automated_reports.*');\n } else {\n $query->orderBy($sortColumn, $sortDirection);\n }\n\n return $query;\n }\n\n /**\n * Get all active Ask Jiminny reports whose expiry date has passed.\n *\n * @return Collection<AutomatedReport>\n */\n public function getExpiredActiveAskJiminnyReports(): Collection\n {\n return AutomatedReport::where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->where('expires_at', '<', now()->toDateString())\n ->get();\n }\n\n /**\n * Get all active Ask Jiminny reports that expire exactly on the given date.\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection\n {\n return AutomatedReport::with('creator')\n ->where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->whereDate('expires_at', $date->toDateString())\n ->get();\n }\n\n /**\n * Get all active and enabled reports with active teams for the specified frequency.\n *\n * @param string $frequency\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveReportsByFrequency(string $frequency): Collection\n {\n return AutomatedReport::where('automated_reports.status', true)\n ->where('automated_reports.frequency', $frequency)\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->where('teams.status', Team::STATUS_ACTIVE)\n ->where(function ($query) {\n $query->whereNull('automated_reports.expires_at')\n ->orWhere('automated_reports.expires_at', '>=', now()->toDateString());\n })\n ->select('automated_reports.*')\n ->get();\n }\n\n /**\n * Update an automated report\n *\n * @param AutomatedReport $report\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function update(AutomatedReport $report, array $data): AutomatedReport\n {\n $report->update($data);\n\n return $report;\n }\n\n /**\n * Create a new automated report result.\n *\n * @param array $data The data to create the automated report result with.\n *\n * @return AutomatedReportResult The newly created automated report result.\n */\n public function createResult(array $data): AutomatedReportResult\n {\n return AutomatedReportResult::create($data);\n }\n\n /**\n * Find an automated report result by UUID.\n *\n * @param string $uuid The UUID to find the automated report result with.\n *\n * @return AutomatedReportResult|null The automated report result if found, otherwise null.\n */\n public function findResultByUuid(string $uuid): ?AutomatedReportResult\n {\n return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();\n }\n\n public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('uuid', AutomatedReportResult::toOptimized($uuid))\n ->whereHas('report', static function ($query) use ($user): void {\n $query->where('team_id', $user->getTeamId())\n ->where('created_by', $user->getId());\n })\n ->first();\n }\n\n public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('parent_id', $result->getId())\n ->where('media_type', $type)\n ->first();\n }\n\n public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('report_id', $report->getId())\n ->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])\n ->latest()\n ->first();\n }\n\n public function getGeneratedNotSentResults(): Collection\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNull('sent_at')\n ->where('status', AutomatedReportResult::STATUS_GENERATED)\n ->whereHas('report')\n ->with('report')\n ->get();\n }\n\n public function getPaginatedUserReports(\n User $user,\n ReportSort $sort,\n ReportSortDirection $sortDirection,\n int $resultsPerPage,\n int $page,\n ?Carbon $fromDate,\n ?Carbon $toDate,\n array $teamIds,\n array $reportTypes,\n ?string $name,\n ): LengthAwarePaginator {\n $query = AutomatedReportResult::query()\n ->whereNotNull('automated_report_results.generated_at')\n ->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')\n ->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))\n ->orderByRaw(\"$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}\")\n ->select('automated_report_results.*')\n ->with('report.team');\n\n if ($fromDate !== null && $toDate !== null) {\n $query->whereBetween('generated_at', [$fromDate, $toDate]);\n }\n\n if (! empty($teamIds)) {\n $query->where(function ($q) use ($teamIds) {\n foreach ($teamIds as $id) {\n $q->orWhereJsonContains('automated_reports.groups', $id);\n }\n });\n }\n\n if (! empty($reportTypes)) {\n $query->whereIn('automated_reports.type', $reportTypes);\n }\n\n if (! empty($name)) {\n $query->whereLike('name', \"%$name%\");\n }\n\n return $query->paginate($resultsPerPage, ['*'], 'page', $page);\n }\n\n public function countUserReports(User $user): int\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNotNull('sent_at')\n ->whereHas('report', function ($q) use ($user) {\n $q->where('team_id', $user->getTeamId())\n ->whereJsonContains('recipients->users', $user->getId());\n })\n ->count();\n }\n\n /**\n * Restrict a query on the automated_reports table to reports the given user is allowed to see.\n *\n * Matches the customer-facing audience:\n * - explicit user recipients (recipients.users)\n * - members of any of the report's groups (Ask Jiminny reports)\n */\n private function applyUserAccessScope(Builder $query, User $user): void\n {\n $userId = $user->getId();\n $groupId = $user->getGroupId();\n\n $query\n ->where('automated_reports.team_id', $user->getTeamId())\n ->where(function (Builder $q) use ($userId, $groupId): void {\n $q->whereJsonContains('automated_reports.recipients->users', $userId);\n\n if ($groupId !== null) {\n $q->orWhere(function (Builder $sub) use ($groupId): void {\n $sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereJsonContains('automated_reports.groups', $groupId);\n });\n }\n });\n }\n\n /**\n * Get report IDs for a specific team\n *\n * @param Team $team\n *\n * @return \\Illuminate\\Support\\Collection\n */\n public function getReportIdsByTeam(Team $team): \\Illuminate\\Support\\Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->pluck('id');\n }\n\n /**\n * Get all reports for a specific team\n *\n * @param Team $team\n *\n * @return Collection\n */\n public function getReportsByTeam(Team $team): Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->get();\n }\n\n /**\n * Get all report results for a specific report\n *\n * @param AutomatedReport $report\n *\n * @return Collection\n */\n public function getResultsByReport(AutomatedReport $report): Collection\n {\n return $this->getResultsByReportQuery($report)->get();\n }\n\n public function getResultsByReportQuery(AutomatedReport $report): Builder\n {\n return AutomatedReportResult::where('report_id', $report->getId());\n }\n\n public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder\n {\n $reportIds = $this->getReportIdsByTeam($team);\n\n return AutomatedReportResult::query()->whereIn('report_id', $reportIds)\n ->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);\n }\n\n /**\n * @param int|null $teamId Optional team ID to filter results\n *\n * @return \\Illuminate\\Support\\Collection<int, int> Collection of team IDs\n */\n public function getTeamIdsWithReportsResults(?int $teamId = null): \\Illuminate\\Support\\Collection\n {\n $query = DB::table('automated_reports')\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->select('teams.id')\n ->distinct();\n\n if ($teamId !== null) {\n $query->where('teams.id', $teamId);\n }\n\n return $query->pluck('teams.id');\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.042220745,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"200","depth":4,"bounds":{"left":0.67353725,"top":0.10055866,"width":0.012300532,"height":0.015163607},"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.6875,"top":0.09896249,"width":0.00731383,"height":0.018355945},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.69481385,"top":0.09896249,"width":0.006981383,"height":0.018355945},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring start {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring end {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:36] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:30\",\"to\":\"10:35\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:25\",\"to\":\"00:30\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:38] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:37:43.896065Z\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:44] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring start {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring end {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23653320,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":24.05,\"usage\":23715392,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23673608,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.52,\"average_seconds_per_request\":0.52} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":529.44} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":557.15,\"usage\":23737960,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23715888,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":14.21,\"usage\":23703864,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23664544,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":15.21,\"usage\":23700312,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":1} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":170.3,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring start {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring end {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:39] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"c17f8fa5-8019-4bac-96a0-79872914ffe1\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring start {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring end {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:38:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:39:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:23] local.NOTICE: Monitoring start {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:24] local.NOTICE: Monitoring end {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:52] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"f5e9e1c6-a2b7-4389-8b09-4bac9f893daa\",\"trace_id\":\"d964aaf1-4db6-43b2-b3b6-f463dc269e63\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring start {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring end {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:41:02] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:02] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:36\",\"to\":\"10:41\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:31\",\"to\":\"00:36\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:15] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:43:27.859813Z\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:28] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:39] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":265.5,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring start {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring end {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:50] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:01] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"181fefef-3ab4-4e50-9e43-0176839f80a5\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring start {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring end {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.NOTICE: Calendar sync start {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 141772b4-13f6-4d7c-9d62-180e61140e00 Correlation ID: 7a33d672-3b29-409c-9a7e-809b437ff1cc Timestamp: 2026-04-24 10:43:47Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:47Z\\\",\\\"trace_id\\\":\\\"141772b4-13f6-4d7c-9d62-180e61140e00\\\",\\\"correlation_id\\\":\\\"7a33d672-3b29-409c-9a7e-809b437ff1cc\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 644bfd61-a77c-47d4-8021-25ebad431400 Correlation ID: 2d57c4e2-ea25-4cce-ad2f-2070b336feea Timestamp: 2026-04-24 10:43:48Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:48Z\\\",\\\"trace_id\\\":\\\"644bfd61-a77c-47d4-8021-25ebad431400\\\",\\\"correlation_id\\\":\\\"2d57c4e2-ea25-4cce-ad2f-2070b336feea\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1502,\"provider\":\"google\",\"refreshToken\":\"d417c92ebaa137295a04675f715d0511ae8acac9d779b102eac50d6300116d3e\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1502,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 673e2791-28a4-4b0c-b527-94df7fa61400 Correlation ID: 39b3df04-64a8-4564-a9fc-1dc97e3e18c3 Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"673e2791-28a4-4b0c-b527-94df7fa61400\\\",\\\"correlation_id\\\":\\\"39b3df04-64a8-4564-a9fc-1dc97e3e18c3\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 227397e0-6520-44b0-aa07-4b8c19f11400 Correlation ID: 64c1c5eb-f1e9-4240-b801-499afc07c25a Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"227397e0-6520-44b0-aa07-4b8c19f11400\\\",\\\"correlation_id\\\":\\\"64c1c5eb-f1e9-4240-b801-499afc07c25a\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 824e8253-29dc-41d1-98ea-bfcd67de4400 Correlation ID: 9cf5c0b1-83fd-4c1b-8801-3cb0491fc822 Timestamp: 2026-04-24 10:43:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:51Z\\\",\\\"trace_id\\\":\\\"824e8253-29dc-41d1-98ea-bfcd67de4400\\\",\\\"correlation_id\\\":\\\"9cf5c0b1-83fd-4c1b-8801-3cb0491fc822\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1115,\"provider\":\"google\",\"refreshToken\":\"356b60f12e262a5e24d3042386ef47d6a6cfe3074c242f4426edcec8646192b1\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1115,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1421,\"provider\":\"office\",\"refreshToken\":\"7c2db39427c8a527d982f28d342e8b1ce66fca1ee2e3d936c44b727ed9da5b57\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountObserver] Refresh token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1421,\"provider\":\"office\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:44:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring start {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring end {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"usage\":23661824,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Sync finished {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":67.35,\"usage\":23704944,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"usage\":23660768,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Sync finished {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":30.63,\"usage\":23705592,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"usage\":23660760,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"copper\",\"crm_owner\":333,\"team_id\":27} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:53] local.NOTICE: Leads unavailable {\"method\":\"POST\",\"endpoint\":\"leads/search\",\"options\":[],\"body\":{\"minimum_modified_date\":1777025653,\"sort_by\":\"date_modified\",\"page_number\":1},\"status_code\":403,\"error\":\"{\\\"success\\\":false,\\\"status\\\":403,\\\"message\\\":\\\"Feature not enabled\\\"}\"} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"provider\":\"copper\",\"status\":\"completed\",\"duration_ms\":1434.81,\"usage\":23679464,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"usage\":23660952,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":38.86,\"usage\":23705736,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"usage\":23661080,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"close\",\"crm_owner\":257,\"team_id\":31} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:57] local.INFO: [SyncObjects] Sync finished {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"provider\":\"close\",\"status\":\"completed\",\"duration_ms\":1241.2,\"usage\":23682400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"usage\":23661040,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.WARNING: [Bullhorn] Account not connected for user {\"userId\":\"941d12a6-e84f-4c3a-a4c8-2ef433792095\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":348,\"sociable_id\":121,\"provider_user_id\":null,\"expires\":1733727508,\"refresh_token_expires\":null,\"provider\":\"bullhorn\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2021-04-06 11:07:26\",\"updated_at\":\"2024-12-09 15:10:40\"}}} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"bullhorn\",\"crm_owner\":121,\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Sync finished {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"provider\":\"bullhorn\",\"status\":\"disconnected\",\"duration_ms\":22.86,\"usage\":23703400,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Bullhorn account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"usage\":23660416,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"ed89227b-e364-4dfb-b4bf-343f154bf21e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1360,\"sociable_id\":245,\"provider_user_id\":\"0052g000003frZNAAY\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2024-09-02 06:11:55\",\"updated_at\":\"2024-12-11 08:50:23\"}}} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":245,\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Sync finished {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":49.38,\"usage\":23702456,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"usage\":23660600,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Syncing opportunities {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-deals/run\",\"full_target\":\"connections/zohocrm/actions/query-deals/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap before {\"current\":23668520,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap after {\"used\":4960,\"current\":23673480,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap final {\"used\":5824,\"current\":23674344,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] create ExternalAccountMap {\"team_id\":3143,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap before {\"current\":23671352,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap after {\"used\":5280,\"current\":23676632,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap final {\"used\":6144,\"current\":23677496,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing opportunities finished successfully {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-companies/run\",\"full_target\":\"connections/zohocrm/actions/query-companies/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing contacts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-contacts/run\",\"full_target\":\"connections/zohocrm/actions/query-contacts/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing contacts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing leads {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"crm_profile_id\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/get-converted-leads/run\",\"full_target\":\"connections/zohocrm/actions/get-converted-leads/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [integration-app] Syncing leads finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [SyncObjects] Sync finished {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"provider\":\"integration-app\",\"status\":\"completed\",\"duration_ms\":3242.96,\"usage\":23680656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}","depth":4,"value":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring start {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring end {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:36] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:30\",\"to\":\"10:35\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:25\",\"to\":\"00:30\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:38] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:37:43.896065Z\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:44] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring start {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring end {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23653320,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":24.05,\"usage\":23715392,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23673608,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.52,\"average_seconds_per_request\":0.52} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":529.44} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":557.15,\"usage\":23737960,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23715888,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":14.21,\"usage\":23703864,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23664544,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":15.21,\"usage\":23700312,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":1} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":170.3,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring start {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring end {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:39] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"c17f8fa5-8019-4bac-96a0-79872914ffe1\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring start {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring end {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:38:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:39:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:23] local.NOTICE: Monitoring start {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:24] local.NOTICE: Monitoring end {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:52] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"f5e9e1c6-a2b7-4389-8b09-4bac9f893daa\",\"trace_id\":\"d964aaf1-4db6-43b2-b3b6-f463dc269e63\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring start {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring end {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:41:02] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:02] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:36\",\"to\":\"10:41\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:31\",\"to\":\"00:36\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:15] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:43:27.859813Z\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:28] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:39] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":265.5,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring start {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring end {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:50] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:01] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"181fefef-3ab4-4e50-9e43-0176839f80a5\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring start {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring end {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.NOTICE: Calendar sync start {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 141772b4-13f6-4d7c-9d62-180e61140e00 Correlation ID: 7a33d672-3b29-409c-9a7e-809b437ff1cc Timestamp: 2026-04-24 10:43:47Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:47Z\\\",\\\"trace_id\\\":\\\"141772b4-13f6-4d7c-9d62-180e61140e00\\\",\\\"correlation_id\\\":\\\"7a33d672-3b29-409c-9a7e-809b437ff1cc\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 644bfd61-a77c-47d4-8021-25ebad431400 Correlation ID: 2d57c4e2-ea25-4cce-ad2f-2070b336feea Timestamp: 2026-04-24 10:43:48Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:48Z\\\",\\\"trace_id\\\":\\\"644bfd61-a77c-47d4-8021-25ebad431400\\\",\\\"correlation_id\\\":\\\"2d57c4e2-ea25-4cce-ad2f-2070b336feea\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1502,\"provider\":\"google\",\"refreshToken\":\"d417c92ebaa137295a04675f715d0511ae8acac9d779b102eac50d6300116d3e\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1502,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 673e2791-28a4-4b0c-b527-94df7fa61400 Correlation ID: 39b3df04-64a8-4564-a9fc-1dc97e3e18c3 Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"673e2791-28a4-4b0c-b527-94df7fa61400\\\",\\\"correlation_id\\\":\\\"39b3df04-64a8-4564-a9fc-1dc97e3e18c3\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 227397e0-6520-44b0-aa07-4b8c19f11400 Correlation ID: 64c1c5eb-f1e9-4240-b801-499afc07c25a Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"227397e0-6520-44b0-aa07-4b8c19f11400\\\",\\\"correlation_id\\\":\\\"64c1c5eb-f1e9-4240-b801-499afc07c25a\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 824e8253-29dc-41d1-98ea-bfcd67de4400 Correlation ID: 9cf5c0b1-83fd-4c1b-8801-3cb0491fc822 Timestamp: 2026-04-24 10:43:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:51Z\\\",\\\"trace_id\\\":\\\"824e8253-29dc-41d1-98ea-bfcd67de4400\\\",\\\"correlation_id\\\":\\\"9cf5c0b1-83fd-4c1b-8801-3cb0491fc822\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1115,\"provider\":\"google\",\"refreshToken\":\"356b60f12e262a5e24d3042386ef47d6a6cfe3074c242f4426edcec8646192b1\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1115,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1421,\"provider\":\"office\",\"refreshToken\":\"7c2db39427c8a527d982f28d342e8b1ce66fca1ee2e3d936c44b727ed9da5b57\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountObserver] Refresh token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1421,\"provider\":\"office\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:44:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring start {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring end {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"usage\":23661824,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Sync finished {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":67.35,\"usage\":23704944,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"usage\":23660768,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Sync finished {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":30.63,\"usage\":23705592,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"usage\":23660760,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"copper\",\"crm_owner\":333,\"team_id\":27} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:53] local.NOTICE: Leads unavailable {\"method\":\"POST\",\"endpoint\":\"leads/search\",\"options\":[],\"body\":{\"minimum_modified_date\":1777025653,\"sort_by\":\"date_modified\",\"page_number\":1},\"status_code\":403,\"error\":\"{\\\"success\\\":false,\\\"status\\\":403,\\\"message\\\":\\\"Feature not enabled\\\"}\"} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"provider\":\"copper\",\"status\":\"completed\",\"duration_ms\":1434.81,\"usage\":23679464,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"usage\":23660952,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":38.86,\"usage\":23705736,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"usage\":23661080,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"close\",\"crm_owner\":257,\"team_id\":31} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:57] local.INFO: [SyncObjects] Sync finished {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"provider\":\"close\",\"status\":\"completed\",\"duration_ms\":1241.2,\"usage\":23682400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"usage\":23661040,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.WARNING: [Bullhorn] Account not connected for user {\"userId\":\"941d12a6-e84f-4c3a-a4c8-2ef433792095\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":348,\"sociable_id\":121,\"provider_user_id\":null,\"expires\":1733727508,\"refresh_token_expires\":null,\"provider\":\"bullhorn\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2021-04-06 11:07:26\",\"updated_at\":\"2024-12-09 15:10:40\"}}} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"bullhorn\",\"crm_owner\":121,\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Sync finished {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"provider\":\"bullhorn\",\"status\":\"disconnected\",\"duration_ms\":22.86,\"usage\":23703400,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Bullhorn account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"usage\":23660416,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"ed89227b-e364-4dfb-b4bf-343f154bf21e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1360,\"sociable_id\":245,\"provider_user_id\":\"0052g000003frZNAAY\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2024-09-02 06:11:55\",\"updated_at\":\"2024-12-11 08:50:23\"}}} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":245,\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Sync finished {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":49.38,\"usage\":23702456,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"usage\":23660600,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Syncing opportunities {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-deals/run\",\"full_target\":\"connections/zohocrm/actions/query-deals/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap before {\"current\":23668520,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap after {\"used\":4960,\"current\":23673480,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap final {\"used\":5824,\"current\":23674344,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] create ExternalAccountMap {\"team_id\":3143,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap before {\"current\":23671352,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap after {\"used\":5280,\"current\":23676632,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap final {\"used\":6144,\"current\":23677496,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing opportunities finished successfully {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-companies/run\",\"full_target\":\"connections/zohocrm/actions/query-companies/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing contacts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-contacts/run\",\"full_target\":\"connections/zohocrm/actions/query-contacts/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing contacts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing leads {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"crm_profile_id\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/get-converted-leads/run\",\"full_target\":\"connections/zohocrm/actions/get-converted-leads/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [integration-app] Syncing leads finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [SyncObjects] Sync finished {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"provider\":\"integration-app\",\"status\":\"completed\",\"duration_ms\":3242.96,\"usage\":23680656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Project","depth":3,"role_description":"text"},{"role":"AXButton","text":"Project","depth":3,"bounds":{"left":0.011968086,"top":0.047885075,"width":0.024268618,"height":0.024740623},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New File or Directory…","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand Selected","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Collapse All","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Options","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8409739779266792278
|
-8255819580656018307
|
idle
|
accessibility
|
NULL
|
Project: faVsco.js, menu
JY-20508-notify-before-AJ Project: faVsco.js, menu
JY-20508-notify-before-AJ-report-expiration, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
16
7
1
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Repositories;
use Carbon\CarbonImmutable;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Facades\DB;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Models\Team;
use Jiminny\Models\User;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSort;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSortDirection;
class AutomatedReportsRepository
{
/**
* Create a new automated report
*
* @param array $data
*
* @return AutomatedReport
*/
public function create(array $data): AutomatedReport
{
return AutomatedReport::create($data);
}
/**
* Find an automated report by UUID
*
* @param string $uuid
*
* @return AutomatedReport|null
*/
public function findByUuid(string $uuid): ?AutomatedReport
{
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();
}
public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport
{
if (is_numeric($idOrUuid)) {
return AutomatedReport::find((int) $idOrUuid);
}
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();
}
/**
* Retrieve all standard (non-Ask Jiminny) automated reports.
*
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAllStandardReports(
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->get();
}
/**
* Retrieve all Ask Jiminny reports created by the given user.
*
* @param User $user The user whose reports to retrieve.
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAskJiminnyReportsByUser(
User $user,
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->where('created_by', $user->getId())
->get();
}
private function buildSortedQuery(string $sortColumn, string $sortDirection): \Illuminate\Database\Eloquent\Builder
{
$allowedColumns = ['created_by', 'created_at'];
if (! in_array($sortColumn, $allowedColumns)) {
$sortColumn = 'created_at';
}
$sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';
$query = AutomatedReport::query()->with(['creator', 'team']);
if ($sortColumn === 'created_by') {
$query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')
->orderByRaw("users.name COLLATE utf8mb4_unicode_ci {$sortDirection}")
->select('automated_reports.*');
} else {
$query->orderBy($sortColumn, $sortDirection);
}
return $query;
}
/**
* Get all active Ask Jiminny reports whose expiry date has passed.
*
* @return Collection<AutomatedReport>
*/
public function getExpiredActiveAskJiminnyReports(): Collection
{
return AutomatedReport::where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->where('expires_at', '<', now()->toDateString())
->get();
}
/**
* Get all active Ask Jiminny reports that expire exactly on the given date.
*
* @return Collection<AutomatedReport>
*/
public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection
{
return AutomatedReport::with('creator')
->where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->whereDate('expires_at', $date->toDateString())
->get();
}
/**
* Get all active and enabled reports with active teams for the specified frequency.
*
* @param string $frequency
*
* @return Collection<AutomatedReport>
*/
public function getActiveReportsByFrequency(string $frequency): Collection
{
return AutomatedReport::where('automated_reports.status', true)
->where('automated_reports.frequency', $frequency)
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->where('teams.status', Team::STATUS_ACTIVE)
->where(function ($query) {
$query->whereNull('automated_reports.expires_at')
->orWhere('automated_reports.expires_at', '>=', now()->toDateString());
})
->select('automated_reports.*')
->get();
}
/**
* Update an automated report
*
* @param AutomatedReport $report
* @param array $data
*
* @return AutomatedReport
*/
public function update(AutomatedReport $report, array $data): AutomatedReport
{
$report->update($data);
return $report;
}
/**
* Create a new automated report result.
*
* @param array $data The data to create the automated report result with.
*
* @return AutomatedReportResult The newly created automated report result.
*/
public function createResult(array $data): AutomatedReportResult
{
return AutomatedReportResult::create($data);
}
/**
* Find an automated report result by UUID.
*
* @param string $uuid The UUID to find the automated report result with.
*
* @return AutomatedReportResult|null The automated report result if found, otherwise null.
*/
public function findResultByUuid(string $uuid): ?AutomatedReportResult
{
return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();
}
public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('uuid', AutomatedReportResult::toOptimized($uuid))
->whereHas('report', static function ($query) use ($user): void {
$query->where('team_id', $user->getTeamId())
->where('created_by', $user->getId());
})
->first();
}
public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('parent_id', $result->getId())
->where('media_type', $type)
->first();
}
public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('report_id', $report->getId())
->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])
->latest()
->first();
}
public function getGeneratedNotSentResults(): Collection
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNull('sent_at')
->where('status', AutomatedReportResult::STATUS_GENERATED)
->whereHas('report')
->with('report')
->get();
}
public function getPaginatedUserReports(
User $user,
ReportSort $sort,
ReportSortDirection $sortDirection,
int $resultsPerPage,
int $page,
?Carbon $fromDate,
?Carbon $toDate,
array $teamIds,
array $reportTypes,
?string $name,
): LengthAwarePaginator {
$query = AutomatedReportResult::query()
->whereNotNull('automated_report_results.generated_at')
->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')
->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))
->orderByRaw("$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}")
->select('automated_report_results.*')
->with('report.team');
if ($fromDate !== null && $toDate !== null) {
$query->whereBetween('generated_at', [$fromDate, $toDate]);
}
if (! empty($teamIds)) {
$query->where(function ($q) use ($teamIds) {
foreach ($teamIds as $id) {
$q->orWhereJsonContains('automated_reports.groups', $id);
}
});
}
if (! empty($reportTypes)) {
$query->whereIn('automated_reports.type', $reportTypes);
}
if (! empty($name)) {
$query->whereLike('name', "%$name%");
}
return $query->paginate($resultsPerPage, ['*'], 'page', $page);
}
public function countUserReports(User $user): int
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNotNull('sent_at')
->whereHas('report', function ($q) use ($user) {
$q->where('team_id', $user->getTeamId())
->whereJsonContains('recipients->users', $user->getId());
})
->count();
}
/**
* Restrict a query on the automated_reports table to reports the given user is allowed to see.
*
* Matches the customer-facing audience:
* - explicit user recipients (recipients.users)
* - members of any of the report's groups (Ask Jiminny reports)
*/
private function applyUserAccessScope(Builder $query, User $user): void
{
$userId = $user->getId();
$groupId = $user->getGroupId();
$query
->where('automated_reports.team_id', $user->getTeamId())
->where(function (Builder $q) use ($userId, $groupId): void {
$q->whereJsonContains('automated_reports.recipients->users', $userId);
if ($groupId !== null) {
$q->orWhere(function (Builder $sub) use ($groupId): void {
$sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereJsonContains('automated_reports.groups', $groupId);
});
}
});
}
/**
* Get report IDs for a specific team
*
* @param Team $team
*
* @return \Illuminate\Support\Collection
*/
public function getReportIdsByTeam(Team $team): \Illuminate\Support\Collection
{
return AutomatedReport::where('team_id', $team->getId())->pluck('id');
}
/**
* Get all reports for a specific team
*
* @param Team $team
*
* @return Collection
*/
public function getReportsByTeam(Team $team): Collection
{
return AutomatedReport::where('team_id', $team->getId())->get();
}
/**
* Get all report results for a specific report
*
* @param AutomatedReport $report
*
* @return Collection
*/
public function getResultsByReport(AutomatedReport $report): Collection
{
return $this->getResultsByReportQuery($report)->get();
}
public function getResultsByReportQuery(AutomatedReport $report): Builder
{
return AutomatedReportResult::where('report_id', $report->getId());
}
public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder
{
$reportIds = $this->getReportIdsByTeam($team);
return AutomatedReportResult::query()->whereIn('report_id', $reportIds)
->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);
}
/**
* @param int|null $teamId Optional team ID to filter results
*
* @return \Illuminate\Support\Collection<int, int> Collection of team IDs
*/
public function getTeamIdsWithReportsResults(?int $teamId = null): \Illuminate\Support\Collection
{
$query = DB::table('automated_reports')
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->select('teams.id')
->distinct();
if ($teamId !== null) {
$query->where('teams.id', $teamId);
}
return $query->pluck('teams.id');
}
}
Code changed:
Hide
Sync Changes
Hide This Notification
200
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_i...
|
NULL
|
|
78837
|
NULL
|
0
|
2026-04-24T13:49:48.304593+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777038588304_m1.jpg...
|
PhpStorm
|
faVsco.js – AutomatedReportsRepository.php
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
JY-20508-notify-before-AJ Project: faVsco.js, menu
JY-20508-notify-before-AJ-report-expiration, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
16
7
1
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Repositories;
use Carbon\CarbonImmutable;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Facades\DB;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Models\Team;
use Jiminny\Models\User;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSort;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSortDirection;
class AutomatedReportsRepository
{
/**
* Create a new automated report
*
* @param array $data
*
* @return AutomatedReport
*/
public function create(array $data): AutomatedReport
{
return AutomatedReport::create($data);
}
/**
* Find an automated report by UUID
*
* @param string $uuid
*
* @return AutomatedReport|null
*/
public function findByUuid(string $uuid): ?AutomatedReport
{
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();
}
public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport
{
if (is_numeric($idOrUuid)) {
return AutomatedReport::find((int) $idOrUuid);
}
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();
}
/**
* Retrieve all standard (non-Ask Jiminny) automated reports.
*
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAllStandardReports(
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->get();
}
/**
* Retrieve all Ask Jiminny reports created by the given user.
*
* @param User $user The user whose reports to retrieve.
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAskJiminnyReportsByUser(
User $user,
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->where('created_by', $user->getId())
->get();
}
private function buildSortedQuery(string $sortColumn, string $sortDirection): \Illuminate\Database\Eloquent\Builder
{
$allowedColumns = ['created_by', 'created_at'];
if (! in_array($sortColumn, $allowedColumns)) {
$sortColumn = 'created_at';
}
$sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';
$query = AutomatedReport::query()->with(['creator', 'team']);
if ($sortColumn === 'created_by') {
$query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')
->orderByRaw("users.name COLLATE utf8mb4_unicode_ci {$sortDirection}")
->select('automated_reports.*');
} else {
$query->orderBy($sortColumn, $sortDirection);
}
return $query;
}
/**
* Get all active Ask Jiminny reports whose expiry date has passed.
*
* @return Collection<AutomatedReport>
*/
public function getExpiredActiveAskJiminnyReports(): Collection
{
return AutomatedReport::where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->where('expires_at', '<', now()->toDateString())
->get();
}
/**
* Get all active Ask Jiminny reports that expire exactly on the given date.
*
* @return Collection<AutomatedReport>
*/
public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection
{
return AutomatedReport::with('creator')
->where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->whereDate('expires_at', $date->toDateString())
->get();
}
/**
* Get all active and enabled reports with active teams for the specified frequency.
*
* @param string $frequency
*
* @return Collection<AutomatedReport>
*/
public function getActiveReportsByFrequency(string $frequency): Collection
{
return AutomatedReport::where('automated_reports.status', true)
->where('automated_reports.frequency', $frequency)
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->where('teams.status', Team::STATUS_ACTIVE)
->where(function ($query) {
$query->whereNull('automated_reports.expires_at')
->orWhere('automated_reports.expires_at', '>=', now()->toDateString());
})
->select('automated_reports.*')
->get();
}
/**
* Update an automated report
*
* @param AutomatedReport $report
* @param array $data
*
* @return AutomatedReport
*/
public function update(AutomatedReport $report, array $data): AutomatedReport
{
$report->update($data);
return $report;
}
/**
* Create a new automated report result.
*
* @param array $data The data to create the automated report result with.
*
* @return AutomatedReportResult The newly created automated report result.
*/
public function createResult(array $data): AutomatedReportResult
{
return AutomatedReportResult::create($data);
}
/**
* Find an automated report result by UUID.
*
* @param string $uuid The UUID to find the automated report result with.
*
* @return AutomatedReportResult|null The automated report result if found, otherwise null.
*/
public function findResultByUuid(string $uuid): ?AutomatedReportResult
{
return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();
}
public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('uuid', AutomatedReportResult::toOptimized($uuid))
->whereHas('report', static function ($query) use ($user): void {
$query->where('team_id', $user->getTeamId())
->where('created_by', $user->getId());
})
->first();
}
public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('parent_id', $result->getId())
->where('media_type', $type)
->first();
}
public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('report_id', $report->getId())
->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])
->latest()
->first();
}
public function getGeneratedNotSentResults(): Collection
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNull('sent_at')
->where('status', AutomatedReportResult::STATUS_GENERATED)
->whereHas('report')
->with('report')
->get();
}
public function getPaginatedUserReports(
User $user,
ReportSort $sort,
ReportSortDirection $sortDirection,
int $resultsPerPage,
int $page,
?Carbon $fromDate,
?Carbon $toDate,
array $teamIds,
array $reportTypes,
?string $name,
): LengthAwarePaginator {
$query = AutomatedReportResult::query()
->whereNotNull('automated_report_results.generated_at')
->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')
->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))
->orderByRaw("$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}")
->select('automated_report_results.*')
->with('report.team');
if ($fromDate !== null && $toDate !== null) {
$query->whereBetween('generated_at', [$fromDate, $toDate]);
}
if (! empty($teamIds)) {
$query->where(function ($q) use ($teamIds) {
foreach ($teamIds as $id) {
$q->orWhereJsonContains('automated_reports.groups', $id);
}
});
}
if (! empty($reportTypes)) {
$query->whereIn('automated_reports.type', $reportTypes);
}
if (! empty($name)) {
$query->whereLike('name', "%$name%");
}
return $query->paginate($resultsPerPage, ['*'], 'page', $page);
}
public function countUserReports(User $user): int
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNotNull('sent_at')
->whereHas('report', function ($q) use ($user) {
$q->where('team_id', $user->getTeamId())
->whereJsonContains('recipients->users', $user->getId());
})
->count();
}
/**
* Restrict a query on the automated_reports table to reports the given user is allowed to see.
*
* Matches the customer-facing audience:
* - explicit user recipients (recipients.users)
* - members of any of the report's groups (Ask Jiminny reports)
*/
private function applyUserAccessScope(Builder $query, User $user): void
{
$userId = $user->getId();
$groupId = $user->getGroupId();
$query
->where('automated_reports.team_id', $user->getTeamId())
->where(function (Builder $q) use ($userId, $groupId): void {
$q->whereJsonContains('automated_reports.recipients->users', $userId);
if ($groupId !== null) {
$q->orWhere(function (Builder $sub) use ($groupId): void {
$sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereJsonContains('automated_reports.groups', $groupId);
});
}
});
}
/**
* Get report IDs for a specific team
*
* @param Team $team
*
* @return \Illuminate\Support\Collection
*/
public function getReportIdsByTeam(Team $team): \Illuminate\Support\Collection
{
return AutomatedReport::where('team_id', $team->getId())->pluck('id');
}
/**
* Get all reports for a specific team
*
* @param Team $team
*
* @return Collection
*/
public function getReportsByTeam(Team $team): Collection
{
return AutomatedReport::where('team_id', $team->getId())->get();
}
/**
* Get all report results for a specific report
*
* @param AutomatedReport $report
*
* @return Collection
*/
public function getResultsByReport(AutomatedReport $report): Collection
{
return $this->getResultsByReportQuery($report)->get();
}
public function getResultsByReportQuery(AutomatedReport $report): Builder
{
return AutomatedReportResult::where('report_id', $report->getId());
}
public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder
{
$reportIds = $this->getReportIdsByTeam($team);
return AutomatedReportResult::query()->whereIn('report_id', $reportIds)
->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);
}
/**
* @param int|null $teamId Optional team ID to filter results
*
* @return \Illuminate\Support\Collection<int, int> Collection of team IDs
*/
public function getTeamIdsWithReportsResults(?int $teamId = null): \Illuminate\Support\Collection
{
$query = DB::table('automated_reports')
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->select('teams.id')
->distinct();
if ($teamId !== null) {
$query->where('teams.id', $teamId);
}
return $query->pluck('teams.id');
}
}
Code changed:
Hide
Sync Changes
Hide This Notification
200
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_i...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JY-20508-notify-before-AJ-report-expiration, menu","depth":5,"help_text":"Git Branch: JY-20508-notify-before-AJ-report-expiration","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"ReportControllerTest","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'ReportControllerTest'","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'ReportControllerTest'","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.088194445,"height":0.027777778},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"16","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.02013889,"height":0.02111111},"role_description":"text"},{"role":"AXStaticText","text":"7","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.015972223,"height":0.02111111},"role_description":"text"},{"role":"AXStaticText","text":"1","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.015277778,"height":0.02111111},"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.015277778,"height":0.025555555},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.014583333,"height":0.025555555},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Repositories;\n\nuse Carbon\\CarbonImmutable;\nuse Illuminate\\Database\\Eloquent\\Builder;\nuse Illuminate\\Support\\Carbon;\nuse Illuminate\\Database\\Eloquent\\Collection;\nuse Illuminate\\Pagination\\LengthAwarePaginator;\nuse Illuminate\\Support\\Facades\\DB;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\AutomatedReportResult;\nuse Jiminny\\Models\\Team;\nuse Jiminny\\Models\\User;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSort;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSortDirection;\n\nclass AutomatedReportsRepository\n{\n /**\n * Create a new automated report\n *\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function create(array $data): AutomatedReport\n {\n return AutomatedReport::create($data);\n }\n\n /**\n * Find an automated report by UUID\n *\n * @param string $uuid\n *\n * @return AutomatedReport|null\n */\n public function findByUuid(string $uuid): ?AutomatedReport\n {\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();\n }\n\n public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport\n {\n if (is_numeric($idOrUuid)) {\n return AutomatedReport::find((int) $idOrUuid);\n }\n\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();\n }\n\n /**\n * Retrieve all standard (non-Ask Jiminny) automated reports.\n *\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAllStandardReports(\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->get();\n }\n\n /**\n * Retrieve all Ask Jiminny reports created by the given user.\n *\n * @param User $user The user whose reports to retrieve.\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAskJiminnyReportsByUser(\n User $user,\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->where('created_by', $user->getId())\n ->get();\n }\n\n private function buildSortedQuery(string $sortColumn, string $sortDirection): \\Illuminate\\Database\\Eloquent\\Builder\n {\n $allowedColumns = ['created_by', 'created_at'];\n if (! in_array($sortColumn, $allowedColumns)) {\n $sortColumn = 'created_at';\n }\n\n $sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';\n\n $query = AutomatedReport::query()->with(['creator', 'team']);\n\n if ($sortColumn === 'created_by') {\n $query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')\n ->orderByRaw(\"users.name COLLATE utf8mb4_unicode_ci {$sortDirection}\")\n ->select('automated_reports.*');\n } else {\n $query->orderBy($sortColumn, $sortDirection);\n }\n\n return $query;\n }\n\n /**\n * Get all active Ask Jiminny reports whose expiry date has passed.\n *\n * @return Collection<AutomatedReport>\n */\n public function getExpiredActiveAskJiminnyReports(): Collection\n {\n return AutomatedReport::where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->where('expires_at', '<', now()->toDateString())\n ->get();\n }\n\n /**\n * Get all active Ask Jiminny reports that expire exactly on the given date.\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection\n {\n return AutomatedReport::with('creator')\n ->where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->whereDate('expires_at', $date->toDateString())\n ->get();\n }\n\n /**\n * Get all active and enabled reports with active teams for the specified frequency.\n *\n * @param string $frequency\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveReportsByFrequency(string $frequency): Collection\n {\n return AutomatedReport::where('automated_reports.status', true)\n ->where('automated_reports.frequency', $frequency)\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->where('teams.status', Team::STATUS_ACTIVE)\n ->where(function ($query) {\n $query->whereNull('automated_reports.expires_at')\n ->orWhere('automated_reports.expires_at', '>=', now()->toDateString());\n })\n ->select('automated_reports.*')\n ->get();\n }\n\n /**\n * Update an automated report\n *\n * @param AutomatedReport $report\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function update(AutomatedReport $report, array $data): AutomatedReport\n {\n $report->update($data);\n\n return $report;\n }\n\n /**\n * Create a new automated report result.\n *\n * @param array $data The data to create the automated report result with.\n *\n * @return AutomatedReportResult The newly created automated report result.\n */\n public function createResult(array $data): AutomatedReportResult\n {\n return AutomatedReportResult::create($data);\n }\n\n /**\n * Find an automated report result by UUID.\n *\n * @param string $uuid The UUID to find the automated report result with.\n *\n * @return AutomatedReportResult|null The automated report result if found, otherwise null.\n */\n public function findResultByUuid(string $uuid): ?AutomatedReportResult\n {\n return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();\n }\n\n public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('uuid', AutomatedReportResult::toOptimized($uuid))\n ->whereHas('report', static function ($query) use ($user): void {\n $query->where('team_id', $user->getTeamId())\n ->where('created_by', $user->getId());\n })\n ->first();\n }\n\n public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('parent_id', $result->getId())\n ->where('media_type', $type)\n ->first();\n }\n\n public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('report_id', $report->getId())\n ->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])\n ->latest()\n ->first();\n }\n\n public function getGeneratedNotSentResults(): Collection\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNull('sent_at')\n ->where('status', AutomatedReportResult::STATUS_GENERATED)\n ->whereHas('report')\n ->with('report')\n ->get();\n }\n\n public function getPaginatedUserReports(\n User $user,\n ReportSort $sort,\n ReportSortDirection $sortDirection,\n int $resultsPerPage,\n int $page,\n ?Carbon $fromDate,\n ?Carbon $toDate,\n array $teamIds,\n array $reportTypes,\n ?string $name,\n ): LengthAwarePaginator {\n $query = AutomatedReportResult::query()\n ->whereNotNull('automated_report_results.generated_at')\n ->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')\n ->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))\n ->orderByRaw(\"$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}\")\n ->select('automated_report_results.*')\n ->with('report.team');\n\n if ($fromDate !== null && $toDate !== null) {\n $query->whereBetween('generated_at', [$fromDate, $toDate]);\n }\n\n if (! empty($teamIds)) {\n $query->where(function ($q) use ($teamIds) {\n foreach ($teamIds as $id) {\n $q->orWhereJsonContains('automated_reports.groups', $id);\n }\n });\n }\n\n if (! empty($reportTypes)) {\n $query->whereIn('automated_reports.type', $reportTypes);\n }\n\n if (! empty($name)) {\n $query->whereLike('name', \"%$name%\");\n }\n\n return $query->paginate($resultsPerPage, ['*'], 'page', $page);\n }\n\n public function countUserReports(User $user): int\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNotNull('sent_at')\n ->whereHas('report', function ($q) use ($user) {\n $q->where('team_id', $user->getTeamId())\n ->whereJsonContains('recipients->users', $user->getId());\n })\n ->count();\n }\n\n /**\n * Restrict a query on the automated_reports table to reports the given user is allowed to see.\n *\n * Matches the customer-facing audience:\n * - explicit user recipients (recipients.users)\n * - members of any of the report's groups (Ask Jiminny reports)\n */\n private function applyUserAccessScope(Builder $query, User $user): void\n {\n $userId = $user->getId();\n $groupId = $user->getGroupId();\n\n $query\n ->where('automated_reports.team_id', $user->getTeamId())\n ->where(function (Builder $q) use ($userId, $groupId): void {\n $q->whereJsonContains('automated_reports.recipients->users', $userId);\n\n if ($groupId !== null) {\n $q->orWhere(function (Builder $sub) use ($groupId): void {\n $sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereJsonContains('automated_reports.groups', $groupId);\n });\n }\n });\n }\n\n /**\n * Get report IDs for a specific team\n *\n * @param Team $team\n *\n * @return \\Illuminate\\Support\\Collection\n */\n public function getReportIdsByTeam(Team $team): \\Illuminate\\Support\\Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->pluck('id');\n }\n\n /**\n * Get all reports for a specific team\n *\n * @param Team $team\n *\n * @return Collection\n */\n public function getReportsByTeam(Team $team): Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->get();\n }\n\n /**\n * Get all report results for a specific report\n *\n * @param AutomatedReport $report\n *\n * @return Collection\n */\n public function getResultsByReport(AutomatedReport $report): Collection\n {\n return $this->getResultsByReportQuery($report)->get();\n }\n\n public function getResultsByReportQuery(AutomatedReport $report): Builder\n {\n return AutomatedReportResult::where('report_id', $report->getId());\n }\n\n public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder\n {\n $reportIds = $this->getReportIdsByTeam($team);\n\n return AutomatedReportResult::query()->whereIn('report_id', $reportIds)\n ->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);\n }\n\n /**\n * @param int|null $teamId Optional team ID to filter results\n *\n * @return \\Illuminate\\Support\\Collection<int, int> Collection of team IDs\n */\n public function getTeamIdsWithReportsResults(?int $teamId = null): \\Illuminate\\Support\\Collection\n {\n $query = DB::table('automated_reports')\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->select('teams.id')\n ->distinct();\n\n if ($teamId !== null) {\n $query->where('teams.id', $teamId);\n }\n\n return $query->pluck('teams.id');\n }\n}","depth":4,"value":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Repositories;\n\nuse Carbon\\CarbonImmutable;\nuse Illuminate\\Database\\Eloquent\\Builder;\nuse Illuminate\\Support\\Carbon;\nuse Illuminate\\Database\\Eloquent\\Collection;\nuse Illuminate\\Pagination\\LengthAwarePaginator;\nuse Illuminate\\Support\\Facades\\DB;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\AutomatedReportResult;\nuse Jiminny\\Models\\Team;\nuse Jiminny\\Models\\User;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSort;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSortDirection;\n\nclass AutomatedReportsRepository\n{\n /**\n * Create a new automated report\n *\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function create(array $data): AutomatedReport\n {\n return AutomatedReport::create($data);\n }\n\n /**\n * Find an automated report by UUID\n *\n * @param string $uuid\n *\n * @return AutomatedReport|null\n */\n public function findByUuid(string $uuid): ?AutomatedReport\n {\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();\n }\n\n public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport\n {\n if (is_numeric($idOrUuid)) {\n return AutomatedReport::find((int) $idOrUuid);\n }\n\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();\n }\n\n /**\n * Retrieve all standard (non-Ask Jiminny) automated reports.\n *\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAllStandardReports(\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->get();\n }\n\n /**\n * Retrieve all Ask Jiminny reports created by the given user.\n *\n * @param User $user The user whose reports to retrieve.\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAskJiminnyReportsByUser(\n User $user,\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->where('created_by', $user->getId())\n ->get();\n }\n\n private function buildSortedQuery(string $sortColumn, string $sortDirection): \\Illuminate\\Database\\Eloquent\\Builder\n {\n $allowedColumns = ['created_by', 'created_at'];\n if (! in_array($sortColumn, $allowedColumns)) {\n $sortColumn = 'created_at';\n }\n\n $sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';\n\n $query = AutomatedReport::query()->with(['creator', 'team']);\n\n if ($sortColumn === 'created_by') {\n $query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')\n ->orderByRaw(\"users.name COLLATE utf8mb4_unicode_ci {$sortDirection}\")\n ->select('automated_reports.*');\n } else {\n $query->orderBy($sortColumn, $sortDirection);\n }\n\n return $query;\n }\n\n /**\n * Get all active Ask Jiminny reports whose expiry date has passed.\n *\n * @return Collection<AutomatedReport>\n */\n public function getExpiredActiveAskJiminnyReports(): Collection\n {\n return AutomatedReport::where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->where('expires_at', '<', now()->toDateString())\n ->get();\n }\n\n /**\n * Get all active Ask Jiminny reports that expire exactly on the given date.\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection\n {\n return AutomatedReport::with('creator')\n ->where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->whereDate('expires_at', $date->toDateString())\n ->get();\n }\n\n /**\n * Get all active and enabled reports with active teams for the specified frequency.\n *\n * @param string $frequency\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveReportsByFrequency(string $frequency): Collection\n {\n return AutomatedReport::where('automated_reports.status', true)\n ->where('automated_reports.frequency', $frequency)\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->where('teams.status', Team::STATUS_ACTIVE)\n ->where(function ($query) {\n $query->whereNull('automated_reports.expires_at')\n ->orWhere('automated_reports.expires_at', '>=', now()->toDateString());\n })\n ->select('automated_reports.*')\n ->get();\n }\n\n /**\n * Update an automated report\n *\n * @param AutomatedReport $report\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function update(AutomatedReport $report, array $data): AutomatedReport\n {\n $report->update($data);\n\n return $report;\n }\n\n /**\n * Create a new automated report result.\n *\n * @param array $data The data to create the automated report result with.\n *\n * @return AutomatedReportResult The newly created automated report result.\n */\n public function createResult(array $data): AutomatedReportResult\n {\n return AutomatedReportResult::create($data);\n }\n\n /**\n * Find an automated report result by UUID.\n *\n * @param string $uuid The UUID to find the automated report result with.\n *\n * @return AutomatedReportResult|null The automated report result if found, otherwise null.\n */\n public function findResultByUuid(string $uuid): ?AutomatedReportResult\n {\n return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();\n }\n\n public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('uuid', AutomatedReportResult::toOptimized($uuid))\n ->whereHas('report', static function ($query) use ($user): void {\n $query->where('team_id', $user->getTeamId())\n ->where('created_by', $user->getId());\n })\n ->first();\n }\n\n public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('parent_id', $result->getId())\n ->where('media_type', $type)\n ->first();\n }\n\n public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('report_id', $report->getId())\n ->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])\n ->latest()\n ->first();\n }\n\n public function getGeneratedNotSentResults(): Collection\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNull('sent_at')\n ->where('status', AutomatedReportResult::STATUS_GENERATED)\n ->whereHas('report')\n ->with('report')\n ->get();\n }\n\n public function getPaginatedUserReports(\n User $user,\n ReportSort $sort,\n ReportSortDirection $sortDirection,\n int $resultsPerPage,\n int $page,\n ?Carbon $fromDate,\n ?Carbon $toDate,\n array $teamIds,\n array $reportTypes,\n ?string $name,\n ): LengthAwarePaginator {\n $query = AutomatedReportResult::query()\n ->whereNotNull('automated_report_results.generated_at')\n ->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')\n ->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))\n ->orderByRaw(\"$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}\")\n ->select('automated_report_results.*')\n ->with('report.team');\n\n if ($fromDate !== null && $toDate !== null) {\n $query->whereBetween('generated_at', [$fromDate, $toDate]);\n }\n\n if (! empty($teamIds)) {\n $query->where(function ($q) use ($teamIds) {\n foreach ($teamIds as $id) {\n $q->orWhereJsonContains('automated_reports.groups', $id);\n }\n });\n }\n\n if (! empty($reportTypes)) {\n $query->whereIn('automated_reports.type', $reportTypes);\n }\n\n if (! empty($name)) {\n $query->whereLike('name', \"%$name%\");\n }\n\n return $query->paginate($resultsPerPage, ['*'], 'page', $page);\n }\n\n public function countUserReports(User $user): int\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNotNull('sent_at')\n ->whereHas('report', function ($q) use ($user) {\n $q->where('team_id', $user->getTeamId())\n ->whereJsonContains('recipients->users', $user->getId());\n })\n ->count();\n }\n\n /**\n * Restrict a query on the automated_reports table to reports the given user is allowed to see.\n *\n * Matches the customer-facing audience:\n * - explicit user recipients (recipients.users)\n * - members of any of the report's groups (Ask Jiminny reports)\n */\n private function applyUserAccessScope(Builder $query, User $user): void\n {\n $userId = $user->getId();\n $groupId = $user->getGroupId();\n\n $query\n ->where('automated_reports.team_id', $user->getTeamId())\n ->where(function (Builder $q) use ($userId, $groupId): void {\n $q->whereJsonContains('automated_reports.recipients->users', $userId);\n\n if ($groupId !== null) {\n $q->orWhere(function (Builder $sub) use ($groupId): void {\n $sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereJsonContains('automated_reports.groups', $groupId);\n });\n }\n });\n }\n\n /**\n * Get report IDs for a specific team\n *\n * @param Team $team\n *\n * @return \\Illuminate\\Support\\Collection\n */\n public function getReportIdsByTeam(Team $team): \\Illuminate\\Support\\Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->pluck('id');\n }\n\n /**\n * Get all reports for a specific team\n *\n * @param Team $team\n *\n * @return Collection\n */\n public function getReportsByTeam(Team $team): Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->get();\n }\n\n /**\n * Get all report results for a specific report\n *\n * @param AutomatedReport $report\n *\n * @return Collection\n */\n public function getResultsByReport(AutomatedReport $report): Collection\n {\n return $this->getResultsByReportQuery($report)->get();\n }\n\n public function getResultsByReportQuery(AutomatedReport $report): Builder\n {\n return AutomatedReportResult::where('report_id', $report->getId());\n }\n\n public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder\n {\n $reportIds = $this->getReportIdsByTeam($team);\n\n return AutomatedReportResult::query()->whereIn('report_id', $reportIds)\n ->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);\n }\n\n /**\n * @param int|null $teamId Optional team ID to filter results\n *\n * @return \\Illuminate\\Support\\Collection<int, int> Collection of team IDs\n */\n public function getTeamIdsWithReportsResults(?int $teamId = null): \\Illuminate\\Support\\Collection\n {\n $query = DB::table('automated_reports')\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->select('teams.id')\n ->distinct();\n\n if ($teamId !== null) {\n $query->where('teams.id', $teamId);\n }\n\n return $query->pluck('teams.id');\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.088194445,"height":0.027777778},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"200","depth":4,"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring start {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring end {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:36] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:30\",\"to\":\"10:35\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:25\",\"to\":\"00:30\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:38] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:37:43.896065Z\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:44] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring start {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring end {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23653320,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":24.05,\"usage\":23715392,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23673608,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.52,\"average_seconds_per_request\":0.52} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":529.44} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":557.15,\"usage\":23737960,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23715888,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":14.21,\"usage\":23703864,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23664544,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":15.21,\"usage\":23700312,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":1} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":170.3,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring start {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring end {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:39] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"c17f8fa5-8019-4bac-96a0-79872914ffe1\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring start {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring end {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:38:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:39:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:23] local.NOTICE: Monitoring start {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:24] local.NOTICE: Monitoring end {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:52] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"f5e9e1c6-a2b7-4389-8b09-4bac9f893daa\",\"trace_id\":\"d964aaf1-4db6-43b2-b3b6-f463dc269e63\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring start {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring end {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:41:02] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:02] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:36\",\"to\":\"10:41\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:31\",\"to\":\"00:36\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:15] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:43:27.859813Z\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:28] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:39] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":265.5,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring start {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring end {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:50] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:01] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"181fefef-3ab4-4e50-9e43-0176839f80a5\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring start {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring end {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.NOTICE: Calendar sync start {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 141772b4-13f6-4d7c-9d62-180e61140e00 Correlation ID: 7a33d672-3b29-409c-9a7e-809b437ff1cc Timestamp: 2026-04-24 10:43:47Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:47Z\\\",\\\"trace_id\\\":\\\"141772b4-13f6-4d7c-9d62-180e61140e00\\\",\\\"correlation_id\\\":\\\"7a33d672-3b29-409c-9a7e-809b437ff1cc\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 644bfd61-a77c-47d4-8021-25ebad431400 Correlation ID: 2d57c4e2-ea25-4cce-ad2f-2070b336feea Timestamp: 2026-04-24 10:43:48Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:48Z\\\",\\\"trace_id\\\":\\\"644bfd61-a77c-47d4-8021-25ebad431400\\\",\\\"correlation_id\\\":\\\"2d57c4e2-ea25-4cce-ad2f-2070b336feea\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1502,\"provider\":\"google\",\"refreshToken\":\"d417c92ebaa137295a04675f715d0511ae8acac9d779b102eac50d6300116d3e\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1502,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 673e2791-28a4-4b0c-b527-94df7fa61400 Correlation ID: 39b3df04-64a8-4564-a9fc-1dc97e3e18c3 Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"673e2791-28a4-4b0c-b527-94df7fa61400\\\",\\\"correlation_id\\\":\\\"39b3df04-64a8-4564-a9fc-1dc97e3e18c3\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 227397e0-6520-44b0-aa07-4b8c19f11400 Correlation ID: 64c1c5eb-f1e9-4240-b801-499afc07c25a Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"227397e0-6520-44b0-aa07-4b8c19f11400\\\",\\\"correlation_id\\\":\\\"64c1c5eb-f1e9-4240-b801-499afc07c25a\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 824e8253-29dc-41d1-98ea-bfcd67de4400 Correlation ID: 9cf5c0b1-83fd-4c1b-8801-3cb0491fc822 Timestamp: 2026-04-24 10:43:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:51Z\\\",\\\"trace_id\\\":\\\"824e8253-29dc-41d1-98ea-bfcd67de4400\\\",\\\"correlation_id\\\":\\\"9cf5c0b1-83fd-4c1b-8801-3cb0491fc822\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1115,\"provider\":\"google\",\"refreshToken\":\"356b60f12e262a5e24d3042386ef47d6a6cfe3074c242f4426edcec8646192b1\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1115,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1421,\"provider\":\"office\",\"refreshToken\":\"7c2db39427c8a527d982f28d342e8b1ce66fca1ee2e3d936c44b727ed9da5b57\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountObserver] Refresh token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1421,\"provider\":\"office\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:44:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring start {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring end {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"usage\":23661824,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Sync finished {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":67.35,\"usage\":23704944,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"usage\":23660768,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Sync finished {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":30.63,\"usage\":23705592,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"usage\":23660760,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"copper\",\"crm_owner\":333,\"team_id\":27} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:53] local.NOTICE: Leads unavailable {\"method\":\"POST\",\"endpoint\":\"leads/search\",\"options\":[],\"body\":{\"minimum_modified_date\":1777025653,\"sort_by\":\"date_modified\",\"page_number\":1},\"status_code\":403,\"error\":\"{\\\"success\\\":false,\\\"status\\\":403,\\\"message\\\":\\\"Feature not enabled\\\"}\"} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"provider\":\"copper\",\"status\":\"completed\",\"duration_ms\":1434.81,\"usage\":23679464,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"usage\":23660952,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":38.86,\"usage\":23705736,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"usage\":23661080,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"close\",\"crm_owner\":257,\"team_id\":31} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:57] local.INFO: [SyncObjects] Sync finished {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"provider\":\"close\",\"status\":\"completed\",\"duration_ms\":1241.2,\"usage\":23682400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"usage\":23661040,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.WARNING: [Bullhorn] Account not connected for user {\"userId\":\"941d12a6-e84f-4c3a-a4c8-2ef433792095\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":348,\"sociable_id\":121,\"provider_user_id\":null,\"expires\":1733727508,\"refresh_token_expires\":null,\"provider\":\"bullhorn\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2021-04-06 11:07:26\",\"updated_at\":\"2024-12-09 15:10:40\"}}} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"bullhorn\",\"crm_owner\":121,\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Sync finished {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"provider\":\"bullhorn\",\"status\":\"disconnected\",\"duration_ms\":22.86,\"usage\":23703400,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Bullhorn account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"usage\":23660416,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"ed89227b-e364-4dfb-b4bf-343f154bf21e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1360,\"sociable_id\":245,\"provider_user_id\":\"0052g000003frZNAAY\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2024-09-02 06:11:55\",\"updated_at\":\"2024-12-11 08:50:23\"}}} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":245,\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Sync finished {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":49.38,\"usage\":23702456,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"usage\":23660600,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Syncing opportunities {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-deals/run\",\"full_target\":\"connections/zohocrm/actions/query-deals/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap before {\"current\":23668520,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap after {\"used\":4960,\"current\":23673480,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap final {\"used\":5824,\"current\":23674344,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] create ExternalAccountMap {\"team_id\":3143,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap before {\"current\":23671352,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap after {\"used\":5280,\"current\":23676632,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap final {\"used\":6144,\"current\":23677496,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing opportunities finished successfully {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-companies/run\",\"full_target\":\"connections/zohocrm/actions/query-companies/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing contacts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-contacts/run\",\"full_target\":\"connections/zohocrm/actions/query-contacts/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing contacts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing leads {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"crm_profile_id\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/get-converted-leads/run\",\"full_target\":\"connections/zohocrm/actions/get-converted-leads/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [integration-app] Syncing leads finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [SyncObjects] Sync finished {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"provider\":\"integration-app\",\"status\":\"completed\",\"duration_ms\":3242.96,\"usage\":23680656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}","depth":4,"value":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring start {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring end {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:36] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:30\",\"to\":\"10:35\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:25\",\"to\":\"00:30\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:38] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:37:43.896065Z\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:44] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring start {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring end {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23653320,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":24.05,\"usage\":23715392,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23673608,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.52,\"average_seconds_per_request\":0.52} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":529.44} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":557.15,\"usage\":23737960,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23715888,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":14.21,\"usage\":23703864,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23664544,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":15.21,\"usage\":23700312,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":1} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":170.3,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring start {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring end {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:39] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"c17f8fa5-8019-4bac-96a0-79872914ffe1\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring start {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring end {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:38:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:39:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:23] local.NOTICE: Monitoring start {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:24] local.NOTICE: Monitoring end {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:52] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"f5e9e1c6-a2b7-4389-8b09-4bac9f893daa\",\"trace_id\":\"d964aaf1-4db6-43b2-b3b6-f463dc269e63\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring start {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring end {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:41:02] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:02] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:36\",\"to\":\"10:41\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:31\",\"to\":\"00:36\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:15] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:43:27.859813Z\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:28] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:39] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":265.5,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring start {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring end {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:50] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:01] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"181fefef-3ab4-4e50-9e43-0176839f80a5\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring start {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring end {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.NOTICE: Calendar sync start {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 141772b4-13f6-4d7c-9d62-180e61140e00 Correlation ID: 7a33d672-3b29-409c-9a7e-809b437ff1cc Timestamp: 2026-04-24 10:43:47Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:47Z\\\",\\\"trace_id\\\":\\\"141772b4-13f6-4d7c-9d62-180e61140e00\\\",\\\"correlation_id\\\":\\\"7a33d672-3b29-409c-9a7e-809b437ff1cc\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 644bfd61-a77c-47d4-8021-25ebad431400 Correlation ID: 2d57c4e2-ea25-4cce-ad2f-2070b336feea Timestamp: 2026-04-24 10:43:48Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:48Z\\\",\\\"trace_id\\\":\\\"644bfd61-a77c-47d4-8021-25ebad431400\\\",\\\"correlation_id\\\":\\\"2d57c4e2-ea25-4cce-ad2f-2070b336feea\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1502,\"provider\":\"google\",\"refreshToken\":\"d417c92ebaa137295a04675f715d0511ae8acac9d779b102eac50d6300116d3e\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1502,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 673e2791-28a4-4b0c-b527-94df7fa61400 Correlation ID: 39b3df04-64a8-4564-a9fc-1dc97e3e18c3 Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"673e2791-28a4-4b0c-b527-94df7fa61400\\\",\\\"correlation_id\\\":\\\"39b3df04-64a8-4564-a9fc-1dc97e3e18c3\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 227397e0-6520-44b0-aa07-4b8c19f11400 Correlation ID: 64c1c5eb-f1e9-4240-b801-499afc07c25a Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"227397e0-6520-44b0-aa07-4b8c19f11400\\\",\\\"correlation_id\\\":\\\"64c1c5eb-f1e9-4240-b801-499afc07c25a\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 824e8253-29dc-41d1-98ea-bfcd67de4400 Correlation ID: 9cf5c0b1-83fd-4c1b-8801-3cb0491fc822 Timestamp: 2026-04-24 10:43:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:51Z\\\",\\\"trace_id\\\":\\\"824e8253-29dc-41d1-98ea-bfcd67de4400\\\",\\\"correlation_id\\\":\\\"9cf5c0b1-83fd-4c1b-8801-3cb0491fc822\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1115,\"provider\":\"google\",\"refreshToken\":\"356b60f12e262a5e24d3042386ef47d6a6cfe3074c242f4426edcec8646192b1\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1115,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1421,\"provider\":\"office\",\"refreshToken\":\"7c2db39427c8a527d982f28d342e8b1ce66fca1ee2e3d936c44b727ed9da5b57\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountObserver] Refresh token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1421,\"provider\":\"office\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:44:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring start {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring end {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"usage\":23661824,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Sync finished {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":67.35,\"usage\":23704944,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"usage\":23660768,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Sync finished {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":30.63,\"usage\":23705592,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"usage\":23660760,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"copper\",\"crm_owner\":333,\"team_id\":27} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:53] local.NOTICE: Leads unavailable {\"method\":\"POST\",\"endpoint\":\"leads/search\",\"options\":[],\"body\":{\"minimum_modified_date\":1777025653,\"sort_by\":\"date_modified\",\"page_number\":1},\"status_code\":403,\"error\":\"{\\\"success\\\":false,\\\"status\\\":403,\\\"message\\\":\\\"Feature not enabled\\\"}\"} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"provider\":\"copper\",\"status\":\"completed\",\"duration_ms\":1434.81,\"usage\":23679464,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"usage\":23660952,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":38.86,\"usage\":23705736,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"usage\":23661080,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"close\",\"crm_owner\":257,\"team_id\":31} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:57] local.INFO: [SyncObjects] Sync finished {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"provider\":\"close\",\"status\":\"completed\",\"duration_ms\":1241.2,\"usage\":23682400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"usage\":23661040,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.WARNING: [Bullhorn] Account not connected for user {\"userId\":\"941d12a6-e84f-4c3a-a4c8-2ef433792095\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":348,\"sociable_id\":121,\"provider_user_id\":null,\"expires\":1733727508,\"refresh_token_expires\":null,\"provider\":\"bullhorn\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2021-04-06 11:07:26\",\"updated_at\":\"2024-12-09 15:10:40\"}}} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"bullhorn\",\"crm_owner\":121,\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Sync finished {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"provider\":\"bullhorn\",\"status\":\"disconnected\",\"duration_ms\":22.86,\"usage\":23703400,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Bullhorn account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"usage\":23660416,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"ed89227b-e364-4dfb-b4bf-343f154bf21e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1360,\"sociable_id\":245,\"provider_user_id\":\"0052g000003frZNAAY\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2024-09-02 06:11:55\",\"updated_at\":\"2024-12-11 08:50:23\"}}} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":245,\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Sync finished {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":49.38,\"usage\":23702456,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"usage\":23660600,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Syncing opportunities {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-deals/run\",\"full_target\":\"connections/zohocrm/actions/query-deals/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap before {\"current\":23668520,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap after {\"used\":4960,\"current\":23673480,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap final {\"used\":5824,\"current\":23674344,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] create ExternalAccountMap {\"team_id\":3143,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap before {\"current\":23671352,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap after {\"used\":5280,\"current\":23676632,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap final {\"used\":6144,\"current\":23677496,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing opportunities finished successfully {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-companies/run\",\"full_target\":\"connections/zohocrm/actions/query-companies/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing contacts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-contacts/run\",\"full_target\":\"connections/zohocrm/actions/query-contacts/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing contacts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing leads {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"crm_profile_id\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/get-converted-leads/run\",\"full_target\":\"connections/zohocrm/actions/get-converted-leads/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [integration-app] Syncing leads finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [SyncObjects] Sync finished {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"provider\":\"integration-app\",\"status\":\"completed\",\"duration_ms\":3242.96,\"usage\":23680656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Project","depth":3,"role_description":"text"},{"role":"AXButton","text":"Project","depth":3,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New File or Directory…","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand Selected","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Collapse All","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Options","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8409739779266792278
|
-8255819580656018307
|
idle
|
accessibility
|
NULL
|
Project: faVsco.js, menu
JY-20508-notify-before-AJ Project: faVsco.js, menu
JY-20508-notify-before-AJ-report-expiration, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
16
7
1
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Repositories;
use Carbon\CarbonImmutable;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Facades\DB;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Models\Team;
use Jiminny\Models\User;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSort;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSortDirection;
class AutomatedReportsRepository
{
/**
* Create a new automated report
*
* @param array $data
*
* @return AutomatedReport
*/
public function create(array $data): AutomatedReport
{
return AutomatedReport::create($data);
}
/**
* Find an automated report by UUID
*
* @param string $uuid
*
* @return AutomatedReport|null
*/
public function findByUuid(string $uuid): ?AutomatedReport
{
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();
}
public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport
{
if (is_numeric($idOrUuid)) {
return AutomatedReport::find((int) $idOrUuid);
}
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();
}
/**
* Retrieve all standard (non-Ask Jiminny) automated reports.
*
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAllStandardReports(
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->get();
}
/**
* Retrieve all Ask Jiminny reports created by the given user.
*
* @param User $user The user whose reports to retrieve.
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAskJiminnyReportsByUser(
User $user,
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->where('created_by', $user->getId())
->get();
}
private function buildSortedQuery(string $sortColumn, string $sortDirection): \Illuminate\Database\Eloquent\Builder
{
$allowedColumns = ['created_by', 'created_at'];
if (! in_array($sortColumn, $allowedColumns)) {
$sortColumn = 'created_at';
}
$sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';
$query = AutomatedReport::query()->with(['creator', 'team']);
if ($sortColumn === 'created_by') {
$query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')
->orderByRaw("users.name COLLATE utf8mb4_unicode_ci {$sortDirection}")
->select('automated_reports.*');
} else {
$query->orderBy($sortColumn, $sortDirection);
}
return $query;
}
/**
* Get all active Ask Jiminny reports whose expiry date has passed.
*
* @return Collection<AutomatedReport>
*/
public function getExpiredActiveAskJiminnyReports(): Collection
{
return AutomatedReport::where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->where('expires_at', '<', now()->toDateString())
->get();
}
/**
* Get all active Ask Jiminny reports that expire exactly on the given date.
*
* @return Collection<AutomatedReport>
*/
public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection
{
return AutomatedReport::with('creator')
->where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->whereDate('expires_at', $date->toDateString())
->get();
}
/**
* Get all active and enabled reports with active teams for the specified frequency.
*
* @param string $frequency
*
* @return Collection<AutomatedReport>
*/
public function getActiveReportsByFrequency(string $frequency): Collection
{
return AutomatedReport::where('automated_reports.status', true)
->where('automated_reports.frequency', $frequency)
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->where('teams.status', Team::STATUS_ACTIVE)
->where(function ($query) {
$query->whereNull('automated_reports.expires_at')
->orWhere('automated_reports.expires_at', '>=', now()->toDateString());
})
->select('automated_reports.*')
->get();
}
/**
* Update an automated report
*
* @param AutomatedReport $report
* @param array $data
*
* @return AutomatedReport
*/
public function update(AutomatedReport $report, array $data): AutomatedReport
{
$report->update($data);
return $report;
}
/**
* Create a new automated report result.
*
* @param array $data The data to create the automated report result with.
*
* @return AutomatedReportResult The newly created automated report result.
*/
public function createResult(array $data): AutomatedReportResult
{
return AutomatedReportResult::create($data);
}
/**
* Find an automated report result by UUID.
*
* @param string $uuid The UUID to find the automated report result with.
*
* @return AutomatedReportResult|null The automated report result if found, otherwise null.
*/
public function findResultByUuid(string $uuid): ?AutomatedReportResult
{
return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();
}
public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('uuid', AutomatedReportResult::toOptimized($uuid))
->whereHas('report', static function ($query) use ($user): void {
$query->where('team_id', $user->getTeamId())
->where('created_by', $user->getId());
})
->first();
}
public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('parent_id', $result->getId())
->where('media_type', $type)
->first();
}
public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('report_id', $report->getId())
->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])
->latest()
->first();
}
public function getGeneratedNotSentResults(): Collection
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNull('sent_at')
->where('status', AutomatedReportResult::STATUS_GENERATED)
->whereHas('report')
->with('report')
->get();
}
public function getPaginatedUserReports(
User $user,
ReportSort $sort,
ReportSortDirection $sortDirection,
int $resultsPerPage,
int $page,
?Carbon $fromDate,
?Carbon $toDate,
array $teamIds,
array $reportTypes,
?string $name,
): LengthAwarePaginator {
$query = AutomatedReportResult::query()
->whereNotNull('automated_report_results.generated_at')
->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')
->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))
->orderByRaw("$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}")
->select('automated_report_results.*')
->with('report.team');
if ($fromDate !== null && $toDate !== null) {
$query->whereBetween('generated_at', [$fromDate, $toDate]);
}
if (! empty($teamIds)) {
$query->where(function ($q) use ($teamIds) {
foreach ($teamIds as $id) {
$q->orWhereJsonContains('automated_reports.groups', $id);
}
});
}
if (! empty($reportTypes)) {
$query->whereIn('automated_reports.type', $reportTypes);
}
if (! empty($name)) {
$query->whereLike('name', "%$name%");
}
return $query->paginate($resultsPerPage, ['*'], 'page', $page);
}
public function countUserReports(User $user): int
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNotNull('sent_at')
->whereHas('report', function ($q) use ($user) {
$q->where('team_id', $user->getTeamId())
->whereJsonContains('recipients->users', $user->getId());
})
->count();
}
/**
* Restrict a query on the automated_reports table to reports the given user is allowed to see.
*
* Matches the customer-facing audience:
* - explicit user recipients (recipients.users)
* - members of any of the report's groups (Ask Jiminny reports)
*/
private function applyUserAccessScope(Builder $query, User $user): void
{
$userId = $user->getId();
$groupId = $user->getGroupId();
$query
->where('automated_reports.team_id', $user->getTeamId())
->where(function (Builder $q) use ($userId, $groupId): void {
$q->whereJsonContains('automated_reports.recipients->users', $userId);
if ($groupId !== null) {
$q->orWhere(function (Builder $sub) use ($groupId): void {
$sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereJsonContains('automated_reports.groups', $groupId);
});
}
});
}
/**
* Get report IDs for a specific team
*
* @param Team $team
*
* @return \Illuminate\Support\Collection
*/
public function getReportIdsByTeam(Team $team): \Illuminate\Support\Collection
{
return AutomatedReport::where('team_id', $team->getId())->pluck('id');
}
/**
* Get all reports for a specific team
*
* @param Team $team
*
* @return Collection
*/
public function getReportsByTeam(Team $team): Collection
{
return AutomatedReport::where('team_id', $team->getId())->get();
}
/**
* Get all report results for a specific report
*
* @param AutomatedReport $report
*
* @return Collection
*/
public function getResultsByReport(AutomatedReport $report): Collection
{
return $this->getResultsByReportQuery($report)->get();
}
public function getResultsByReportQuery(AutomatedReport $report): Builder
{
return AutomatedReportResult::where('report_id', $report->getId());
}
public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder
{
$reportIds = $this->getReportIdsByTeam($team);
return AutomatedReportResult::query()->whereIn('report_id', $reportIds)
->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);
}
/**
* @param int|null $teamId Optional team ID to filter results
*
* @return \Illuminate\Support\Collection<int, int> Collection of team IDs
*/
public function getTeamIdsWithReportsResults(?int $teamId = null): \Illuminate\Support\Collection
{
$query = DB::table('automated_reports')
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->select('teams.id')
->distinct();
if ($teamId !== null) {
$query->where('teams.id', $teamId);
}
return $query->pluck('teams.id');
}
}
Code changed:
Hide
Sync Changes
Hide This Notification
200
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_i...
|
NULL
|
|
78838
|
2019
|
0
|
2026-04-24T13:50:18.297364+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777038618297_m1.jpg...
|
PhpStorm
|
faVsco.js – AutomatedReportsRepository.php
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
JY-20508-notify-before-AJ Project: faVsco.js, menu
JY-20508-notify-before-AJ-report-expiration, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
16
7
1
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Repositories;
use Carbon\CarbonImmutable;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Facades\DB;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Models\Team;
use Jiminny\Models\User;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSort;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSortDirection;
class AutomatedReportsRepository
{
/**
* Create a new automated report
*
* @param array $data
*
* @return AutomatedReport
*/
public function create(array $data): AutomatedReport
{
return AutomatedReport::create($data);
}
/**
* Find an automated report by UUID
*
* @param string $uuid
*
* @return AutomatedReport|null
*/
public function findByUuid(string $uuid): ?AutomatedReport
{
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();
}
public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport
{
if (is_numeric($idOrUuid)) {
return AutomatedReport::find((int) $idOrUuid);
}
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();
}
/**
* Retrieve all standard (non-Ask Jiminny) automated reports.
*
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAllStandardReports(
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->get();
}
/**
* Retrieve all Ask Jiminny reports created by the given user.
*
* @param User $user The user whose reports to retrieve.
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAskJiminnyReportsByUser(
User $user,
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->where('created_by', $user->getId())
->get();
}
private function buildSortedQuery(string $sortColumn, string $sortDirection): \Illuminate\Database\Eloquent\Builder
{
$allowedColumns = ['created_by', 'created_at'];
if (! in_array($sortColumn, $allowedColumns)) {
$sortColumn = 'created_at';
}
$sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';
$query = AutomatedReport::query()->with(['creator', 'team']);
if ($sortColumn === 'created_by') {
$query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')
->orderByRaw("users.name COLLATE utf8mb4_unicode_ci {$sortDirection}")
->select('automated_reports.*');
} else {
$query->orderBy($sortColumn, $sortDirection);
}
return $query;
}
/**
* Get all active Ask Jiminny reports whose expiry date has passed.
*
* @return Collection<AutomatedReport>
*/
public function getExpiredActiveAskJiminnyReports(): Collection
{
return AutomatedReport::where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->where('expires_at', '<', now()->toDateString())
->get();
}
/**
* Get all active Ask Jiminny reports that expire exactly on the given date.
*
* @return Collection<AutomatedReport>
*/
public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection
{
return AutomatedReport::with('creator')
->where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->whereDate('expires_at', $date->toDateString())
->get();
}
/**
* Get all active and enabled reports with active teams for the specified frequency.
*
* @param string $frequency
*
* @return Collection<AutomatedReport>
*/
public function getActiveReportsByFrequency(string $frequency): Collection
{
return AutomatedReport::where('automated_reports.status', true)
->where('automated_reports.frequency', $frequency)
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->where('teams.status', Team::STATUS_ACTIVE)
->where(function ($query) {
$query->whereNull('automated_reports.expires_at')
->orWhere('automated_reports.expires_at', '>=', now()->toDateString());
})
->select('automated_reports.*')
->get();
}
/**
* Update an automated report
*
* @param AutomatedReport $report
* @param array $data
*
* @return AutomatedReport
*/
public function update(AutomatedReport $report, array $data): AutomatedReport
{
$report->update($data);
return $report;
}
/**
* Create a new automated report result.
*
* @param array $data The data to create the automated report result with.
*
* @return AutomatedReportResult The newly created automated report result.
*/
public function createResult(array $data): AutomatedReportResult
{
return AutomatedReportResult::create($data);
}
/**
* Find an automated report result by UUID.
*
* @param string $uuid The UUID to find the automated report result with.
*
* @return AutomatedReportResult|null The automated report result if found, otherwise null.
*/
public function findResultByUuid(string $uuid): ?AutomatedReportResult
{
return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();
}
public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('uuid', AutomatedReportResult::toOptimized($uuid))
->whereHas('report', static function ($query) use ($user): void {
$query->where('team_id', $user->getTeamId())
->where('created_by', $user->getId());
})
->first();
}
public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('parent_id', $result->getId())
->where('media_type', $type)
->first();
}
public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('report_id', $report->getId())
->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])
->latest()
->first();
}
public function getGeneratedNotSentResults(): Collection
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNull('sent_at')
->where('status', AutomatedReportResult::STATUS_GENERATED)
->whereHas('report')
->with('report')
->get();
}
public function getPaginatedUserReports(
User $user,
ReportSort $sort,
ReportSortDirection $sortDirection,
int $resultsPerPage,
int $page,
?Carbon $fromDate,
?Carbon $toDate,
array $teamIds,
array $reportTypes,
?string $name,
): LengthAwarePaginator {
$query = AutomatedReportResult::query()
->whereNotNull('automated_report_results.generated_at')
->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')
->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))
->orderByRaw("$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}")
->select('automated_report_results.*')
->with('report.team');
if ($fromDate !== null && $toDate !== null) {
$query->whereBetween('generated_at', [$fromDate, $toDate]);
}
if (! empty($teamIds)) {
$query->where(function ($q) use ($teamIds) {
foreach ($teamIds as $id) {
$q->orWhereJsonContains('automated_reports.groups', $id);
}
});
}
if (! empty($reportTypes)) {
$query->whereIn('automated_reports.type', $reportTypes);
}
if (! empty($name)) {
$query->whereLike('name', "%$name%");
}
return $query->paginate($resultsPerPage, ['*'], 'page', $page);
}
public function countUserReports(User $user): int
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNotNull('sent_at')
->whereHas('report', function ($q) use ($user) {
$q->where('team_id', $user->getTeamId())
->whereJsonContains('recipients->users', $user->getId());
})
->count();
}
/**
* Restrict a query on the automated_reports table to reports the given user is allowed to see.
*
* Matches the customer-facing audience:
* - explicit user recipients (recipients.users)
* - members of any of the report's groups (Ask Jiminny reports)
*/
private function applyUserAccessScope(Builder $query, User $user): void
{
$userId = $user->getId();
$groupId = $user->getGroupId();
$query
->where('automated_reports.team_id', $user->getTeamId())
->where(function (Builder $q) use ($userId, $groupId): void {
$q->whereJsonContains('automated_reports.recipients->users', $userId);
if ($groupId !== null) {
$q->orWhere(function (Builder $sub) use ($groupId): void {
$sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereJsonContains('automated_reports.groups', $groupId);
});
}
});
}
/**
* Get report IDs for a specific team
*
* @param Team $team
*
* @return \Illuminate\Support\Collection
*/
public function getReportIdsByTeam(Team $team): \Illuminate\Support\Collection
{
return AutomatedReport::where('team_id', $team->getId())->pluck('id');
}
/**
* Get all reports for a specific team
*
* @param Team $team
*
* @return Collection
*/
public function getReportsByTeam(Team $team): Collection
{
return AutomatedReport::where('team_id', $team->getId())->get();
}
/**
* Get all report results for a specific report
*
* @param AutomatedReport $report
*
* @return Collection
*/
public function getResultsByReport(AutomatedReport $report): Collection
{
return $this->getResultsByReportQuery($report)->get();
}
public function getResultsByReportQuery(AutomatedReport $report): Builder
{
return AutomatedReportResult::where('report_id', $report->getId());
}
public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder
{
$reportIds = $this->getReportIdsByTeam($team);
return AutomatedReportResult::query()->whereIn('report_id', $reportIds)
->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);
}
/**
* @param int|null $teamId Optional team ID to filter results
*
* @return \Illuminate\Support\Collection<int, int> Collection of team IDs
*/
public function getTeamIdsWithReportsResults(?int $teamId = null): \Illuminate\Support\Collection
{
$query = DB::table('automated_reports')
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->select('teams.id')
->distinct();
if ($teamId !== null) {
$query->where('teams.id', $teamId);
}
return $query->pluck('teams.id');
}
}
Code changed:
Hide
Sync Changes
Hide This Notification
200
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_i...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JY-20508-notify-before-AJ-report-expiration, menu","depth":5,"help_text":"Git Branch: JY-20508-notify-before-AJ-report-expiration","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"ReportControllerTest","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'ReportControllerTest'","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'ReportControllerTest'","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.088194445,"height":0.027777778},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"16","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.02013889,"height":0.02111111},"role_description":"text"},{"role":"AXStaticText","text":"7","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.015972223,"height":0.02111111},"role_description":"text"},{"role":"AXStaticText","text":"1","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.015277778,"height":0.02111111},"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.015277778,"height":0.025555555},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.014583333,"height":0.025555555},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Repositories;\n\nuse Carbon\\CarbonImmutable;\nuse Illuminate\\Database\\Eloquent\\Builder;\nuse Illuminate\\Support\\Carbon;\nuse Illuminate\\Database\\Eloquent\\Collection;\nuse Illuminate\\Pagination\\LengthAwarePaginator;\nuse Illuminate\\Support\\Facades\\DB;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\AutomatedReportResult;\nuse Jiminny\\Models\\Team;\nuse Jiminny\\Models\\User;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSort;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSortDirection;\n\nclass AutomatedReportsRepository\n{\n /**\n * Create a new automated report\n *\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function create(array $data): AutomatedReport\n {\n return AutomatedReport::create($data);\n }\n\n /**\n * Find an automated report by UUID\n *\n * @param string $uuid\n *\n * @return AutomatedReport|null\n */\n public function findByUuid(string $uuid): ?AutomatedReport\n {\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();\n }\n\n public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport\n {\n if (is_numeric($idOrUuid)) {\n return AutomatedReport::find((int) $idOrUuid);\n }\n\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();\n }\n\n /**\n * Retrieve all standard (non-Ask Jiminny) automated reports.\n *\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAllStandardReports(\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->get();\n }\n\n /**\n * Retrieve all Ask Jiminny reports created by the given user.\n *\n * @param User $user The user whose reports to retrieve.\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAskJiminnyReportsByUser(\n User $user,\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->where('created_by', $user->getId())\n ->get();\n }\n\n private function buildSortedQuery(string $sortColumn, string $sortDirection): \\Illuminate\\Database\\Eloquent\\Builder\n {\n $allowedColumns = ['created_by', 'created_at'];\n if (! in_array($sortColumn, $allowedColumns)) {\n $sortColumn = 'created_at';\n }\n\n $sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';\n\n $query = AutomatedReport::query()->with(['creator', 'team']);\n\n if ($sortColumn === 'created_by') {\n $query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')\n ->orderByRaw(\"users.name COLLATE utf8mb4_unicode_ci {$sortDirection}\")\n ->select('automated_reports.*');\n } else {\n $query->orderBy($sortColumn, $sortDirection);\n }\n\n return $query;\n }\n\n /**\n * Get all active Ask Jiminny reports whose expiry date has passed.\n *\n * @return Collection<AutomatedReport>\n */\n public function getExpiredActiveAskJiminnyReports(): Collection\n {\n return AutomatedReport::where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->where('expires_at', '<', now()->toDateString())\n ->get();\n }\n\n /**\n * Get all active Ask Jiminny reports that expire exactly on the given date.\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection\n {\n return AutomatedReport::with('creator')\n ->where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->whereDate('expires_at', $date->toDateString())\n ->get();\n }\n\n /**\n * Get all active and enabled reports with active teams for the specified frequency.\n *\n * @param string $frequency\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveReportsByFrequency(string $frequency): Collection\n {\n return AutomatedReport::where('automated_reports.status', true)\n ->where('automated_reports.frequency', $frequency)\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->where('teams.status', Team::STATUS_ACTIVE)\n ->where(function ($query) {\n $query->whereNull('automated_reports.expires_at')\n ->orWhere('automated_reports.expires_at', '>=', now()->toDateString());\n })\n ->select('automated_reports.*')\n ->get();\n }\n\n /**\n * Update an automated report\n *\n * @param AutomatedReport $report\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function update(AutomatedReport $report, array $data): AutomatedReport\n {\n $report->update($data);\n\n return $report;\n }\n\n /**\n * Create a new automated report result.\n *\n * @param array $data The data to create the automated report result with.\n *\n * @return AutomatedReportResult The newly created automated report result.\n */\n public function createResult(array $data): AutomatedReportResult\n {\n return AutomatedReportResult::create($data);\n }\n\n /**\n * Find an automated report result by UUID.\n *\n * @param string $uuid The UUID to find the automated report result with.\n *\n * @return AutomatedReportResult|null The automated report result if found, otherwise null.\n */\n public function findResultByUuid(string $uuid): ?AutomatedReportResult\n {\n return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();\n }\n\n public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('uuid', AutomatedReportResult::toOptimized($uuid))\n ->whereHas('report', static function ($query) use ($user): void {\n $query->where('team_id', $user->getTeamId())\n ->where('created_by', $user->getId());\n })\n ->first();\n }\n\n public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('parent_id', $result->getId())\n ->where('media_type', $type)\n ->first();\n }\n\n public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('report_id', $report->getId())\n ->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])\n ->latest()\n ->first();\n }\n\n public function getGeneratedNotSentResults(): Collection\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNull('sent_at')\n ->where('status', AutomatedReportResult::STATUS_GENERATED)\n ->whereHas('report')\n ->with('report')\n ->get();\n }\n\n public function getPaginatedUserReports(\n User $user,\n ReportSort $sort,\n ReportSortDirection $sortDirection,\n int $resultsPerPage,\n int $page,\n ?Carbon $fromDate,\n ?Carbon $toDate,\n array $teamIds,\n array $reportTypes,\n ?string $name,\n ): LengthAwarePaginator {\n $query = AutomatedReportResult::query()\n ->whereNotNull('automated_report_results.generated_at')\n ->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')\n ->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))\n ->orderByRaw(\"$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}\")\n ->select('automated_report_results.*')\n ->with('report.team');\n\n if ($fromDate !== null && $toDate !== null) {\n $query->whereBetween('generated_at', [$fromDate, $toDate]);\n }\n\n if (! empty($teamIds)) {\n $query->where(function ($q) use ($teamIds) {\n foreach ($teamIds as $id) {\n $q->orWhereJsonContains('automated_reports.groups', $id);\n }\n });\n }\n\n if (! empty($reportTypes)) {\n $query->whereIn('automated_reports.type', $reportTypes);\n }\n\n if (! empty($name)) {\n $query->whereLike('name', \"%$name%\");\n }\n\n return $query->paginate($resultsPerPage, ['*'], 'page', $page);\n }\n\n public function countUserReports(User $user): int\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNotNull('sent_at')\n ->whereHas('report', function ($q) use ($user) {\n $q->where('team_id', $user->getTeamId())\n ->whereJsonContains('recipients->users', $user->getId());\n })\n ->count();\n }\n\n /**\n * Restrict a query on the automated_reports table to reports the given user is allowed to see.\n *\n * Matches the customer-facing audience:\n * - explicit user recipients (recipients.users)\n * - members of any of the report's groups (Ask Jiminny reports)\n */\n private function applyUserAccessScope(Builder $query, User $user): void\n {\n $userId = $user->getId();\n $groupId = $user->getGroupId();\n\n $query\n ->where('automated_reports.team_id', $user->getTeamId())\n ->where(function (Builder $q) use ($userId, $groupId): void {\n $q->whereJsonContains('automated_reports.recipients->users', $userId);\n\n if ($groupId !== null) {\n $q->orWhere(function (Builder $sub) use ($groupId): void {\n $sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereJsonContains('automated_reports.groups', $groupId);\n });\n }\n });\n }\n\n /**\n * Get report IDs for a specific team\n *\n * @param Team $team\n *\n * @return \\Illuminate\\Support\\Collection\n */\n public function getReportIdsByTeam(Team $team): \\Illuminate\\Support\\Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->pluck('id');\n }\n\n /**\n * Get all reports for a specific team\n *\n * @param Team $team\n *\n * @return Collection\n */\n public function getReportsByTeam(Team $team): Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->get();\n }\n\n /**\n * Get all report results for a specific report\n *\n * @param AutomatedReport $report\n *\n * @return Collection\n */\n public function getResultsByReport(AutomatedReport $report): Collection\n {\n return $this->getResultsByReportQuery($report)->get();\n }\n\n public function getResultsByReportQuery(AutomatedReport $report): Builder\n {\n return AutomatedReportResult::where('report_id', $report->getId());\n }\n\n public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder\n {\n $reportIds = $this->getReportIdsByTeam($team);\n\n return AutomatedReportResult::query()->whereIn('report_id', $reportIds)\n ->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);\n }\n\n /**\n * @param int|null $teamId Optional team ID to filter results\n *\n * @return \\Illuminate\\Support\\Collection<int, int> Collection of team IDs\n */\n public function getTeamIdsWithReportsResults(?int $teamId = null): \\Illuminate\\Support\\Collection\n {\n $query = DB::table('automated_reports')\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->select('teams.id')\n ->distinct();\n\n if ($teamId !== null) {\n $query->where('teams.id', $teamId);\n }\n\n return $query->pluck('teams.id');\n }\n}","depth":4,"value":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Repositories;\n\nuse Carbon\\CarbonImmutable;\nuse Illuminate\\Database\\Eloquent\\Builder;\nuse Illuminate\\Support\\Carbon;\nuse Illuminate\\Database\\Eloquent\\Collection;\nuse Illuminate\\Pagination\\LengthAwarePaginator;\nuse Illuminate\\Support\\Facades\\DB;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\AutomatedReportResult;\nuse Jiminny\\Models\\Team;\nuse Jiminny\\Models\\User;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSort;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\ReportSortDirection;\n\nclass AutomatedReportsRepository\n{\n /**\n * Create a new automated report\n *\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function create(array $data): AutomatedReport\n {\n return AutomatedReport::create($data);\n }\n\n /**\n * Find an automated report by UUID\n *\n * @param string $uuid\n *\n * @return AutomatedReport|null\n */\n public function findByUuid(string $uuid): ?AutomatedReport\n {\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();\n }\n\n public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport\n {\n if (is_numeric($idOrUuid)) {\n return AutomatedReport::find((int) $idOrUuid);\n }\n\n return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();\n }\n\n /**\n * Retrieve all standard (non-Ask Jiminny) automated reports.\n *\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAllStandardReports(\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->get();\n }\n\n /**\n * Retrieve all Ask Jiminny reports created by the given user.\n *\n * @param User $user The user whose reports to retrieve.\n * @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.\n * @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.\n *\n * @return Collection<AutomatedReport>\n */\n public function getAskJiminnyReportsByUser(\n User $user,\n string $sortColumn = 'created_at',\n string $sortDirection = 'desc'\n ): Collection {\n return $this->buildSortedQuery($sortColumn, $sortDirection)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->where('created_by', $user->getId())\n ->get();\n }\n\n private function buildSortedQuery(string $sortColumn, string $sortDirection): \\Illuminate\\Database\\Eloquent\\Builder\n {\n $allowedColumns = ['created_by', 'created_at'];\n if (! in_array($sortColumn, $allowedColumns)) {\n $sortColumn = 'created_at';\n }\n\n $sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';\n\n $query = AutomatedReport::query()->with(['creator', 'team']);\n\n if ($sortColumn === 'created_by') {\n $query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')\n ->orderByRaw(\"users.name COLLATE utf8mb4_unicode_ci {$sortDirection}\")\n ->select('automated_reports.*');\n } else {\n $query->orderBy($sortColumn, $sortDirection);\n }\n\n return $query;\n }\n\n /**\n * Get all active Ask Jiminny reports whose expiry date has passed.\n *\n * @return Collection<AutomatedReport>\n */\n public function getExpiredActiveAskJiminnyReports(): Collection\n {\n return AutomatedReport::where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->where('expires_at', '<', now()->toDateString())\n ->get();\n }\n\n /**\n * Get all active Ask Jiminny reports that expire exactly on the given date.\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection\n {\n return AutomatedReport::with('creator')\n ->where('status', true)\n ->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereNotNull('expires_at')\n ->whereDate('expires_at', $date->toDateString())\n ->get();\n }\n\n /**\n * Get all active and enabled reports with active teams for the specified frequency.\n *\n * @param string $frequency\n *\n * @return Collection<AutomatedReport>\n */\n public function getActiveReportsByFrequency(string $frequency): Collection\n {\n return AutomatedReport::where('automated_reports.status', true)\n ->where('automated_reports.frequency', $frequency)\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->where('teams.status', Team::STATUS_ACTIVE)\n ->where(function ($query) {\n $query->whereNull('automated_reports.expires_at')\n ->orWhere('automated_reports.expires_at', '>=', now()->toDateString());\n })\n ->select('automated_reports.*')\n ->get();\n }\n\n /**\n * Update an automated report\n *\n * @param AutomatedReport $report\n * @param array $data\n *\n * @return AutomatedReport\n */\n public function update(AutomatedReport $report, array $data): AutomatedReport\n {\n $report->update($data);\n\n return $report;\n }\n\n /**\n * Create a new automated report result.\n *\n * @param array $data The data to create the automated report result with.\n *\n * @return AutomatedReportResult The newly created automated report result.\n */\n public function createResult(array $data): AutomatedReportResult\n {\n return AutomatedReportResult::create($data);\n }\n\n /**\n * Find an automated report result by UUID.\n *\n * @param string $uuid The UUID to find the automated report result with.\n *\n * @return AutomatedReportResult|null The automated report result if found, otherwise null.\n */\n public function findResultByUuid(string $uuid): ?AutomatedReportResult\n {\n return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();\n }\n\n public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('uuid', AutomatedReportResult::toOptimized($uuid))\n ->whereHas('report', static function ($query) use ($user): void {\n $query->where('team_id', $user->getTeamId())\n ->where('created_by', $user->getId());\n })\n ->first();\n }\n\n public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('parent_id', $result->getId())\n ->where('media_type', $type)\n ->first();\n }\n\n public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult\n {\n return AutomatedReportResult::query()\n ->where('report_id', $report->getId())\n ->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])\n ->latest()\n ->first();\n }\n\n public function getGeneratedNotSentResults(): Collection\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNull('sent_at')\n ->where('status', AutomatedReportResult::STATUS_GENERATED)\n ->whereHas('report')\n ->with('report')\n ->get();\n }\n\n public function getPaginatedUserReports(\n User $user,\n ReportSort $sort,\n ReportSortDirection $sortDirection,\n int $resultsPerPage,\n int $page,\n ?Carbon $fromDate,\n ?Carbon $toDate,\n array $teamIds,\n array $reportTypes,\n ?string $name,\n ): LengthAwarePaginator {\n $query = AutomatedReportResult::query()\n ->whereNotNull('automated_report_results.generated_at')\n ->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')\n ->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))\n ->orderByRaw(\"$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}\")\n ->select('automated_report_results.*')\n ->with('report.team');\n\n if ($fromDate !== null && $toDate !== null) {\n $query->whereBetween('generated_at', [$fromDate, $toDate]);\n }\n\n if (! empty($teamIds)) {\n $query->where(function ($q) use ($teamIds) {\n foreach ($teamIds as $id) {\n $q->orWhereJsonContains('automated_reports.groups', $id);\n }\n });\n }\n\n if (! empty($reportTypes)) {\n $query->whereIn('automated_reports.type', $reportTypes);\n }\n\n if (! empty($name)) {\n $query->whereLike('name', \"%$name%\");\n }\n\n return $query->paginate($resultsPerPage, ['*'], 'page', $page);\n }\n\n public function countUserReports(User $user): int\n {\n return AutomatedReportResult::query()\n ->whereNotNull('generated_at')\n ->whereNotNull('sent_at')\n ->whereHas('report', function ($q) use ($user) {\n $q->where('team_id', $user->getTeamId())\n ->whereJsonContains('recipients->users', $user->getId());\n })\n ->count();\n }\n\n /**\n * Restrict a query on the automated_reports table to reports the given user is allowed to see.\n *\n * Matches the customer-facing audience:\n * - explicit user recipients (recipients.users)\n * - members of any of the report's groups (Ask Jiminny reports)\n */\n private function applyUserAccessScope(Builder $query, User $user): void\n {\n $userId = $user->getId();\n $groupId = $user->getGroupId();\n\n $query\n ->where('automated_reports.team_id', $user->getTeamId())\n ->where(function (Builder $q) use ($userId, $groupId): void {\n $q->whereJsonContains('automated_reports.recipients->users', $userId);\n\n if ($groupId !== null) {\n $q->orWhere(function (Builder $sub) use ($groupId): void {\n $sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)\n ->whereJsonContains('automated_reports.groups', $groupId);\n });\n }\n });\n }\n\n /**\n * Get report IDs for a specific team\n *\n * @param Team $team\n *\n * @return \\Illuminate\\Support\\Collection\n */\n public function getReportIdsByTeam(Team $team): \\Illuminate\\Support\\Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->pluck('id');\n }\n\n /**\n * Get all reports for a specific team\n *\n * @param Team $team\n *\n * @return Collection\n */\n public function getReportsByTeam(Team $team): Collection\n {\n return AutomatedReport::where('team_id', $team->getId())->get();\n }\n\n /**\n * Get all report results for a specific report\n *\n * @param AutomatedReport $report\n *\n * @return Collection\n */\n public function getResultsByReport(AutomatedReport $report): Collection\n {\n return $this->getResultsByReportQuery($report)->get();\n }\n\n public function getResultsByReportQuery(AutomatedReport $report): Builder\n {\n return AutomatedReportResult::where('report_id', $report->getId());\n }\n\n public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder\n {\n $reportIds = $this->getReportIdsByTeam($team);\n\n return AutomatedReportResult::query()->whereIn('report_id', $reportIds)\n ->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);\n }\n\n /**\n * @param int|null $teamId Optional team ID to filter results\n *\n * @return \\Illuminate\\Support\\Collection<int, int> Collection of team IDs\n */\n public function getTeamIdsWithReportsResults(?int $teamId = null): \\Illuminate\\Support\\Collection\n {\n $query = DB::table('automated_reports')\n ->join('teams', 'automated_reports.team_id', '=', 'teams.id')\n ->select('teams.id')\n ->distinct();\n\n if ($teamId !== null) {\n $query->where('teams.id', $teamId);\n }\n\n return $query->pluck('teams.id');\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":true,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.088194445,"height":0.027777778},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"200","depth":4,"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring start {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring end {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:36] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:30\",\"to\":\"10:35\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:25\",\"to\":\"00:30\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:38] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:37:43.896065Z\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:44] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring start {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring end {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23653320,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":24.05,\"usage\":23715392,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23673608,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.52,\"average_seconds_per_request\":0.52} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":529.44} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":557.15,\"usage\":23737960,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23715888,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":14.21,\"usage\":23703864,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23664544,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":15.21,\"usage\":23700312,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":1} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":170.3,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring start {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring end {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:39] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"c17f8fa5-8019-4bac-96a0-79872914ffe1\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring start {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring end {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:38:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:39:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:23] local.NOTICE: Monitoring start {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:24] local.NOTICE: Monitoring end {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:52] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"f5e9e1c6-a2b7-4389-8b09-4bac9f893daa\",\"trace_id\":\"d964aaf1-4db6-43b2-b3b6-f463dc269e63\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring start {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring end {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:41:02] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:02] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:36\",\"to\":\"10:41\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:31\",\"to\":\"00:36\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:15] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:43:27.859813Z\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:28] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:39] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":265.5,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring start {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring end {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:50] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:01] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"181fefef-3ab4-4e50-9e43-0176839f80a5\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring start {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring end {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.NOTICE: Calendar sync start {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 141772b4-13f6-4d7c-9d62-180e61140e00 Correlation ID: 7a33d672-3b29-409c-9a7e-809b437ff1cc Timestamp: 2026-04-24 10:43:47Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:47Z\\\",\\\"trace_id\\\":\\\"141772b4-13f6-4d7c-9d62-180e61140e00\\\",\\\"correlation_id\\\":\\\"7a33d672-3b29-409c-9a7e-809b437ff1cc\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 644bfd61-a77c-47d4-8021-25ebad431400 Correlation ID: 2d57c4e2-ea25-4cce-ad2f-2070b336feea Timestamp: 2026-04-24 10:43:48Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:48Z\\\",\\\"trace_id\\\":\\\"644bfd61-a77c-47d4-8021-25ebad431400\\\",\\\"correlation_id\\\":\\\"2d57c4e2-ea25-4cce-ad2f-2070b336feea\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1502,\"provider\":\"google\",\"refreshToken\":\"d417c92ebaa137295a04675f715d0511ae8acac9d779b102eac50d6300116d3e\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1502,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 673e2791-28a4-4b0c-b527-94df7fa61400 Correlation ID: 39b3df04-64a8-4564-a9fc-1dc97e3e18c3 Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"673e2791-28a4-4b0c-b527-94df7fa61400\\\",\\\"correlation_id\\\":\\\"39b3df04-64a8-4564-a9fc-1dc97e3e18c3\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 227397e0-6520-44b0-aa07-4b8c19f11400 Correlation ID: 64c1c5eb-f1e9-4240-b801-499afc07c25a Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"227397e0-6520-44b0-aa07-4b8c19f11400\\\",\\\"correlation_id\\\":\\\"64c1c5eb-f1e9-4240-b801-499afc07c25a\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 824e8253-29dc-41d1-98ea-bfcd67de4400 Correlation ID: 9cf5c0b1-83fd-4c1b-8801-3cb0491fc822 Timestamp: 2026-04-24 10:43:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:51Z\\\",\\\"trace_id\\\":\\\"824e8253-29dc-41d1-98ea-bfcd67de4400\\\",\\\"correlation_id\\\":\\\"9cf5c0b1-83fd-4c1b-8801-3cb0491fc822\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1115,\"provider\":\"google\",\"refreshToken\":\"356b60f12e262a5e24d3042386ef47d6a6cfe3074c242f4426edcec8646192b1\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1115,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1421,\"provider\":\"office\",\"refreshToken\":\"7c2db39427c8a527d982f28d342e8b1ce66fca1ee2e3d936c44b727ed9da5b57\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountObserver] Refresh token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1421,\"provider\":\"office\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:44:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring start {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring end {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"usage\":23661824,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Sync finished {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":67.35,\"usage\":23704944,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"usage\":23660768,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Sync finished {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":30.63,\"usage\":23705592,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"usage\":23660760,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"copper\",\"crm_owner\":333,\"team_id\":27} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:53] local.NOTICE: Leads unavailable {\"method\":\"POST\",\"endpoint\":\"leads/search\",\"options\":[],\"body\":{\"minimum_modified_date\":1777025653,\"sort_by\":\"date_modified\",\"page_number\":1},\"status_code\":403,\"error\":\"{\\\"success\\\":false,\\\"status\\\":403,\\\"message\\\":\\\"Feature not enabled\\\"}\"} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"provider\":\"copper\",\"status\":\"completed\",\"duration_ms\":1434.81,\"usage\":23679464,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"usage\":23660952,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":38.86,\"usage\":23705736,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"usage\":23661080,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"close\",\"crm_owner\":257,\"team_id\":31} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:57] local.INFO: [SyncObjects] Sync finished {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"provider\":\"close\",\"status\":\"completed\",\"duration_ms\":1241.2,\"usage\":23682400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"usage\":23661040,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.WARNING: [Bullhorn] Account not connected for user {\"userId\":\"941d12a6-e84f-4c3a-a4c8-2ef433792095\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":348,\"sociable_id\":121,\"provider_user_id\":null,\"expires\":1733727508,\"refresh_token_expires\":null,\"provider\":\"bullhorn\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2021-04-06 11:07:26\",\"updated_at\":\"2024-12-09 15:10:40\"}}} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"bullhorn\",\"crm_owner\":121,\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Sync finished {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"provider\":\"bullhorn\",\"status\":\"disconnected\",\"duration_ms\":22.86,\"usage\":23703400,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Bullhorn account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"usage\":23660416,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"ed89227b-e364-4dfb-b4bf-343f154bf21e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1360,\"sociable_id\":245,\"provider_user_id\":\"0052g000003frZNAAY\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2024-09-02 06:11:55\",\"updated_at\":\"2024-12-11 08:50:23\"}}} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":245,\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Sync finished {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":49.38,\"usage\":23702456,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"usage\":23660600,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Syncing opportunities {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-deals/run\",\"full_target\":\"connections/zohocrm/actions/query-deals/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap before {\"current\":23668520,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap after {\"used\":4960,\"current\":23673480,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap final {\"used\":5824,\"current\":23674344,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] create ExternalAccountMap {\"team_id\":3143,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap before {\"current\":23671352,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap after {\"used\":5280,\"current\":23676632,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap final {\"used\":6144,\"current\":23677496,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing opportunities finished successfully {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-companies/run\",\"full_target\":\"connections/zohocrm/actions/query-companies/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing contacts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-contacts/run\",\"full_target\":\"connections/zohocrm/actions/query-contacts/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing contacts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing leads {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"crm_profile_id\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/get-converted-leads/run\",\"full_target\":\"connections/zohocrm/actions/get-converted-leads/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [integration-app] Syncing leads finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [SyncObjects] Sync finished {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"provider\":\"integration-app\",\"status\":\"completed\",\"duration_ms\":3242.96,\"usage\":23680656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}","depth":4,"value":"[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isWeekend\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {\"reportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"teamId\":1,\"frequency\":\"weekly\",\"type\":\"ask_jiminny\"} {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {\"correlation_id\":\"4ef6e232-88d2-4935-87d3-62ff95c3b2d5\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\"} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {\"saved_search_id\":1977,\"user_id\":143,\"activity_count\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"activityCount\":0} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {\"automatedReportUuid\":\"4f6ca2b5-1993-48aa-99ad-b66f19f15d43\",\"recipientsCount\":1} {\"correlation_id\":\"00ca4f00-8a80-4bdd-b401-804183825595\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {\"uuid\":\"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778\",\"email\":\"lukas.kovalik@jiminny.com\"} {\"correlation_id\":\"27ada0cc-4eb3-49c4-9115-19ece9e24576\",\"trace_id\":\"6af075f9-940e-4789-b9b4-cb42649b2cf5\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb\",\"trace_id\":\"5c4d23da-1340-4066-b354-55bfb79c0f4a\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cdcdc062-b51a-4f27-9d4c-95ef48442391\",\"trace_id\":\"e7701141-f61a-431e-8fac-697bccd67630\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring start {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:35] local.NOTICE: Monitoring end {\"correlation_id\":\"862cdf2d-46ca-4f7b-966b-79a5f2648771\",\"trace_id\":\"961d76fe-7891-42e6-9d2e-c1dec32ec53b\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3529a427-eebb-4c61-9efb-be7b720d4dc3\",\"trace_id\":\"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:24:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ebdfa028-0918-4dff-8eec-bafc1d997f9d\",\"trace_id\":\"dd8b3479-50fa-4fc2-b3f9-581a6250baea\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:01] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6ace59e3-341b-49e4-8e3f-36ea22423005\",\"trace_id\":\"53678e7f-c854-4c0f-bc6d-c1ad8ba49696\"}\n[2026-04-24 10:25:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"11e8b9cf-a3f0-49b8-9066-e1f16e743f68\",\"trace_id\":\"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35\"}\n[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7\",\"trace_id\":\"056c6533-0c1b-480c-93bb-4b7c788b5dc4\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cef03617-e15a-498b-8751-efa9b8808ec9\",\"trace_id\":\"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d916f4b2-7912-4b9d-a733-794daab3d108\",\"trace_id\":\"75dc6489-d592-4de8-968d-4f9e9c4a2a57\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring start {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:23] local.NOTICE: Monitoring end {\"correlation_id\":\"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df\",\"trace_id\":\"000992c5-8e61-4246-a35f-09f1d832ddd1\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f8026235-b956-4aaf-9600-b7b93e3d9c74\",\"trace_id\":\"759b3dbc-2e19-46cd-91c9-9065e063d32e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4669b9f7-c3b1-4147-b391-8f8314c25042\",\"trace_id\":\"aff20f19-1f01-4fed-98d7-8ecafcae8c6e\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"23076007-fc54-415a-9900-2270769cd622\",\"trace_id\":\"ffefe56f-2881-4273-9dd1-93b8efff8334\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cd5d0352-aec8-49be-8730-433061921ee7\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23540024,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":38.25,\"usage\":23605688,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23563904,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"refreshToken\":\"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1499,\"provider\":\"hubspot\",\"state\":\"connected\"} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.6,\"average_seconds_per_request\":0.6} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":635.09} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":2129.8,\"usage\":23740736,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"281cf1ba-d862-4a45-aaf6-26a340bc2bfd\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23715400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":51.31,\"usage\":23689016,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"09262b7b-a2e2-41d5-b42b-25f31846d7a8\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23649656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":18.47,\"usage\":23692568,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"70df60f3-aed6-4daa-a246-71fb82f49d68\",\"trace_id\":\"594c907f-7401-4dd2-8ba1-59e5857f0d4c\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"42acc0c5-3653-49d1-a44a-19758cc28092\",\"trace_id\":\"c0b07036-9e27-4742-a009-69972c67bced\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":2} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:26:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"55eab912-4003-455b-813c-4e3f8383acc8\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":212} {\"correlation_id\":\"da707eb9-3c1d-487e-8c92-1d018e0ca29d\",\"trace_id\":\"cf803936-d9cd-4a75-b022-49f4b9a758da\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad\",\"trace_id\":\"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"62e59e15-b6bd-4952-be03-365a8341880d\",\"trace_id\":\"ef3bd6bb-ab65-4e80-82cd-5e91b176b702\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring start {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:18] local.NOTICE: Monitoring end {\"correlation_id\":\"fde8ab81-2a83-4068-9a10-f407d3a55d8e\",\"trace_id\":\"5bad50f3-1b72-4f42-82d1-01b230b9c096\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:25] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b9652a6-4242-49c2-a3c5-a0ff70d13469\",\"trace_id\":\"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"983ba273-68c0-472a-bd0f-83c4705711a3\",\"trace_id\":\"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26102185-655f-4837-ba5d-ed80e510f81b\",\"trace_id\":\"8eca9c30-8319-480b-b138-c96d558f3930\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6daa2a6a-4861-4a83-97d1-720d8627b90c\",\"trace_id\":\"1a8fc095-aca6-48d5-91f7-775fb9010d5b\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 4ffd6251-0bb8-42a2-a18e-27d014070900 Correlation ID: 3dfd1327-0fd0-48ab-abc8-3e24d3e54823 Timestamp: 2026-04-24 10:28:49Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:49Z\\\",\\\"trace_id\\\":\\\"4ffd6251-0bb8-42a2-a18e-27d014070900\\\",\\\"correlation_id\\\":\\\"3dfd1327-0fd0-48ab-abc8-3e24d3e54823\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00 Correlation ID: 37093cd8-0b46-4609-9795-2d03ed6bd5a0 Timestamp: 2026-04-24 10:28:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:50Z\\\",\\\"trace_id\\\":\\\"a7ed49b0-e6c0-46a2-89d2-ccd2945a4a00\\\",\\\"correlation_id\\\":\\\"37093cd8-0b46-4609-9795-2d03ed6bd5a0\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"0f144555-32b8-4d69-87d6-f6def6d148ba\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: f80e988f-7954-4b3a-8ec3-114accb80500 Correlation ID: 9071fc56-b9f5-4652-a659-15c6eae96e2b Timestamp: 2026-04-24 10:28:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:51Z\\\",\\\"trace_id\\\":\\\"f80e988f-7954-4b3a-8ec3-114accb80500\\\",\\\"correlation_id\\\":\\\"9071fc56-b9f5-4652-a659-15c6eae96e2b\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 1bff69e5-e16d-4ba1-a98d-a3c1f0c31200 Correlation ID: d592f12c-def5-4788-9547-488e14ea76c7 Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"1bff69e5-e16d-4ba1-a98d-a3c1f0c31200\\\",\\\"correlation_id\\\":\\\"d592f12c-def5-4788-9547-488e14ea76c7\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: ea8e72a7-34e6-4e27-8430-34b44df69500 Correlation ID: 5d9e83c5-ae5b-4aae-a37e-34afd4d607cb Timestamp: 2026-04-24 10:28:52Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:28:52Z\\\",\\\"trace_id\\\":\\\"ea8e72a7-34e6-4e27-8430-34b44df69500\\\",\\\"correlation_id\\\":\\\"5d9e83c5-ae5b-4aae-a37e-34afd4d607cb\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:52] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"8033b980-638f-4243-81a5-8e3eaae0d4ea\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:28:53] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"1175c7e0-9830-4799-a597-e7f131a973e2\",\"trace_id\":\"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1436c1f3-2620-4d4b-921e-d7e885ceaa71\",\"trace_id\":\"51bf8c5c-dc89-47cb-ae42-b3dec986b519\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cb39d14f-69d4-4373-a3d4-f46191d98970\",\"trace_id\":\"2032550b-1ac4-4484-9504-0cba490f1778\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring start {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:34] local.NOTICE: Monitoring end {\"correlation_id\":\"032d258b-18c4-4452-aaf5-906dcbacfafb\",\"trace_id\":\"f2be0856-c0ab-4444-89e3-af2fdb85bfa0\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a2c16ec1-6072-4aad-a3b9-15e457614636\",\"trace_id\":\"257c5c2f-4682-4124-9fa1-9eb9a9abf8fd\"}\n[2026-04-24 10:29:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:48] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:29:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f4bb49cd-a10c-42b0-a0d3-58f0ad13fa27\",\"trace_id\":\"d2d5af99-9c40-4d26-add6-56adecb9438a\"}\n[2026-04-24 10:30:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6e619170-bbfb-4412-9341-a9325b91fee5\",\"trace_id\":\"eb0ac6ea-3f84-4d67-bdf1-ea22e6e20463\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a59bd51f-e398-4ac6-bbe9-3e1ea8c374ed\",\"trace_id\":\"6f4c799b-9145-455b-b790-759f6b74c966\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring start {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:35] local.NOTICE: Monitoring end {\"correlation_id\":\"2d70031f-41fc-4c01-8083-5de12afe92a2\",\"trace_id\":\"6fa8952c-dd6c-4800-9ab1-b0ac211f30b7\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ad086719-c370-4a5d-9a44-36e617278767\",\"trace_id\":\"3ce06ef6-3c4b-4516-b533-ebec2ca578f8\"}\n[2026-04-24 10:30:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:53] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9f538b4b-a08c-465e-8b22-374099ae9f37\",\"trace_id\":\"582cedbe-dcaf-455b-97e7-c2104b7fe854\"}\n[2026-04-24 10:30:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:29:00, 2026-04-24 10:31:00] {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:00] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f951dc73-a9be-4097-a271-e07ad063e254\",\"trace_id\":\"c6379570-95c6-40d2-b04d-5d360f6a22b8\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"50d26433-a5cc-43c8-b8a9-773f8ac630b3\",\"trace_id\":\"4cad1d73-b46a-4fe4-87c7-3cc2ee6c5733\"}\n[2026-04-24 10:31:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:15] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"db8af027-da4b-46cf-bcb4-187655c07131\",\"trace_id\":\"a1815442-b319-47f7-a6cb-acc620de0af8\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:21] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f5d0e1d8-406a-4c7b-9f82-efc89bd90d43\",\"trace_id\":\"b143b90f-9045-405f-9ff7-247d4ef53651\"}\n[2026-04-24 10:31:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:27] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:21:00, 2026-04-24 10:26:00] {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca67328d-57bd-4544-9c2b-fbd042895bbf\",\"trace_id\":\"bfa8f513-d649-4df4-8148-8867ec612e8c\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:26\",\"to\":\"10:31\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:21\",\"to\":\"00:26\"} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54538e48-98ae-4295-b463-675b4ab6c335\",\"trace_id\":\"b84ab2ef-ef92-4ea7-be6c-e57f913dea15\"}\n[2026-04-24 10:31:39] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:40] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"cd6ad6f8-3b79-4e1d-a797-42f245fffa86\",\"trace_id\":\"f8d8f942-e890-40be-b3c2-18c5977c9745\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b192510-7546-4543-990b-236d77279702\",\"trace_id\":\"a64f7407-5910-480d-a02a-421d48243722\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:33:49.213623Z\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Requesting new client credentials token {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"fe4b936b-3f9f-43d2-ad3f-428199366afb\",\"trace_id\":\"d9defe92-d062-4b5a-b569-c01dc2563194\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Auth] Successfully obtained new access token {\"expires_in\":1800,\"cached_for\":1500} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:55] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:31:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4635d32e-fc85-45c0-8c7b-bfbf73d6d6af\",\"trace_id\":\"ebc9a6ed-625a-4fd9-9548-ffaf303ae642\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:00] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811658,\"provider\":\"twilio-flex\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:08] local.INFO: Dispatching activity sync job {\"import_id\":811659,\"provider\":\"xant\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811660,\"provider\":\"apollo\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811661,\"provider\":\"groove\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811662,\"provider\":\"twilio-video\",\"team\":\"jiminny\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Dispatching activity sync job {\"import_id\":811663,\"provider\":\"hubspot\",\"team\":\"hubspot\"} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7e1d0a4-49c8-4497-958e-9981db3aaa3e\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"cdf8b554-d951-4758-bc2b-c1b85d1cd0b9\",\"account\":null} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":3,\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.ALERT: [SyncActivity] Failed {\"import_id\":811658,\"provider\":\"twilio-flex\",\"provider_id\":317,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Social account for Salesforce cannot be found. Please login to Jiminny to connect.\",\"file\":\"/home/jiminny/app/Services/Crm/BaseService.php\",\"line\":734} {\"correlation_id\":\"da62f2ec-af92-467a-b6e3-6062c6f87d59\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.ALERT: [SyncActivity] Failed {\"import_id\":811659,\"provider\":\"xant\",\"provider_id\":161,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"a18dbdd7-0201-4872-b4f3-83d47096868c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:12] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811660,\"provider\":\"apollo\",\"provider_id\":441,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"2f1dd2b3-8563-4ddc-8427-7ab28fc8c45c\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.ALERT: [SyncActivity] Failed {\"import_id\":811661,\"provider\":\"groove\",\"provider_id\":228,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"cab315a5-13aa-40f4-807a-fb2e73bd41c1\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1173,\"provider\":\"salesforce\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:fail-stalled\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c4048497-4519-46b8-a4e7-817075866c76\",\"trace_id\":\"aabb17ad-07bf-426a-97f6-cb994e27c7bf\"}\n[2026-04-24 10:32:14] local.ALERT: [SyncActivity] Failed {\"import_id\":811662,\"provider\":\"twilio-video\",\"provider_id\":243,\"team\":\"jiminny\",\"team_id\":1,\"reason\":\"Activity Provider account not connected.\",\"file\":\"/home/jiminny/app/Services/Activity/ActivityProviderService.php\",\"line\":174} {\"correlation_id\":\"67d017f0-1506-488a-9945-fd804c35279d\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":408,\"provider\":\"hubspot\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Start {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [HubSpot] Search calls for period {\"from\":\"2026-04-24 10:14:00\",\"to\":\"2026-04-24 10:30:00\"} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] End {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:14] local.INFO: [SyncActivity] Memory usage {\"import_id\":811663,\"provider\":\"hubspot\",\"provider_id\":31,\"team\":\"hubspot\",\"team_id\":2,\"memory_usage\":25835392,\"memory_real_usage\":67108864,\"pid\":13882} {\"correlation_id\":\"709b2abd-91a2-49ac-ad75-92784cfc60e9\",\"trace_id\":\"98e369a4-6019-4db7-9794-78a65de0615d\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:15] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2da22d3d-5c10-490d-ad82-c57312ec5e45\",\"trace_id\":\"eac3c2a0-4aa8-4ab4-a0a7-946e9d9ec3a2\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:24] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"nudges:send\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"22c8340e-5104-4cd7-a030-50b132712ac5\",\"trace_id\":\"844754f4-aad4-458a-9009-f10344ddec9b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] starting. {\"playlists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: [Jiminny\\Component\\Playlist\\Command\\NormalizeSortCommand::handle] finished. {\"normalizedPlaylists\":[],\"deletedPlaylists\":[]} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:playlists:normalize-sort\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f12dd5f1-743b-4b59-a985-f15c0cc0be52\",\"trace_id\":\"a8df4a0f-7718-48a8-a897-cc47117ace0b\"}\n[2026-04-24 10:32:45] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":274.6,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:32:46] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1de2be07-1491-4b81-8134-a2e3a16905cf\",\"trace_id\":\"0f92134b-a2fb-4f2d-b299-76645f790d7b\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7087c00b-b452-4700-8ddd-275a1d3b8ae6\",\"trace_id\":\"9eda2c41-2a49-4e0d-bb07-50c8caf4ee75\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a7467c96-5061-4205-93d2-6f5b47929170\",\"trace_id\":\"52c0692f-c954-4293-aaca-0228b2fdc91c\"}\n[2026-04-24 10:33:25] local.NOTICE: Monitoring start {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:26] local.NOTICE: Monitoring end {\"correlation_id\":\"a5383125-c008-4d14-8b07-d85f54ce7ea5\",\"trace_id\":\"cac64e6a-f8a3-494e-a377-2680ca851ff9\"}\n[2026-04-24 10:33:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c233f1d1-8ff0-4c90-8936-5b98d635dcc7\",\"trace_id\":\"b481875b-e906-4ebd-8643-602657b71ebe\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:39] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3b645fae-4a5e-4c08-a217-fb3a1a45cd99\",\"trace_id\":\"5198381d-4e2d-41b2-9077-047ec08aa411\"}\n[2026-04-24 10:33:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:33:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d6dff042-de9d-43b5-ab61-c8c73d7da9f4\",\"trace_id\":\"c28a89cd-5e0a-42ab-8065-17a4c75dd59a\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:05] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0bfb8185-4311-45ff-9912-019a8c2efcbf\",\"trace_id\":\"f8264ae9-7c3b-4805-9112-e9b1d55ab8d1\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3714b13d-5365-4dfa-8243-1efca8fd7287\",\"trace_id\":\"3d8bdcb1-9429-48fc-b42b-6fe561fcf2bb\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring start {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:12] local.NOTICE: Monitoring end {\"correlation_id\":\"b761195f-f8dd-4259-afbc-0e317391ac6d\",\"trace_id\":\"79e1a8c8-d7ca-4c90-85f0-8a4accee74f9\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"26d17c4f-b77d-476d-8892-d9ffd4f68804\",\"trace_id\":\"502cd251-cc79-4e10-b763-c5a87c5d72c4\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"98c97947-2a39-4baf-a2ae-5b93fe22f201\",\"trace_id\":\"aded15eb-34e6-4db0-9653-ed06f25b38b3\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:32:00, 2026-04-24 10:34:00] {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:34:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ca5fa4ad-7531-4796-a6d2-2bf959538fdf\",\"trace_id\":\"4a1672e9-2c2b-4b62-8adb-0caa105958b5\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"537a6afb-7982-43ba-874c-cfaf945b546b\",\"trace_id\":\"0e8dc196-f9a5-4593-94ab-e7ec13532657\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4052431b-ea85-4966-bf60-2664fba0f1ff\",\"trace_id\":\"33edbed0-ee90-461f-bd68-7e2b3edac796\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring start {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:23] local.NOTICE: Monitoring end {\"correlation_id\":\"19278d24-c565-487d-a1fa-0bfa0b462819\",\"trace_id\":\"22ea452c-19fc-4018-bd81-6523c85dcb17\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa117f5a-9a2c-420d-af17-62d567e7b0bb\",\"trace_id\":\"50af364b-4e4c-4bea-9f08-80d2dccca2a0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b266947a-e6f7-4e15-a3ea-05fc8f70e049\",\"trace_id\":\"3f898250-268d-4adb-8761-fe347722ccc0\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"be6ec988-1d26-4cf9-a7e9-5cfe2b2b2c00\",\"trace_id\":\"ac80e092-288e-46f3-9684-2c22be08ed96\"}\n[2026-04-24 10:35:31] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"252843f9-192e-4366-b49e-139f8caada46\",\"trace_id\":\"bb764db2-98aa-4d52-92ea-1023c84c2492\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:33] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c3c1224f-0f3d-4377-84fe-8ae164941fe8\",\"trace_id\":\"a08d0d72-2d13-4a05-90bd-e16e8e0f24fa\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:25:00, 2026-04-24 10:30:00] {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529ad329-c2b9-4a6c-b4b5-af82df0812fe\",\"trace_id\":\"4322958e-288d-445e-888f-bd011bc2da08\"}\n[2026-04-24 10:35:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:36] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:30\",\"to\":\"10:35\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:25\",\"to\":\"00:30\"} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:37] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0562fd82-791b-468c-90a0-65b9c620ef2e\",\"trace_id\":\"09261a36-c342-46cb-bb82-fc05aa367823\"}\n[2026-04-24 10:35:38] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:38] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:39] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"2676acee-9cf8-40ec-bb7f-b7681fdca341\",\"trace_id\":\"62ca739b-9e94-4a12-a172-f8976f189dc3\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7b3b58cf-5690-4c9d-b972-4ca0ce61f11f\",\"trace_id\":\"0e97e9b0-7c31-450c-b39e-d23278ce5401\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:37:43.896065Z\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e8a4afe0-7a27-4459-9912-a7ebce8f903f\",\"trace_id\":\"14ad454e-986d-4451-af00-053486af39a5\"}\n[2026-04-24 10:35:44] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:49] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:35:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"6d00ee59-b87c-49a6-af97-4afd4b8286b8\",\"trace_id\":\"dfee013b-dae8-4ded-8956-5c0a00b729c9\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:04] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"936afe4d-f1d2-44cc-8ddc-9e509725940d\",\"trace_id\":\"cc468641-be48-4063-955a-92a55cca41a1\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring start {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:05] local.NOTICE: Monitoring end {\"correlation_id\":\"65c90b6f-4486-443f-83af-0cf2e3e0fdd1\",\"trace_id\":\"165a35a5-3569-4f6a-8935-921e8459e8da\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:06] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"8b8be7b4-6857-42a9-8349-7d6f4155d120\",\"trace_id\":\"3f0cd915-a3f0-4e2a-8a1f-668fa98723db\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5378d67d-9f96-4b38-b8e9-c38a748a5294\",\"trace_id\":\"5036e660-db15-4275-8811-07aba3e35a1c\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:34:00, 2026-04-24 10:36:00] {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:09] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1d793cba-dfdf-4794-96cf-b6815db21af4\",\"trace_id\":\"7680c390-f0e3-4201-a8f4-02f50f6d2431\"}\n[2026-04-24 10:36:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-hubspot-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"47ff13fc-d2da-4439-ae3e-647ca3cd9cc5\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"usage\":23653320,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"33e34a7a-1c02-4f04-87ac-22c3a385e6e3\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":306,\"sociable_id\":109,\"provider_user_id\":\"11348452\",\"expires\":1701077403,\"refresh_token_expires\":null,\"provider\":\"hubspot\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2020-09-01 16:59:04\",\"updated_at\":\"2023-11-27 09:30:03\"}}} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":109,\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":29} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2b115eb-93ce-4d1b-929c-173757df8fba\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":24.05,\"usage\":23715392,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"38cbf870-b4a1-46ae-9adb-2ee5e3cfbd2a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"usage\":23673608,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":148,\"team_id\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {\"team\":2} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [Hubspot] Pagination completed {\"team_id\":2,\"endpoint\":\"https://api.hubapi.com/crm/v3/objects/deals/search\",\"total_requests\":1,\"total_records_fetched\":0,\"total_elapsed_seconds\":0.52,\"average_seconds_per_request\":0.52} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [HubSpot] Synced opportunities {\"team\":2,\"strategies\":\"lastModified\",\"sync_count\":0,\"total\":0,\"last_synced_id\":null,\"duration_ms\":529.44} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:11] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4\",\"provider\":\"hubspot\",\"status\":\"completed\",\"duration_ms\":557.15,\"usage\":23737960,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"f906888b-c9f0-4676-a3a9-1a70204e4c3a\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:notify-not-logged\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f0884f66-15a4-4130-b432-99f739944cbd\",\"trace_id\":\"5dce41b5-d070-4496-ad61-7f32e3c80014\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"usage\":23715888,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b\",\"account\":null} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":130,\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":42} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"b2d49a54-b645-4637-a7ae-a86cfce6e8e4\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":14.21,\"usage\":23703864,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"365304de-f573-48f2-b4a0-b46c42774380\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Starting sync {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"usage\":23664544,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.WARNING: [HubSpot] Account not connected for user {\"userId\":\"71e3aac5-fb66-47c5-a236-2d051ae3e319\",\"account\":null} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"hubspot\",\"crm_owner\":256,\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"hubspot\",\"team_id\":49} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:12] local.INFO: [SyncHubspotObjects] Sync finished {\"team\":\"c6b9d6b0-b48d-4832-a68c-a57d60651888\",\"provider\":\"hubspot\",\"status\":\"disconnected\",\"duration_ms\":15.21,\"usage\":23700312,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Social account for HubSpot cannot be found. Please login to Jiminny to connect.\"} {\"correlation_id\":\"c464c3a4-e7dc-41f9-a3fa-ccacd4576a72\",\"trace_id\":\"2fed0f6a-c3e0-4efc-a336-a3ad18ac957d\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] STARTING Inbox Sync {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [EmailSchedule] FINISHED Inbox Sync {\"host\":\"docker_lamp_1\",\"events\":1} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c81ae81a-8655-4d34-b0e9-7a55c7007412\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync start {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:14] local.INFO: [Sync Mailbox] Sync complete {\"inbox_id\":59} {\"correlation_id\":\"63917e7c-8e0b-4824-b489-eab64e736354\",\"trace_id\":\"a98cd1a9-99e1-4cba-9c3d-d1c11c53798b\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:39] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":170.3,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:36:40] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"1e25bda9-2d96-49cc-9554-7c29a8a61f22\",\"trace_id\":\"1fa5725d-f595-40dd-9eee-fe52a45fcbd7\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e398832f-e51b-453a-8f0d-ca3083de8f22\",\"trace_id\":\"e2b3db21-82f2-49c6-ac5d-24f5d2bc6adf\"}\n[2026-04-24 10:37:19] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"0ba5c756-a3fa-4ceb-b468-b8188544c3f7\",\"trace_id\":\"d2bcfbff-bbdc-4f2a-ab10-c3fd7cea79b2\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring start {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:25] local.NOTICE: Monitoring end {\"correlation_id\":\"dbe3b963-92f7-4417-af0e-c0f7921b9907\",\"trace_id\":\"e3adefac-e11f-46ef-9999-5443fbfa9d85\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:28] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"529d53b7-d23d-4715-a7e6-feb3e839cc5d\",\"trace_id\":\"c16e8a02-8036-4bf4-ab36-803dacb4767c\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ba1d909c-fcdc-43af-a4e6-b30038572186\",\"trace_id\":\"afe0994f-5352-4eb0-aa7a-45d367b307e4\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4e56979c-fb0d-4146-9182-9189b3709d8e\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:39] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"c17f8fa5-8019-4bac-96a0-79872914ffe1\",\"trace_id\":\"40c89c09-7f79-4256-9d06-6ea1dea69558\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:37:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"60396790-0d9d-45a6-9f2c-2ff7cd744fcf\",\"trace_id\":\"4b4198d7-8de7-4937-b4bb-87ae8d72c8f5\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ee4cd687-1fbb-48d7-82e8-0c6e597d9a61\",\"trace_id\":\"fd3156a9-082f-48ce-90f3-53d2bde6de42\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:23] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b83c9f80-d267-4ef5-a9d8-16d7389ebfbe\",\"trace_id\":\"2e55c7a4-4ec2-4e3d-a6b8-059552fd6b5a\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring start {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:29] local.NOTICE: Monitoring end {\"correlation_id\":\"7df6b8a4-a9a2-4d57-9f33-424d76235085\",\"trace_id\":\"f8bf88c1-df50-468b-af01-55cef581459e\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"016e74f8-ecd4-4261-9236-5e90c28e0346\",\"trace_id\":\"2f196199-3ecc-4615-b5fd-54c963fc280c\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"ffe45e4f-7e79-49e7-8236-b793cec601b1\",\"trace_id\":\"32ac79cd-a559-4f05-9dfe-287b4a0968d5\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:36:00, 2026-04-24 10:38:00] {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:46] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"a3956ca7-ded9-4686-b97f-fae9150d76fe\",\"trace_id\":\"bd87eb41-3fff-4782-9b21-e420abd24c3a\"}\n[2026-04-24 10:38:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:38:52] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4ba21787-388d-4a75-b097-10ca75622abd\",\"trace_id\":\"1b9d20b1-059c-4457-8f1c-924489985e62\"}\n[2026-04-24 10:39:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:12] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c282109a-e743-4910-8eaa-828aa9aefb19\",\"trace_id\":\"a8999946-2027-4a46-8cbc-600ca892971c\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d7182115-c721-47d4-a1d5-94d87d56c4e9\",\"trace_id\":\"8b35ed74-cca1-4eae-99fa-4d31d9b13ae8\"}\n[2026-04-24 10:39:23] local.NOTICE: Monitoring start {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:24] local.NOTICE: Monitoring end {\"correlation_id\":\"27299084-f76c-4397-b5e0-2e9b2055e681\",\"trace_id\":\"34f513e1-7da0-4e5a-a098-819d688c2440\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"648cf755-ce41-4cb3-994a-f19be68b01dc\",\"trace_id\":\"5e5c0d77-0412-423f-83c3-612a91531cb9\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:36] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9e892f5a-1994-4a76-b58f-bf30a293bc17\",\"trace_id\":\"47b816b7-c7c4-4316-a525-3212b72c1081\"}\n[2026-04-24 10:39:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1496,\"provider\":\"aircall\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.ERROR: [Aircall] Re-activating webhooks failed {\"team_id\":1,\"reason\":\"{\\\"message\\\":\\\"Forbidden\\\"}\"} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:45] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:aircall:check-and-renew\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c61bbf92-2cd5-4e7d-ae1b-097c7b22b760\",\"trace_id\":\"943c199b-5915-4638-b26f-9ebbaa4e5951\"}\n[2026-04-24 10:39:52] local.INFO: [RetryFailedDownloads] Starting {\"options\":{\"from\":null,\"to\":null,\"help\":false,\"silent\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":null,\"no-interaction\":false,\"env\":null}} {\"correlation_id\":\"f5e9e1c6-a2b7-4389-8b09-4bac9f893daa\",\"trace_id\":\"d964aaf1-4db6-43b2-b3b6-f463dc269e63\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"e7c58474-886e-4045-a81b-08ad59e97dcd\",\"trace_id\":\"794b5a18-5525-4851-9c29-229a3ec412a4\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"09e6afde-f9f7-44ef-8703-89fc9479e345\",\"trace_id\":\"35d3e72a-2392-4219-9317-32c7d0f4b2d7\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring start {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:21] local.NOTICE: Monitoring end {\"correlation_id\":\"5e67b9e1-9e94-414b-ba6c-ab0e508f7de5\",\"trace_id\":\"987a2217-3c6f-49ed-8f61-df78b2e16b95\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"aa034468-7bb4-44a8-9de1-8ed3c38901bf\",\"trace_id\":\"969a7bca-fe51-4982-939c-4b7e019fffdc\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:32] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"364e20d6-12ff-4f5f-af75-134ac8dd56b5\",\"trace_id\":\"f9932c8b-02a8-4aa0-ba5c-ade95b9b5609\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:38:00, 2026-04-24 10:40:00] {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:38] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"dec148e1-6cfc-4196-93b4-7392214485ea\",\"trace_id\":\"6f285d37-8d04-4c75-8c40-d2aabf9337ba\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:44] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"activity:purge-stale\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ffc43bb-9998-404e-b93b-20703a72fb0b\",\"trace_id\":\"a38adc36-a696-4cbd-93bb-0beb86c1c774\"}\n[2026-04-24 10:40:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:text-relay:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3df8abcd-13c6-4dbb-bc9f-701ec27c5ef4\",\"trace_id\":\"5749396d-a60d-4183-bbd4-829a978e3a58\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Running pre-meeting notification command {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:40:56] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-notification\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"b06884d6-b3ab-4b3d-a22e-c2e6960ef404\",\"trace_id\":\"6f2693d9-7ced-4f04-bd07-eba7ab289e39\"}\n[2026-04-24 10:41:02] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:02] local.INFO: Running conference:monitor:start command for activities in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: [conference:monitor:start] No activities found in (2026-04-24 10:31:00, 2026-04-24 10:36:00] {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:03] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:start\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"7810ea54-a6fb-488b-950f-2f084c71a064\",\"trace_id\":\"3ca90aba-713c-4a75-8028-2b38a1f56c15\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesEnded {\"from\":\"10:36\",\"to\":\"10:41\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: conference:monitor:end:Jiminny\\Console\\Commands\\Activities\\MonitorMeetingEndCommand::logActivitiesWithUnfinishedSession {\"from\":\"00:31\",\"to\":\"00:36\"} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:08] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:end\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"bcfa8eb1-dc0e-4449-9920-2bd723db4121\",\"trace_id\":\"1f01785a-8be0-4fe0-af84-414451dbc297\"}\n[2026-04-24 10:41:15] local.NOTICE: Repairing HubSpot tokens start {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: Trying to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:15] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":59,\"provider\":\"hubspot\",\"refreshToken\":\"97b78f6e2cc49965c00c2492b602b02708b1392551e6b3f113fbaa48992af90b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":59,\"updated_at\":\"2025-10-03 09:32:05\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":306,\"provider\":\"hubspot\",\"refreshToken\":\"6fa6aa8cc641d131231acc3470f5c03cb3b07b2e580fb18f8acb3b1dbb72549b\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":306,\"updated_at\":\"2023-11-27 09:30:03\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: Trying to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1372,\"provider\":\"hubspot\",\"refreshToken\":\"9aa73948c761da29dce46c177cf9aee1fde483a44169ca38723f9f0597d7a8c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.ERROR: Failed to refresh HubSpot token {\"account_id\":1372,\"updated_at\":\"2025-10-02 14:47:06\",\"reason\":\"missing or invalid refresh token\",\"previous\":\"\"} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:16] local.NOTICE: Repairing HubSpot tokens end {\"total\":3,\"fixed\":0,\"failed\":3} {\"correlation_id\":\"d4a00e32-430e-40ca-b218-046c55b2c21c\",\"trace_id\":\"d9d37e5d-cd06-4012-9a0a-716dd272ef49\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"jiminny:transcription:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1e1796ab-cabd-4e48-a3a5-67a664afdc18\",\"trace_id\":\"23555050-5b20-4059-aeb9-a957d70637c5\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Command] Starting polling service {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Service starting {\"memory_limit\":\"256M\",\"max_execution_time\":\"0\",\"initial_memory_mb\":60.0} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Acquired polling lock {\"expires_at\":\"2026-04-24T10:43:27.859813Z\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:27] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:pre-meeting-reminder\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"974445d8-9256-49fd-8133-97b068b18251\",\"trace_id\":\"409954c6-e337-4e4d-b769-c2c119e465c6\"}\n[2026-04-24 10:41:28] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:33] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:reset-governor\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"684f3425-f03d-4233-b383-03b51ba2954d\",\"trace_id\":\"789c5af8-88cd-4c4f-9983-0bb127171faa\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:38] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:39] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:40] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:bullhorn:ping\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"54a5e141-46c5-4c26-be85-cc9ddd10b329\",\"trace_id\":\"05a19cf6-6a1f-4427-b834-a9245abd1e9a\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:41:54] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:14] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"9ffcc71c-0d35-4c76-a3a4-21250b09fb4c\",\"trace_id\":\"9613a3e3-00fb-480f-9aac-e389e035f4a4\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:20] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"194bc665-f2d7-421f-86a1-5a93756f8bed\",\"trace_id\":\"e6953dc5-512b-45e2-8665-38fdd3927c17\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Getting offset from database {\"offset\":\"\",\"jiminny_team_id\":1} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal API] Fetching latest journal entry {\"url\":\"https://api.hubapi.com/webhooks/v4/journal/latest\"} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":57,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":265.5,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.72} {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:24] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"e5140988-4f1d-4f4a-84ae-77366cf6f941\",\"trace_id\":\"558aaf86-90da-462d-9877-f28e72a5d579\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring start {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:26] local.NOTICE: Monitoring end {\"correlation_id\":\"fa3c8e3d-8dd3-46c2-b6a7-3716462beb08\",\"trace_id\":\"21265322-4fec-405b-95e8-5005164d9e51\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"c76858df-2745-4106-a5b8-aad6870ef4a5\",\"trace_id\":\"bc996feb-7500-433b-9c03-e9d0210cc4c4\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"70c8501b-3ede-4e54-bbc8-9569b46cb30a\",\"trace_id\":\"75a24f2f-98d7-4783-bcd0-b0217af708a8\"}\n[2026-04-24 10:42:50] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:50] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:40:00, 2026-04-24 10:42:00] {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:51] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"69e90715-4c8e-48f3-960f-069a8a9a6ebf\",\"trace_id\":\"72f23a77-3c83-4f13-aad0-aaab4deedadf\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] STARTING batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: [EmailSchedule] FINISHED batch create {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:42:59] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:create\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"d4d6680a-2ead-4560-bdd8-457b047d61b2\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:01] local.INFO: [Jiminny\\Jobs\\Mailbox\\CreateBatches] processed 1 inboxes and created 0 batches {\"userId\":null,\"batchSize\":30,\"maxBatches\":1000} {\"correlation_id\":\"181fefef-3ab4-4e50-9e43-0176839f80a5\",\"trace_id\":\"a4946a48-3be8-4d80-9e4d-b9fc11f863e9\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:13] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"3e9ceb6d-2bb8-4afa-8dd2-fe7aee0b5513\",\"trace_id\":\"ca55cc1e-bd7e-4e16-ad6e-e891914631f6\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:18] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"5ff9c995-0d83-4239-916b-64632bf138e5\",\"trace_id\":\"cd69934e-4d72-42fd-a81b-2d7c2e4432eb\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring start {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:23] local.NOTICE: Monitoring end {\"correlation_id\":\"b76e2ff3-eb29-416a-ba96-a142852f7d5f\",\"trace_id\":\"a439d0ef-0d9b-44d9-91c4-71ec9a5ef6f1\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:29] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"f6e72721-737d-449d-9585-97240bd59eab\",\"trace_id\":\"83583a54-50e1-410f-bf4c-1437633db0d6\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:34] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"735d25af-b789-4430-9d79-854572b7f7ce\",\"trace_id\":\"cb173b25-393b-427e-a6aa-5c42a140fb12\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.NOTICE: Calendar sync start {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:retry-failed\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"cf225528-db6c-4fd4-a774-2c6a5dae9850\",\"trace_id\":\"c3fc326d-e22a-4102-a36c-2913c8743149\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1393,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:43] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1393,\"provider\":\"google\",\"refreshToken\":\"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1393,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1387,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1387,\"provider\":\"google\",\"refreshToken\":\"8157ac6de94842937194009e9c50e459253600f799dacf6a40755ffdbeb5bba6\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1387,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1348,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1348,\"provider\":\"google\",\"refreshToken\":\"9e7d13d3032d0cb1b79d8e95aef01383e8e91eb52ff8ee960c8a0b6b95cd8c73\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1348,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1361,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:44] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1361,\"provider\":\"google\",\"refreshToken\":\"6c843da199c2b9907445329304fcc4ec5057a4ee748d8299641764395c08e1fd\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1361,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1310,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1310,\"provider\":\"google\",\"refreshToken\":\"e34818922c2830a660813a63f6169a4a9a992ae2cccd7dc8dd7796cfdb470ef1\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1310,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1333,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1333,\"provider\":\"google\",\"refreshToken\":\"6c902986546d8e8da1dc539b046cdc1d458f519acc972e5b5f1d6a1a295165e0\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1333,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1368,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1368,\"provider\":\"google\",\"refreshToken\":\"d2f128898ff8543bd16b69cfae37896ab85119b0f5ed2b431d739593bb600333\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1368,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:45] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1365,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1365,\"provider\":\"google\",\"refreshToken\":\"7676e4a9afcd082b413248ab5ec6e487021fec6a9bdf315860a59cefad9caad8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1365,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1364,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1364,\"provider\":\"google\",\"refreshToken\":\"dd5882ebce76e645292ce33ae74238abbb77c0a4ecc6a2bfe723cad82e72ba8e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1364,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1370,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:46] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1370,\"provider\":\"office\",\"refreshToken\":\"b7ee8035306d0043cea6e00e7c4fe14f745e44074a1194db62a31cdf8b70af3e\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 141772b4-13f6-4d7c-9d62-180e61140e00 Correlation ID: 7a33d672-3b29-409c-9a7e-809b437ff1cc Timestamp: 2026-04-24 10:43:47Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:47Z\\\",\\\"trace_id\\\":\\\"141772b4-13f6-4d7c-9d62-180e61140e00\\\",\\\"correlation_id\\\":\\\"7a33d672-3b29-409c-9a7e-809b437ff1cc\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1370,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1202,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:47] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1202,\"provider\":\"office\",\"refreshToken\":\"b458799ccc29b21a6e2eb5260fdb63e49ccba21bf942a3973fb63799bd7f0afe\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 644bfd61-a77c-47d4-8021-25ebad431400 Correlation ID: 2d57c4e2-ea25-4cce-ad2f-2070b336feea Timestamp: 2026-04-24 10:43:48Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:48Z\\\",\\\"trace_id\\\":\\\"644bfd61-a77c-47d4-8021-25ebad431400\\\",\\\"correlation_id\\\":\\\"2d57c4e2-ea25-4cce-ad2f-2070b336feea\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1202,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1502,\"provider\":\"google\",\"refreshToken\":\"d417c92ebaa137295a04675f715d0511ae8acac9d779b102eac50d6300116d3e\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:48] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1502,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: Calendar sync job dispatched {\"calendar_id\":501} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1300,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1300,\"provider\":\"google\",\"refreshToken\":\"4b811db0725fd9602a95943519a7da935e2a5065da7d9ebfcb170752e3e1ddb8\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Account has been deleted\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1300,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1409,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1409,\"provider\":\"google\",\"refreshToken\":\"e2a3f2d06894894eed1ee87d9db1ace77d4d42ee6e1288a8940ad2c10333b0c4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1409,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1352,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1352,\"provider\":\"google\",\"refreshToken\":\"dd4b16b00fdc1216da6b717c02338c073636e29162826b2de6db3f064fc029eb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"responseBody\":{\"error\":\"unauthorized_client\",\"error_description\":\"Unauthorized\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1352,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1296,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:49] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1296,\"provider\":\"office\",\"refreshToken\":\"011ae723c9d800c674e0b4be76f49fc046dac7d501b66c59ef0d9549cfa56ae5\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 673e2791-28a4-4b0c-b527-94df7fa61400 Correlation ID: 39b3df04-64a8-4564-a9fc-1dc97e3e18c3 Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"673e2791-28a4-4b0c-b527-94df7fa61400\\\",\\\"correlation_id\\\":\\\"39b3df04-64a8-4564-a9fc-1dc97e3e18c3\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1296,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":391,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":391,\"provider\":\"office\",\"refreshToken\":\"00045eebae0f39b34887c6d53f92ae78064f7145e1f4b67754aebd03cfb2d881\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 227397e0-6520-44b0-aa07-4b8c19f11400 Correlation ID: 64c1c5eb-f1e9-4240-b801-499afc07c25a Timestamp: 2026-04-24 10:43:50Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:50Z\\\",\\\"trace_id\\\":\\\"227397e0-6520-44b0-aa07-4b8c19f11400\\\",\\\"correlation_id\\\":\\\"64c1c5eb-f1e9-4240-b801-499afc07c25a\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":391,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1271,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:50] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1271,\"provider\":\"office\",\"refreshToken\":\"118cde2c06993147b07ccaec4cbcd5026a819dea6c71081166a492933e392afb\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Calendar] Processing sync {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"from\":null,\"to\":null,\"delta\":\"CIiFh8TP44kDEIiFh8TP44kDGAUgkZvkzgIokZvkzgI=\",\"last_sync\":\"2024-12-09 07:12:53\",\"dateMode\":\"daily\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1502,\"provider\":\"google\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"responseBody\":\"{\\\"error\\\":\\\"invalid_client\\\",\\\"error_description\\\":\\\"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app 'bbcbb2ef-6200-4fae-82bd-d81f5dd738da'. Trace ID: 824e8253-29dc-41d1-98ea-bfcd67de4400 Correlation ID: 9cf5c0b1-83fd-4c1b-8801-3cb0491fc822 Timestamp: 2026-04-24 10:43:51Z\\\",\\\"error_codes\\\":[7000215],\\\"timestamp\\\":\\\"2026-04-24 10:43:51Z\\\",\\\"trace_id\\\":\\\"824e8253-29dc-41d1-98ea-bfcd67de4400\\\",\\\"correlation_id\\\":\\\"9cf5c0b1-83fd-4c1b-8801-3cb0491fc822\\\",\\\"error_uri\\\":\\\"https://login.microsoftonline.com/error?code=7000215\\\"}\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1271,\"provider\":\"office\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1351,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1351,\"provider\":\"google\",\"refreshToken\":\"4271d15b9e60a606439caddc68337f783e472c85b03dacff14d1b6dfded9051c\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Token has been expired or revoked.\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"a33076c1-8d97-431a-99f0-85c9524e118b\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"a39f1656-5747-486c-9cd8-3f47abfaadbc\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1351,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1366,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:51] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1366,\"provider\":\"google\",\"refreshToken\":\"ae21385059b2eebfd43f68aecd56eccd702a1aabb6598f1f7ab594ed8af491b4\",\"state\":\"full-refresh\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"responseBody\":{\"error\":\"invalid_grant\",\"error_description\":\"Bad Request\"}} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.ERROR: [SocialAccountService] Failed to refresh token {\"socialAccountId\":1366,\"provider\":\"google\",\"reason\":\"Flow refresh required.\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1115,\"provider\":\"google\",\"refreshToken\":\"356b60f12e262a5e24d3042386ef47d6a6cfe3074c242f4426edcec8646192b1\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1115,\"provider\":\"google\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: Calendar sync job dispatched {\"calendar_id\":378} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Token needs refreshing {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:52] local.INFO: [SocialAccountService] Refreshing token from provider {\"socialAccountId\":1421,\"provider\":\"office\",\"refreshToken\":\"7c2db39427c8a527d982f28d342e8b1ce66fca1ee2e3d936c44b727ed9da5b57\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Saving model {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [Calendar] Processing sync {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"from\":null,\"to\":null,\"delta\":\"CJ_x49O3jpIDEJ_x49O3jpIDGAUgw67KlwMow67KlwM=\",\"last_sync\":\"2026-01-19 07:48:40\",\"dateMode\":\"daily\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.WARNING: [Calendar] CRM disconnected for user so events will not be matched {\"provider\":\"pipedrive\",\"user_id\":241,\"message\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1115,\"provider\":\"google\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:53] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountObserver] Refresh token was modified, encrypting {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token refreshed {\"socialAccountId\":1421,\"provider\":\"office\",\"state\":\"connected\"} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Calendar sync job dispatched {\"calendar_id\":504} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.NOTICE: Calendar sync end {\"retrieved_calendars\":31,\"processed_calendars\":3} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"calendar:sync\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"eb23deda-68bb-49fa-9024-f46288838e7e\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Google Calendar] Failed to watch channel for calendar {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.WARNING: [Calendar] Sync failed {\"calendarId\":\"2676cb6d-f86c-427e-bf78-591e388e3c1e\",\"code\":400,\"reason\":\"{\n \\\"error\\\": {\n \\\"errors\\\": [\n {\n \\\"domain\\\": \\\"global\\\",\n \\\"reason\\\": \\\"push.webhookUrlNotHttps\\\",\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n ],\n \\\"code\\\": 400,\n \\\"message\\\": \\\"WebHook callback must be HTTPS: /webhook/calendar/google?resourceType=event\\\"\n }\n}\"} {\"correlation_id\":\"21876741-7307-41c3-bef4-1505bf0d0214\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1421,\"provider\":\"office\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [Calendar] Processing sync {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\",\"from\":null,\"to\":null,\"delta\":\"R0usmcdvmMuZCBYV0hguCOpQOqkGB4Pj13KJp8CjfHSqwzw_GVdqxIRq9Jb0hz1cJsuWX3kegXyzmE5ezjgS3bZLZBGTUO4Rg5nbrbDvJdP58A83_g7W_e4dyJy7FzGSzERJRkAPo9reNW1pMNdHsu3K4fPGIclAUOtCFxfbGCwKwBmmG5AfByCkRM7hIX55P_Tomo5tunpeIOFTWpmb6g.gT2h9-9FyL9gDgQlNvJn5K8h1j5MhlzHMCL9NZarLm8\",\"last_sync\":\"2026-04-23 12:43:29\",\"dateMode\":\"daily\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1499,\"provider\":\"hubspot\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"hubspot\",\"crm_owner\":89,\"team_id\":2} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:43:54] local.INFO: [MS Office Calendar] Skipping delta sync for daily mode {\"calendarId\":\"9e8b1a2c-1a8f-42bd-b161-810fc0baf540\"} {\"correlation_id\":\"0a4b2ae8-c1d5-4481-934e-981a876900d2\",\"trace_id\":\"dffff834-f734-448b-9473-5d2f258d2373\"}\n[2026-04-24 10:44:10] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:11] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"meeting-bot:schedule-bot\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"32f62f76-e6f1-4ee0-8042-c00b13c7fdb7\",\"trace_id\":\"befe512e-5778-40c9-9437-dfd5fe7ba1a5\"}\n[2026-04-24 10:44:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:17] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"2a3fb393-20ad-4f6f-9f4b-a60d4709119b\",\"trace_id\":\"a777c465-1b16-4ad0-9f1d-de1b15057c0e\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring start {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:23] local.NOTICE: Monitoring end {\"correlation_id\":\"cd7273fd-d2b6-432a-9179-1b94660ae99a\",\"trace_id\":\"0c18ec7f-d365-45b5-8c27-ee1627b38ae1\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:30] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"601d69ce-3381-4183-9113-7949977b761b\",\"trace_id\":\"c1189b05-55f2-4e1a-965f-6c7547fcfd1d\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:35] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"1351bd14-c41d-4096-89ed-052922431cb2\",\"trace_id\":\"ccae98f3-d931-4e0c-87bd-c30a8a9fcecf\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:42:00, 2026-04-24 10:44:00] {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:42] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"66a1012e-ef69-422b-a93c-fa4a061daabf\",\"trace_id\":\"208c3955-5b1a-40f6-baff-b4f3155f7fe5\"}\n[2026-04-24 10:44:47] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryPeakBeforeCommandInMb\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"crm:sync-objects\",\"memoryBeforeCommandInMb\":60.0,\"memoryAfterCommandInMB\":60.0,\"memoryPeakBeforeCommandInMb\":99.723,\"memoryPeakAfterCommandInMB\":99.723} {\"correlation_id\":\"4040c772-42c0-4cb0-9a74-0df8fb7d5731\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"usage\":23661824,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"641f1acb-16b8-42d1-8726-df52979dad0e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1500,\"sociable_id\":143,\"provider_user_id\":\"0052g000003frelAAA\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2026-02-06 08:39:03\",\"updated_at\":\"2026-04-24 06:38:47\"}}} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":143,\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":1} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:48] local.INFO: [SyncObjects] Sync finished {\"team\":\"6473c918-d8db-4ded-a52b-4febfd7b7c02\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":67.35,\"usage\":23704944,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"4fb201ca-77ea-4d78-ae82-347463b6686d\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"usage\":23660768,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":19} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:50] local.INFO: [SyncObjects] Sync finished {\"team\":\"51467630-d89d-480b-be20-933e64a042f7\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":30.63,\"usage\":23705592,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"dbb9c5c5-f699-494b-9c80-426379c721d7\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"usage\":23660760,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:52] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"copper\",\"crm_owner\":333,\"team_id\":27} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:53] local.NOTICE: Leads unavailable {\"method\":\"POST\",\"endpoint\":\"leads/search\",\"options\":[],\"body\":{\"minimum_modified_date\":1777025653,\"sort_by\":\"date_modified\",\"page_number\":1},\"status_code\":403,\"error\":\"{\\\"success\\\":false,\\\"status\\\":403,\\\"message\\\":\\\"Feature not enabled\\\"}\"} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"396ed57c-e3c4-49be-8290-37c32955f7c7\",\"provider\":\"copper\",\"status\":\"completed\",\"duration_ms\":1434.81,\"usage\":23679464,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"97d41525-7d13-4f90-b766-c1cdba7f94ed\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"usage\":23660952,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.WARNING: [Pipedrive] Account not connected for user {\"userId\":\"e6538737-e7b4-455f-a37a-3e79b665a220\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1116,\"sociable_id\":241,\"provider_user_id\":\"19555731\",\"expires\":1775683749,\"refresh_token_expires\":null,\"provider\":\"pipedrive\",\"state\":\"full-refresh\",\"auth_scope\":\"base,deals:full,activities:full,contacts:full,search:read\",\"retry_after\":null,\"created_at\":\"2023-09-08 09:44:29\",\"updated_at\":\"2026-04-08 22:58:34\"}}} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"pipedrive\",\"crm_owner\":241,\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"pipedrive\",\"team_id\":28} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:54] local.INFO: [SyncObjects] Sync finished {\"team\":\"fda3cbdf-1117-4ba5-86f8-775f548b3a28\",\"provider\":\"pipedrive\",\"status\":\"disconnected\",\"duration_ms\":38.86,\"usage\":23705736,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Pipedrive account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"6da7eab4-1d26-485b-9355-f8fc961b4019\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"usage\":23661080,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Fetching token {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [SocialAccountService] Token retrieved {\"socialAccountId\":1219,\"provider\":\"close\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [EncryptedTokenManager] Generating access token. {\"mode\":\"legacy\"} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:56] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"close\",\"crm_owner\":257,\"team_id\":31} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:57] local.INFO: [SyncObjects] Sync finished {\"team\":\"3ff5a02a-86fb-4357-b1d6-a04e26c38602\",\"provider\":\"close\",\"status\":\"completed\",\"duration_ms\":1241.2,\"usage\":23682400,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"68d3a020-e2c6-4848-88bb-db7362a988ce\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"usage\":23661040,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.WARNING: [Bullhorn] Account not connected for user {\"userId\":\"941d12a6-e84f-4c3a-a4c8-2ef433792095\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":348,\"sociable_id\":121,\"provider_user_id\":null,\"expires\":1733727508,\"refresh_token_expires\":null,\"provider\":\"bullhorn\",\"state\":\"full-refresh\",\"auth_scope\":null,\"retry_after\":null,\"created_at\":\"2021-04-06 11:07:26\",\"updated_at\":\"2024-12-09 15:10:40\"}}} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"bullhorn\",\"crm_owner\":121,\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"bullhorn\",\"team_id\":36} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:44:58] local.INFO: [SyncObjects] Sync finished {\"team\":\"1640a0ac-19da-4c3b-90f7-87525f07a6d2\",\"provider\":\"bullhorn\",\"status\":\"disconnected\",\"duration_ms\":22.86,\"usage\":23703400,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Bullhorn account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"651767a2-4c3f-49df-8f8d-1c009dd1eec3\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"usage\":23660416,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.WARNING: [Salesforce] Account not connected for user {\"userId\":\"ed89227b-e364-4dfb-b4bf-343f154bf21e\",\"account\":{\"Jiminny\\\\Models\\\\SocialAccount\":{\"id\":1360,\"sociable_id\":245,\"provider_user_id\":\"0052g000003frZNAAY\",\"expires\":null,\"refresh_token_expires\":null,\"provider\":\"salesforce\",\"state\":\"full-refresh\",\"auth_scope\":\"refresh_token web api\",\"retry_after\":null,\"created_at\":\"2024-09-02 06:11:55\",\"updated_at\":\"2024-12-11 08:50:23\"}}} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {\"crm_provider\":\"salesforce\",\"crm_owner\":245,\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {\"crm_provider\":\"salesforce\",\"team_id\":59} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:00] local.INFO: [SyncObjects] Sync finished {\"team\":\"0c33bf2d-1c77-4200-8ed6-6147ad444c30\",\"provider\":\"salesforce\",\"status\":\"disconnected\",\"duration_ms\":49.38,\"usage\":23702456,\"real_usage\":65011712,\"pid\":13878,\"reason\":\"Your Salesforce account has become disconnected. Please login to Jiminny to reconnect.\"} {\"correlation_id\":\"9457fce9-3b36-4ff6-a08e-5f5d68d4151f\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [SyncObjects] Before memory usage: {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"usage\":23660600,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {\"crm_provider\":\"integration-app\",\"crm_owner\":1695,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Syncing opportunities {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:02] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-deals/run\",\"full_target\":\"connections/zohocrm/actions/query-deals/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap before {\"current\":23668520,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap after {\"used\":4960,\"current\":23673480,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalContactMap final {\"used\":5824,\"current\":23674344,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] create ExternalAccountMap {\"team_id\":3143,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap before {\"current\":23671352,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap after {\"used\":5280,\"current\":23676632,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: ExternalAccountMap final {\"used\":6144,\"current\":23677496,\"peak\":78342936,\"config_id\":500} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing opportunities finished successfully {\"parameters\":{\"since\":\"2026-04-24 10:14:23\",\"strategy\":\"lastModified\"},\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-companies/run\",\"full_target\":\"connections/zohocrm/actions/query-companies/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing accounts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Syncing contacts {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:04] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/query-contacts/run\",\"full_target\":\"connections/zohocrm/actions/query-contacts/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing contacts finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Syncing leads {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"crm_profile_id\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:05] local.INFO: [integration-app] Request {\"request\":\"POST connections/zohocrm/actions/get-converted-leads/run\",\"full_target\":\"connections/zohocrm/actions/get-converted-leads/run\"} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [integration-app] Syncing leads finished successfully {\"since\":\"2026-04-24 10:14:23\",\"to\":null,\"team_id\":3143} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}\n[2026-04-24 10:45:06] local.INFO: [SyncObjects] Sync finished {\"team\":\"1ece66c8-feb1-4df1-b321-21607daf4623\",\"provider\":\"integration-app\",\"status\":\"completed\",\"duration_ms\":3242.96,\"usage\":23680656,\"real_usage\":65011712,\"pid\":13878} {\"correlation_id\":\"70769cb3-a7d7-45b4-9742-457806195b92\",\"trace_id\":\"8c63d50a-2621-4963-b17e-22f3f588c3da\"}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Project","depth":3,"role_description":"text"},{"role":"AXButton","text":"Project","depth":3,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New File or Directory…","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Expand Selected","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Collapse All","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Options","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8409739779266792278
|
-8255819580656018307
|
click
|
accessibility
|
NULL
|
Project: faVsco.js, menu
JY-20508-notify-before-AJ Project: faVsco.js, menu
JY-20508-notify-before-AJ-report-expiration, menu
Start Listening for PHP Debug Connections
ReportControllerTest
Run 'ReportControllerTest'
Debug 'ReportControllerTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
16
7
1
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Repositories;
use Carbon\CarbonImmutable;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Facades\DB;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Models\Team;
use Jiminny\Models\User;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSort;
use Jiminny\Services\Kiosk\AutomatedReports\ReportSortDirection;
class AutomatedReportsRepository
{
/**
* Create a new automated report
*
* @param array $data
*
* @return AutomatedReport
*/
public function create(array $data): AutomatedReport
{
return AutomatedReport::create($data);
}
/**
* Find an automated report by UUID
*
* @param string $uuid
*
* @return AutomatedReport|null
*/
public function findByUuid(string $uuid): ?AutomatedReport
{
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($uuid))->first();
}
public function findByIdOrUuid(string $idOrUuid): ?AutomatedReport
{
if (is_numeric($idOrUuid)) {
return AutomatedReport::find((int) $idOrUuid);
}
return AutomatedReport::where('uuid', AutomatedReport::toOptimized($idOrUuid))->first();
}
/**
* Retrieve all standard (non-Ask Jiminny) automated reports.
*
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAllStandardReports(
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->whereNot('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->get();
}
/**
* Retrieve all Ask Jiminny reports created by the given user.
*
* @param User $user The user whose reports to retrieve.
* @param string $sortColumn The column to sort by. Allowed values: 'created_by', 'created_at'. Defaults to 'created_at'.
* @param string $sortDirection The sort direction. Allowed values: 'asc', 'desc'. Defaults to 'desc'.
*
* @return Collection<AutomatedReport>
*/
public function getAskJiminnyReportsByUser(
User $user,
string $sortColumn = 'created_at',
string $sortDirection = 'desc'
): Collection {
return $this->buildSortedQuery($sortColumn, $sortDirection)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->where('created_by', $user->getId())
->get();
}
private function buildSortedQuery(string $sortColumn, string $sortDirection): \Illuminate\Database\Eloquent\Builder
{
$allowedColumns = ['created_by', 'created_at'];
if (! in_array($sortColumn, $allowedColumns)) {
$sortColumn = 'created_at';
}
$sortDirection = strtolower($sortDirection) === 'asc' ? 'asc' : 'desc';
$query = AutomatedReport::query()->with(['creator', 'team']);
if ($sortColumn === 'created_by') {
$query->leftJoin('users', 'users.id', '=', 'automated_reports.created_by')
->orderByRaw("users.name COLLATE utf8mb4_unicode_ci {$sortDirection}")
->select('automated_reports.*');
} else {
$query->orderBy($sortColumn, $sortDirection);
}
return $query;
}
/**
* Get all active Ask Jiminny reports whose expiry date has passed.
*
* @return Collection<AutomatedReport>
*/
public function getExpiredActiveAskJiminnyReports(): Collection
{
return AutomatedReport::where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->where('expires_at', '<', now()->toDateString())
->get();
}
/**
* Get all active Ask Jiminny reports that expire exactly on the given date.
*
* @return Collection<AutomatedReport>
*/
public function getActiveAskJiminnyReportsExpiringOn(CarbonImmutable $date): Collection
{
return AutomatedReport::with('creator')
->where('status', true)
->where('type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereNotNull('expires_at')
->whereDate('expires_at', $date->toDateString())
->get();
}
/**
* Get all active and enabled reports with active teams for the specified frequency.
*
* @param string $frequency
*
* @return Collection<AutomatedReport>
*/
public function getActiveReportsByFrequency(string $frequency): Collection
{
return AutomatedReport::where('automated_reports.status', true)
->where('automated_reports.frequency', $frequency)
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->where('teams.status', Team::STATUS_ACTIVE)
->where(function ($query) {
$query->whereNull('automated_reports.expires_at')
->orWhere('automated_reports.expires_at', '>=', now()->toDateString());
})
->select('automated_reports.*')
->get();
}
/**
* Update an automated report
*
* @param AutomatedReport $report
* @param array $data
*
* @return AutomatedReport
*/
public function update(AutomatedReport $report, array $data): AutomatedReport
{
$report->update($data);
return $report;
}
/**
* Create a new automated report result.
*
* @param array $data The data to create the automated report result with.
*
* @return AutomatedReportResult The newly created automated report result.
*/
public function createResult(array $data): AutomatedReportResult
{
return AutomatedReportResult::create($data);
}
/**
* Find an automated report result by UUID.
*
* @param string $uuid The UUID to find the automated report result with.
*
* @return AutomatedReportResult|null The automated report result if found, otherwise null.
*/
public function findResultByUuid(string $uuid): ?AutomatedReportResult
{
return AutomatedReportResult::where('uuid', AutomatedReportResult::toOptimized($uuid))->first();
}
public function findResultByUuidForUser(string $uuid, User $user): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('uuid', AutomatedReportResult::toOptimized($uuid))
->whereHas('report', static function ($query) use ($user): void {
$query->where('team_id', $user->getTeamId())
->where('created_by', $user->getId());
})
->first();
}
public function findChildResult(AutomatedReportResult $result, string $type): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('parent_id', $result->getId())
->where('media_type', $type)
->first();
}
public function findLatestDefaultOrFailedResult(AutomatedReport $report): ?AutomatedReportResult
{
return AutomatedReportResult::query()
->where('report_id', $report->getId())
->whereIn('status', [AutomatedReportResult::STATUS_DEFAULT, AutomatedReportResult::STATUS_FAILED])
->latest()
->first();
}
public function getGeneratedNotSentResults(): Collection
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNull('sent_at')
->where('status', AutomatedReportResult::STATUS_GENERATED)
->whereHas('report')
->with('report')
->get();
}
public function getPaginatedUserReports(
User $user,
ReportSort $sort,
ReportSortDirection $sortDirection,
int $resultsPerPage,
int $page,
?Carbon $fromDate,
?Carbon $toDate,
array $teamIds,
array $reportTypes,
?string $name,
): LengthAwarePaginator {
$query = AutomatedReportResult::query()
->whereNotNull('automated_report_results.generated_at')
->join('automated_reports', 'automated_report_results.report_id', '=', 'automated_reports.id')
->where(fn (Builder $q) => $this->applyUserAccessScope($q, $user))
->orderByRaw("$sort->value COLLATE utf8mb4_unicode_ci {$sortDirection->value}")
->select('automated_report_results.*')
->with('report.team');
if ($fromDate !== null && $toDate !== null) {
$query->whereBetween('generated_at', [$fromDate, $toDate]);
}
if (! empty($teamIds)) {
$query->where(function ($q) use ($teamIds) {
foreach ($teamIds as $id) {
$q->orWhereJsonContains('automated_reports.groups', $id);
}
});
}
if (! empty($reportTypes)) {
$query->whereIn('automated_reports.type', $reportTypes);
}
if (! empty($name)) {
$query->whereLike('name', "%$name%");
}
return $query->paginate($resultsPerPage, ['*'], 'page', $page);
}
public function countUserReports(User $user): int
{
return AutomatedReportResult::query()
->whereNotNull('generated_at')
->whereNotNull('sent_at')
->whereHas('report', function ($q) use ($user) {
$q->where('team_id', $user->getTeamId())
->whereJsonContains('recipients->users', $user->getId());
})
->count();
}
/**
* Restrict a query on the automated_reports table to reports the given user is allowed to see.
*
* Matches the customer-facing audience:
* - explicit user recipients (recipients.users)
* - members of any of the report's groups (Ask Jiminny reports)
*/
private function applyUserAccessScope(Builder $query, User $user): void
{
$userId = $user->getId();
$groupId = $user->getGroupId();
$query
->where('automated_reports.team_id', $user->getTeamId())
->where(function (Builder $q) use ($userId, $groupId): void {
$q->whereJsonContains('automated_reports.recipients->users', $userId);
if ($groupId !== null) {
$q->orWhere(function (Builder $sub) use ($groupId): void {
$sub->where('automated_reports.type', AutomatedReportsService::TYPE_ASK_JIMINNY)
->whereJsonContains('automated_reports.groups', $groupId);
});
}
});
}
/**
* Get report IDs for a specific team
*
* @param Team $team
*
* @return \Illuminate\Support\Collection
*/
public function getReportIdsByTeam(Team $team): \Illuminate\Support\Collection
{
return AutomatedReport::where('team_id', $team->getId())->pluck('id');
}
/**
* Get all reports for a specific team
*
* @param Team $team
*
* @return Collection
*/
public function getReportsByTeam(Team $team): Collection
{
return AutomatedReport::where('team_id', $team->getId())->get();
}
/**
* Get all report results for a specific report
*
* @param AutomatedReport $report
*
* @return Collection
*/
public function getResultsByReport(AutomatedReport $report): Collection
{
return $this->getResultsByReportQuery($report)->get();
}
public function getResultsByReportQuery(AutomatedReport $report): Builder
{
return AutomatedReportResult::where('report_id', $report->getId());
}
public function getReportResultsQueryForRetention(Team $team, CarbonImmutable $retentionDate): Builder
{
$reportIds = $this->getReportIdsByTeam($team);
return AutomatedReportResult::query()->whereIn('report_id', $reportIds)
->whereRaw('IFNULL(generated_at, created_at) <= ?', [$retentionDate]);
}
/**
* @param int|null $teamId Optional team ID to filter results
*
* @return \Illuminate\Support\Collection<int, int> Collection of team IDs
*/
public function getTeamIdsWithReportsResults(?int $teamId = null): \Illuminate\Support\Collection
{
$query = DB::table('automated_reports')
->join('teams', 'automated_reports.team_id', '=', 'teams.id')
->select('teams.id')
->distinct();
if ($teamId !== null) {
$query->where('teams.id', $teamId);
}
return $query->pluck('teams.id');
}
}
Code changed:
Hide
Sync Changes
Hide This Notification
200
Previous Highlighted Error
Next Highlighted Error
[2026-04-24 10:24:09] local.INFO: [automated-reports] Started {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isWeekend":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:09] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Found 1 daily reports to process {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Dispatching Generate Report job for report {"reportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","teamId":1,"frequency":"weekly","type":"ask_jiminny"} {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:10] local.INFO: [automated-reports] Completed {"correlation_id":"4ef6e232-88d2-4935-87d3-62ff95c3b2d5","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:11] local.INFO: [AskJiminnyReport:Generate] Started {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43"} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1977,"user_id":143,"activity_count":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Not enough activities, skipped {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","activityCount":0} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:15] local.INFO: [AskJiminnyReport:Generate] Dispatched not-generated notifications {"automatedReportUuid":"4f6ca2b5-1993-48aa-99ad-b66f19f15d43","recipientsCount":1} {"correlation_id":"00ca4f00-8a80-4bdd-b401-804183825595","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: [Send Report Not Generated Mail] Email sent {"uuid":"dcb12181-9de1-4ef0-9d45-fb4ea6fd0778","email":"[EMAIL]"} {"correlation_id":"27ada0cc-4eb3-49c4-9115-19ece9e24576","trace_id":"6af075f9-940e-4789-b9b4-cb42649b2cf5"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:18] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d9261d90-9df8-4eb4-8dcc-54b29d8e39cb","trace_id":"5c4d23da-1340-4066-b354-55bfb79c0f4a"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cdcdc062-b51a-4f27-9d4c-95ef48442391","trace_id":"e7701141-f61a-431e-8fac-697bccd67630"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring start {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:35] local.NOTICE: Monitoring end {"correlation_id":"862cdf2d-46ca-4f7b-966b-79a5f2648771","trace_id":"961d76fe-7891-42e6-9d2e-c1dec32ec53b"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3529a427-eebb-4c61-9efb-be7b720d4dc3","trace_id":"63b1fd43-6c0e-44d1-a8d4-a7aaa509815d"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:24:53] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"ebdfa028-0918-4dff-8eec-bafc1d997f9d","trace_id":"dd8b3479-50fa-4fc2-b3f9-581a6250baea"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:23:00, 2026-04-24 10:25:00] {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:01] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6ace59e3-341b-49e4-8e3f-36ea22423005","trace_id":"53678e7f-c854-4c0f-bc6d-c1ad8ba49696"}
[2026-04-24 10:25:09] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [SocialAccountService] Token retrieved {"socialAccountId":1496,"provider":"aircall"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.ERROR: [Aircall] Re-activating webhooks failed {"team_id":1,"reason":"{\"message\":\"Forbidden\"}"} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:10] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:aircall:check-and-renew","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"11e8b9cf-a3f0-49b8-9066-e1f16e743f68","trace_id":"15598fe3-5b2f-49a6-84e3-48c9ab2a0d35"}
[2026-04-24 10:25:18] local.INFO: [RetryFailedDownloads] Starting {"options":{"from":null,"to":null,"help":false,"silent":false,"quiet":false,"verbose":false,"version":false,"ansi":null,"no-interaction":false,"env":null}} {"correlation_id":"6b84611f-1af3-4e64-8c1c-c963ed5bcfa7","trace_id":"056c6533-0c1b-480c-93bb-4b7c788b5dc4"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:11] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cef03617-e15a-498b-8751-efa9b8808ec9","trace_id":"793af5d4-ea14-4e7d-bf10-bdf65c4b41b9"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:17] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d916f4b2-7912-4b9d-a733-794daab3d108","trace_id":"75dc6489-d592-4de8-968d-4f9e9c4a2a57"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring start {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:23] local.NOTICE: Monitoring end {"correlation_id":"9e9c1b30-7cf9-4944-9e1e-5a81e68a65df","trace_id":"000992c5-8e61-4246-a35f-09f1d832ddd1"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:28] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"f8026235-b956-4aaf-9600-b7b93e3d9c74","trace_id":"759b3dbc-2e19-46cd-91c9-9065e063d32e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"4669b9f7-c3b1-4147-b391-8f8314c25042","trace_id":"aff20f19-1f01-4fed-98d7-8ecafcae8c6e"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:24:00, 2026-04-24 10:26:00] {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"23076007-fc54-415a-9900-2270769cd622","trace_id":"ffefe56f-2881-4273-9dd1-93b8efff8334"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:44] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"crm:sync-hubspot-objects","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"cd5d0352-aec8-49be-8730-433061921ee7","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","usage":23540024,"real_usage":65011712,"pid":13878} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.WARNING: [HubSpot] Account not connected for user {"userId":"33e34a7a-1c02-4f04-87ac-22c3a385e6e3","account":{"Jiminny\\Models\\SocialAccount":{"id":306,"sociable_id":109,"provider_user_id":"11348452","expires":1701077403,"refresh_token_expires":null,"provider":"hubspot","state":"full-refresh","auth_scope":null,"retry_after":null,"created_at":"2020-09-01 16:59:04","updated_at":"2023-11-27 09:30:03"}}} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":109,"team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":29} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2b115eb-93ce-4d1b-929c-173757df8fba","provider":"hubspot","status":"disconnected","duration_ms":38.25,"usage":23605688,"real_usage":65011712,"pid":13878,"reason":"Your HubSpot account has become disconnected. Please login to Jiminny to reconnect."} {"correlation_id":"f65fbc87-0ff6-49b0-bb0f-2b6edf95b900","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SyncHubspotObjects] Starting sync {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","usage":23563904,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1499,"provider":"hubspot"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1499,"provider":"hubspot","refreshToken":"96f94c623a404e02ebdbf07f1b75707bb6cdbf848cbf45d418baf608c41a8d86","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Saving model {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:45] local.INFO: [SocialAccountObserver] Access token was modified, encrypting {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [SocialAccountService] Token refreshed {"socialAccountId":1499,"provider":"hubspot","state":"connected"} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [CrmOwnerResolver] Integration owner matched as CRM Owner {"crm_provider":"hubspot","crm_owner":148,"team_id":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:46] local.INFO: [HubSpot] Syncing opportunities using strategy: lastModified {"team":2} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [Hubspot] Pagination completed {"team_id":2,"endpoint":"https://api.hubapi.com/crm/v3/objects/deals/search","total_requests":1,"total_records_fetched":0,"total_elapsed_seconds":0.6,"average_seconds_per_request":0.6} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [HubSpot] Synced opportunities {"team":2,"strategies":"lastModified","sync_count":0,"total":0,"last_synced_id":null,"duration_ms":635.09} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4","provider":"hubspot","status":"completed","duration_ms":2129.8,"usage":23740736,"real_usage":65011712,"pid":13878} {"correlation_id":"281cf1ba-d862-4a45-aaf6-26a340bc2bfd","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","usage":23715400,"real_usage":65011712,"pid":13878} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"71e3aac5-fb66-47c5-a236-2d051ae3e319","account":null} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":256,"team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":49} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"c6b9d6b0-b48d-4832-a68c-a57d60651888","provider":"hubspot","status":"disconnected","duration_ms":51.31,"usage":23689016,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"09262b7b-a2e2-41d5-b42b-25f31846d7a8","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Starting sync {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","usage":23649656,"real_usage":65011712,"pid":13878} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.WARNING: [HubSpot] Account not connected for user {"userId":"2ac0447f-3c8c-4ce0-baeb-b63ddb76fa9b","account":null} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"hubspot","crm_owner":130,"team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"hubspot","team_id":42} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:47] local.INFO: [SyncHubspotObjects] Sync finished {"team":"b2d49a54-b645-4637-a7ae-a86cfce6e8e4","provider":"hubspot","status":"disconnected","duration_ms":18.47,"usage":23692568,"real_usage":65011712,"pid":13878,"reason":"Social account for HubSpot cannot be found. Please login to Jiminny to connect."} {"correlation_id":"70df60f3-aed6-4daa-a246-71fb82f49d68","trace_id":"594c907f-7401-4dd2-8ba1-59e5857f0d4c"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"activity:notify-not-logged","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"42acc0c5-3653-49d1-a44a-19758cc28092","trace_id":"c0b07036-9e27-4742-a009-69972c67bced"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] STARTING Inbox Sync {"host":"docker_lamp_1"} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: [EmailSchedule] FINISHED Inbox Sync {"host":"docker_lamp_1","events":2} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:26:59] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:sync","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"55eab912-4003-455b-813c-4e3f8383acc8","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Inbox service] Skipping METADATA SYNC for inbox 59 due to unauthorized access to the mailbox {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":59} {"correlation_id":"be91dd09-c8e5-4e5d-a1e8-e1cc9979a32f","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync start {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.WARNING: [Salesforce] Account not connected for user {"userId":"641f1acb-16b8-42d1-8726-df52979dad0e","account":{"Jiminny\\Models\\SocialAccount":{"id":1500,"sociable_id":143,"provider_user_id":"0052g000003frelAAA","expires":null,"refresh_token_expires":null,"provider":"salesforce","state":"full-refresh","auth_scope":"refresh_token web api","retry_after":null,"created_at":"2026-02-06 08:39:03","updated_at":"2026-04-24 06:38:47"}}} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] Integration owner is not connected, attempting team members {"crm_provider":"salesforce","crm_owner":143,"team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team members found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [CrmOwnerResolver] No team member found with active crm connection {"crm_provider":"salesforce","team_id":1} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.ERROR: Failed to set service context for google: Your Salesforce account has become disconnected. Please login to Jiminny to reconnect. {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:27:00] local.INFO: [Sync Mailbox] Sync complete {"inbox_id":212} {"correlation_id":"da707eb9-3c1d-487e-8c92-1d018e0ca29d","trace_id":"cf803936-d9cd-4a75-b022-49f4b9a758da"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: [ScheduleBotCommand] Number of activities to be captured: 0 {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:04] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"meeting-bot:schedule-bot","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"d1e33635-9ed1-4df1-86f1-8a9fbb4a9aad","trace_id":"c6abf4b5-1c8f-4bdf-a4ee-99e15a883fdc"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:12] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"62e59e15-b6bd-4952-be03-365a8341880d","trace_id":"ef3bd6bb-ab65-4e80-82cd-5e91b176b702"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring start {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:18] local.NOTICE: Monitoring end {"correlation_id":"fde8ab81-2a83-4068-9a10-f407d3a55d8e","trace_id":"5bad50f3-1b72-4f42-82d1-01b230b9c096"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:25] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"3b9652a6-4242-49c2-a3c5-a0ff70d13469","trace_id":"8a1a2a8c-7fa6-4a35-b189-6165f66e1ae9"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:33] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"983ba273-68c0-472a-bd0f-83c4705711a3","trace_id":"382d4d84-d0e5-4f63-96f1-bfb6c0b366ea"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Running conference:monitor:count command for activities in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: [conference:monitor:count] No activities found in (2026-04-24 10:26:00, 2026-04-24 10:28:00] {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:39] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"26102185-655f-4837-ba5d-ed80e510f81b","trace_id":"8eca9c30-8319-480b-b138-c96d558f3930"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"calendar:sync","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:45] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryPeakBeforeCommandInMb":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:45] local.NOTICE: Calendar sync start {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:retry-failed","memoryBeforeCommandInMb":60.0,"memoryAfterCommandInMB":60.0,"memoryPeakBeforeCommandInMb":99.723,"memoryPeakAfterCommandInMB":99.723} {"correlation_id":"6daa2a6a-4861-4a83-97d1-720d8627b90c","trace_id":"1a8fc095-aca6-48d5-91f7-775fb9010d5b"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Fetching token {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Token needs refreshing {"socialAccountId":1393,"provider":"google"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [EncryptedTokenManager] Generating access token. {"mode":"legacy"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.INFO: [SocialAccountService] Refreshing token from provider {"socialAccountId":1393,"provider":"google","refreshToken":"5aa7e2d96b53201cd16fca5d2e4ef3ad03320971fc064781d18aee3ae7b99fbf","state":"full-refresh"} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_id":"3f0ebfa1-5cdd-43d4-8bf2-1836de106d27"}
[2026-04-24 10:28:46] local.ERROR: [SocialAccountService] Failed to refresh token {"socialAccountId":1393,"provider":"google","responseBody":{"error":"invalid_grant","error_description":"Account has been deleted"}} {"correlation_id":"b9d8fda5-07a8-4e2e-aed6-dfc9e429c454","trace_i...
|
78837
|