|
Project: faVsco.js, menu
#11894 on JY-18909-automa Project: faVsco.js, menu
#11894 on JY-18909-automated-reports-ask-jiminny, menu
Start Listening for PHP Debug Connections
AskJiminnyReportActivityServiceT…Defaults
Run 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
Debug 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Execute
Explain Plan
Browse Query History
View Parameters
Open Query Execution Settings…
In-Editor Results
Tx: Auto
Cancel Running Statements
Playground
jiminny
Code changed:
Hide
Sync Changes
Hide This Notification
10
12
2
4
Previous Highlighted Error
Next Highlighted Error
SELECT a.id, a.uuid, a.actual_start_time, o.id, o.uuid FROM opportunities o
JOIN activities a ON o.id = a.opportunity_id
WHERE a.crm_configuration_id = 39
AND a.actual_start_time > '2025-10-13'
AND a.type IN ('conference', 'softphone-inbound', 'softphone-outbound')
;
SELECT * FROM activities
WHERE crm_configuration_id = 39 and user_id = 143
and actual_start_time >= '2025-10-13'
AND type IN ('conference', 'softphone-inbound', 'softphone-outbound')
;
SELECT * FROM opportunities WHERE account_id IN (178);
select * from activities where id IN (620137, 620187, 620188, 620189, 620230);
# HS
SELECT * FROM opportunities WHERE id IN (238);
select * from activities where id IN (477,2076);
select * from users;
SELECT COUNT(*) FROM users;
SELECT COUNT(*) FROM activities;
SELECT COUNT(*) FROM opportunities;
UPDATE activities
SET
actual_start_time = '2025-12-19 09:00:00',
actual_end_time = '2025-12-19 10:30:00',
scheduled_start_time = '2025-12-19 09:00:00',
scheduled_end_time = '2025-12-19 10:30:00'
WHERE id IN (407509,407375);
select * from partners;
SELECT id, uuid, type, actual_start_time, user_id, crm_configuration_id
FROM activities
WHERE user_id = 143
AND actual_start_time >= '2025-10-13 00:00:00'
AND actual_start_time <= '2026-01-13 23:59:59'
ORDER BY actual_start_time DESC;
SELECT * FROM activities WHERE uuid_to_bin('78eda160-3086-435f-88a5-bb0c71b6008d') = uuid;
SELECT * FROM crm_layouts where crm_configuration_id = 39;
SELECT * FROM crm_layout_entities WHERE crm_layout_id = 282;
# lead_id
# account_id 177
# contact_id 3969
# opportunity_id
# stage_id 203
SELECT * FROM opportunities WHERE opportunities.crm_configuration_id = id = 282;
SELECT * FROM activities where crm_configuration_id = 39 AND type = 'conference'
AND user_id = 143 and actual_start_time >= '2025-10-13';
SELECT * FROM activities a
# JOIN opportunities o ON a.opportunity_id = o.id
WHERE a.crm_configuration_id = 39 AND a.type = 'conference'
and status = 'completed' and recording_state = 'recorded'
and a.actual_start_time >= '2025-10-13'
AND a.user_id = 143
;
select * from leads
where crm_configuration_id = 39; # 112 -> ac. 178, 109 => op. 1707
SELECT * FROM activities WHERE id IN (356013,616188,616202,616310,407509,407375,356001,356008);
SELECT * FROM activities WHERE id IN (356013,616188,616202,616310);
SELECT * FROM activities WHERE id IN (407509,407375); # leads: 112, 109 | status - 198
SELECT * FROM activities WHERE id IN (356001, 356008); # contacts:
SELECT * FROM opportunities WHERE id IN (1707);
SELECT * FROM stages where id IN (204, 198);
SELECT * FROM opportunities WHERE account_id IN (178);
SELECT * FROM opportunities WHERE crm_configuration_id = 39 AND created_at > '2025-01-01';
SELECT * FROM contacts WHERE account_id IN (178); # 4118 Musaibe, 4448 Ceco Personal
SELECT * FROM activities where crm_configuration_id = 39
AND opportunity_id IS NULL
AND is_internal = false
and status = 'completed' and recording_state = 'recorded'
AND actual_start_time >= '2025-10-13'
AND (lead_id IS NOT NULL OR contact_id IS NOT NULL OR account_id IS NOT NULL)
# AND lead_id IN (112, 109)
;
SELECT * FROM crm_profiles WHERE user_id = 143;
select * from inboxes; # 212
select * from users where id = 143; # 143
select * from inbox_email_batches where inbox_id = 212
and updated_at >= '2026-01-28 00:00:00' order by id desc;
select * from inbox_emails where inbox_id = 212
and batch_id = 95885 order by id desc;
select * from email_messages where origin_user_id = 143;
select * from activities where user_id = 143 and updated_at >= '2026-01-28 00:00:00';
select * from participants where activity_id = 620247;
select * from crm_profiles where user_id = 143;
SELECT * FROM activities WHERE uuid_to_bin('458cf915-b914-4000-b083-5687b32b2956') = uuid; # 356001
select * from transcription where activity_id = 356001; # 6943
select * from ai_prompts where transcription_id = 6943;
SELECT * FROM activity_summary_logs where activity_id = 356001;
SELECT * FROM social_accounts WHERE sociable_id = 143;
# [PASSWORD_DOTS]
SELECT * FROM activities WHERE uuid_to_bin('0164a4fb-cb95-454e-9edd-4d804e4999bd') = uuid;
# 422515 softphone tr. 8100
SELECT * FROM activities WHERE uuid_to_bin('7520add8-8d87-41a5-98e5-fc4edf96f21e') = uuid;
# 407509 conference tr. 7670 crmId: 00UD1000002J9aTMAS
select * from ai_prompts where transcription_id IN (8100, 7670);
select * from activity_summary_logs where activity_id = 407509;
select * from sidekick_settings;
select * from default_activity_types;
SELECT * FROM contacts WHERE crm_configuration_id = 39 and email = '[EMAIL]';
SELECT * FROM leads WHERE crm_configuration_id = 39 and email = '[EMAIL]';
SELECT * FROM activity_searches where user_id = 143;
SELECT * FROM groups where team_id = 1;
select * from teams where id = 1;
select * from groups where team_id = 1; # 1150 - 7e75f8025c22
select id, name, group_id, status, deleted_at, email
from users where team_id = 1 order by group_id desc ;
select * from activity_searches where id in (1977, 1978, 1979);
select * from activity_search_filters where activity_search_id IN (1977, 1978, 1979);
select * from activity_search_filters where filter = 'group_id' and value = '443f26b8-8512-437e-a9f9-7e75f8025c22'; # 10268, 10272, 10277
select * from nudges where activity_search_id IN (1977, 1978, 1979); # 877, 878, 879
INSERT INTO `activity_search_filters`
(`activity_search_id`, `filter`, `value`) VALUES
(1977, 'group_id', '443f26b8-8512-437e-a9f9-7e75f8025c22'),
(1978, 'group_id', '443f26b8-8512-437e-a9f9-7e75f8025c22'),
(1979, 'group_id', '443f26b8-8512-437e-a9f9-7e75f8025c22')
;
select * from crm_configurations where id = 39;
select * from teams where id = 1;
select * from team_features where team_id = 1;
select * from features;
SELECT * FROM activity_searches where id = 1982; # 1981
SELECT * FROM activity_search_filters WHERE activity_search_id = 1982;
SELECT * FROM automated_reports where id = 68;
SELECT * FROM automated_report_results where id = 275;
SELECT * FROM automated_reports order by id desc;
SELECT * FROM automated_report_results order by id desc;
select * from activity_searches where user_id = 143;
select * from ask_anything_prompts;
SELECT * FROM groups WHERE id = 1439;
SELECT * FROM users WHERE group_id = 1439;
select * from permissions; # 158
select * from roles;
select * from permission_role
select * from teams where id = 1;
select * from groups g JOIN playbooks p on g.playbook_id = p.id where g.team_id = 1;
select * from groups where id = 28;
select * from playbooks where team_id = 1;
select * from playbooks where id = 179;
select * from playbook_categories where id = 1391;
select * from users where id = 143;
select * from crm_profiles where user_id = 143;
select * from activities where crm_configuration_id = 39 and type = 'conference'
and crm_provider_id IS NOT NULL ORDER by id desc;
select * from activities where id = 422003; # 00UO400000pB6fpMAC
SELECT ar.id, ar.uuid, ar.media_type, ar.status, a.type
FROM automated_report_results ar
JOIN automated_reports a ON a.id = ar.report_id
WHERE a.type = 'ask_jiminny'
LIMIT 10;
{"request_id":"edc47759-160a-4f61-82fc-c8cdf5e55464","status":"completed","timestamp":"2026-03-31T15:52:05.828229+00:00","s3_url":"s3:\/\/dev.jiminny.client-data\/5f0f4810-7e77-4086-8f69-93429ae4d70b\/panorama-reports\/test_req_q_1.MD","report_type":"exec_summary","pdf_url":"s3:\/\/dev.jiminny.client-data\/5f0f4810-7e77-4086-8f69-93429ae4d70b\/panorama-reports\/test_req_q_1.pdf"}
s3://dev.jiminny.client-data/5f0f4810-7e77-4086-8f69-93429ae4d70b/panorama-reports/test_req_q_1.MD
s3://dev.jiminny.client-data/5f0f4810-7e77-4086-8f69-93429ae4d70b/panorama-reports/test_req_q_1.pdf...
|
PhpStorm
|
faVsco.js – SF [jiminny@localhost]
|
NULL
|
11244
|
|
Project: faVsco.js, menu
#11894 on JY-18909-automa Project: faVsco.js, menu
#11894 on JY-18909-automated-reports-ask-jiminny, menu
Start Listening for PHP Debug Connections
AskJiminnyReportActivityServiceT…Defaults
Run 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
Debug 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Execute
Explain Plan
Browse Query History
View Parameters
Open Query Execution Settings…
In-Editor Results
Tx: Auto
Cancel Running Statements
Playground
jiminny
Code changed:
Hide
Sync Changes
Hide This Notification
10
12
2
4
Previous Highlighted Error
Next Highlighted Error
SELECT a.id, a.uuid, a.actual_start_time, o.id, o.uuid FROM opportunities o
JOIN activities a ON o.id = a.opportunity_id
WHERE a.crm_configuration_id = 39
AND a.actual_start_time > '2025-10-13'
AND a.type IN ('conference', 'softphone-inbound', 'softphone-outbound')
;
SELECT * FROM activities
WHERE crm_configuration_id = 39 and user_id = 143
and actual_start_time >= '2025-10-13'
AND type IN ('conference', 'softphone-inbound', 'softphone-outbound')
;
SELECT * FROM opportunities WHERE account_id IN (178);
select * from activities where id IN (620137, 620187, 620188, 620189, 620230);
# HS
SELECT * FROM opportunities WHERE id IN (238);
select * from activities where id IN (477,2076);
select * from users;
SELECT COUNT(*) FROM users;
SELECT COUNT(*) FROM activities;
SELECT COUNT(*) FROM opportunities;
UPDATE activities
SET
actual_start_time = '2025-12-19 09:00:00',
actual_end_time = '2025-12-19 10:30:00',
scheduled_start_time = '2025-12-19 09:00:00',
scheduled_end_time = '2025-12-19 10:30:00'
WHERE id IN (407509,407375);
select * from partners;
SELECT id, uuid, type, actual_start_time, user_id, crm_configuration_id
FROM activities
WHERE user_id = 143
AND actual_start_time >= '2025-10-13 00:00:00'
AND actual_start_time <= '2026-01-13 23:59:59'
ORDER BY actual_start_time DESC;
SELECT * FROM activities WHERE uuid_to_bin('78eda160-3086-435f-88a5-bb0c71b6008d') = uuid;
SELECT * FROM crm_layouts where crm_configuration_id = 39;
SELECT * FROM crm_layout_entities WHERE crm_layout_id = 282;
# lead_id
# account_id 177
# contact_id 3969
# opportunity_id
# stage_id 203
SELECT * FROM opportunities WHERE opportunities.crm_configuration_id = id = 282;
SELECT * FROM activities where crm_configuration_id = 39 AND type = 'conference'
AND user_id = 143 and actual_start_time >= '2025-10-13';
SELECT * FROM activities a
# JOIN opportunities o ON a.opportunity_id = o.id
WHERE a.crm_configuration_id = 39 AND a.type = 'conference'
and status = 'completed' and recording_state = 'recorded'
and a.actual_start_time >= '2025-10-13'
AND a.user_id = 143
;
select * from leads
where crm_configuration_id = 39; # 112 -> ac. 178, 109 => op. 1707
SELECT * FROM activities WHERE id IN (356013,616188,616202,616310,407509,407375,356001,356008);
SELECT * FROM activities WHERE id IN (356013,616188,616202,616310);
SELECT * FROM activities WHERE id IN (407509,407375); # leads: 112, 109 | status - 198
SELECT * FROM activities WHERE id IN (356001, 356008); # contacts:
SELECT * FROM opportunities WHERE id IN (1707);
SELECT * FROM stages where id IN (204, 198);
SELECT * FROM opportunities WHERE account_id IN (178);
SELECT * FROM opportunities WHERE crm_configuration_id = 39 AND created_at > '2025-01-01';
SELECT * FROM contacts WHERE account_id IN (178); # 4118 Musaibe, 4448 Ceco Personal
SELECT * FROM activities where crm_configuration_id = 39
AND opportunity_id IS NULL
AND is_internal = false
and status = 'completed' and recording_state = 'recorded'
AND actual_start_time >= '2025-10-13'
AND (lead_id IS NOT NULL OR contact_id IS NOT NULL OR account_id IS NOT NULL)
# AND lead_id IN (112, 109)
;
SELECT * FROM crm_profiles WHERE user_id = 143;
select * from inboxes; # 212
select * from users where id = 143; # 143
select * from inbox_email_batches where inbox_id = 212
and updated_at >= '2026-01-28 00:00:00' order by id desc;
select * from inbox_emails where inbox_id = 212
and batch_id = 95885 order by id desc;
select * from email_messages where origin_user_id = 143;
select * from activities where user_id = 143 and updated_at >= '2026-01-28 00:00:00';
select * from participants where activity_id = 620247;
select * from crm_profiles where user_id = 143;
SELECT * FROM activities WHERE uuid_to_bin('458cf915-b914-4000-b083-5687b32b2956') = uuid; # 356001
select * from transcription where activity_id = 356001; # 6943
select * from ai_prompts where transcription_id = 6943;
SELECT * FROM activity_summary_logs where activity_id = 356001;
SELECT * FROM social_accounts WHERE sociable_id = 143;
# [PASSWORD_DOTS]
SELECT * FROM activities WHERE uuid_to_bin('0164a4fb-cb95-454e-9edd-4d804e4999bd') = uuid;
# 422515 softphone tr. 8100
SELECT * FROM activities WHERE uuid_to_bin('7520add8-8d87-41a5-98e5-fc4edf96f21e') = uuid;
# 407509 conference tr. 7670 crmId: 00UD1000002J9aTMAS
select * from ai_prompts where transcription_id IN (8100, 7670);
select * from activity_summary_logs where activity_id = 407509;
select * from sidekick_settings;
select * from default_activity_types;
SELECT * FROM contacts WHERE crm_configuration_id = 39 and email = '[EMAIL]';
SELECT * FROM leads WHERE crm_configuration_id = 39 and email = '[EMAIL]';
SELECT * FROM activity_searches where user_id = 143;
SELECT * FROM groups where team_id = 1;
select * from teams where id = 1;
select * from groups where team_id = 1; # 1150 - 7e75f8025c22
select id, name, group_id, status, deleted_at, email
from users where team_id = 1 order by group_id desc ;
select * from activity_searches where id in (1977, 1978, 1979);
select * from activity_search_filters where activity_search_id IN (1977, 1978, 1979);
select * from activity_search_filters where filter = 'group_id' and value = '443f26b8-8512-437e-a9f9-7e75f8025c22'; # 10268, 10272, 10277
select * from nudges where activity_search_id IN (1977, 1978, 1979); # 877, 878, 879
INSERT INTO `activity_search_filters`
(`activity_search_id`, `filter`, `value`) VALUES
(1977, 'group_id', '443f26b8-8512-437e-a9f9-7e75f8025c22'),
(1978, 'group_id', '443f26b8-8512-437e-a9f9-7e75f8025c22'),
(1979, 'group_id', '443f26b8-8512-437e-a9f9-7e75f8025c22')
;
select * from crm_configurations where id = 39;
select * from teams where id = 1;
select * from team_features where team_id = 1;
select * from features;
SELECT * FROM activity_searches where id = 1982; # 1981
SELECT * FROM activity_search_filters WHERE activity_search_id = 1982;
SELECT * FROM automated_reports where id = 68;
SELECT * FROM automated_report_results where id = 275;
SELECT * FROM automated_reports order by id desc;
SELECT * FROM automated_report_results order by id desc;
select * from activity_searches where user_id = 143;
select * from ask_anything_prompts;
SELECT * FROM groups WHERE id = 1439;
SELECT * FROM users WHERE group_id = 1439;
select * from permissions; # 158
select * from roles;
select * from permission_role
select * from teams where id = 1;
select * from groups g JOIN playbooks p on g.playbook_id = p.id where g.team_id = 1;
select * from groups where id = 28;
select * from playbooks where team_id = 1;
select * from playbooks where id = 179;
select * from playbook_categories where id = 1391;
select * from users where id = 143;
select * from crm_profiles where user_id = 143;
select * from activities where crm_configuration_id = 39 and type = 'conference'
and crm_provider_id IS NOT NULL ORDER by id desc;
select * from activities where id = 422003; # 00UO400000pB6fpMAC
SELECT ar.id, ar.uuid, ar.media_type, ar.status, a.type
FROM automated_report_results ar
JOIN automated_reports a ON a.id = ar.report_id
WHERE a.type = 'ask_jiminny'
LIMIT 10;
{"request_id":"edc47759-160a-4f61-82fc-c8cdf5e55464","status":"completed","timestamp":"2026-03-31T15:52:05.828229+00:00","s3_url":"s3:\/\/dev.jiminny.client-data\/5f0f4810-7e77-4086-8f69-93429ae4d70b\/panorama-reports\/test_req_q_1.MD","report_type":"exec_summary","pdf_url":"s3:\/\/dev.jiminny.client-data\/5f0f4810-7e77-4086-8f69-93429ae4d70b\/panorama-reports\/test_req_q_1.pdf"}
[URL_WITH_CREDENTIALS] string
*/
protected $signature = 'automated-reports
{--report-id= : Process a specific report by ID or UUID (bypasses frequency scheduling)}';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Process automated reports based on their frequency (weekly, monthly, quarterly).
Use --report-id to manually trigger a specific report by ID or UUID.';
public function __construct(
private readonly LoggerInterface $logger,
private readonly BusDispatcher $dispatcher,
private readonly AutomatedReportsRepository $reportRepository
) {
parent::__construct();
}
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{
$this->logger->info(self::LOG_PREFIX . ' Started');
$now = Carbon::now();
$isMonday = $now->isMonday();
$isFirstDayOfMonth = $now->day === 1;
$currentMonth = $now->month;
// Check if the current month is a quarterly month (January, April, July, October)
$isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10], true);
$this->logger->info(self::LOG_PREFIX . ' Checking conditions', [
'isMonday' => $isMonday,
'isFirstDayOfMonth' => $isFirstDayOfMonth,
'currentMonth' => $currentMonth,
'isQuarterlyMonth' => $isQuarterlyMonth,
]);
// Process daily reports
$this->processReports(AutomatedReportsService::FREQUENCY_DAILY);
// Process weekly reports on Mondays
if ($isMonday) {
$this->processReports(AutomatedReportsService::FREQUENCY_WEEKLY);
}
// Process monthly reports on the first day of the month
if ($isFirstDayOfMonth) {
$this->processReports(AutomatedReportsService::FREQUENCY_MONTHLY);
}
// Process quarterly reports on the first day of January, April, July, and October
if ($isFirstDayOfMonth && $isQuarterlyMonth) {
$this->processReports(AutomatedReportsService::FREQUENCY_QUARTERLY);
}
$this->logger->info(self::LOG_PREFIX . ' Completed');
return 0;
}
/**
* Process reports for a specific frequency.
*
* @param string $frequency
*
* @return void
*/
private function processReports(string $frequency): void
{
$this->logger->info(self::LOG_PREFIX . " Processing $frequency reports");
$reportId = $this->option('report-id');
if ($reportId !== null) {
$reports = $this->getReportById($reportId);
} else {
// Get all enabled, not deleted reports with active teams for the specified frequency
$reports = $this->reportRepository->getActiveReportsByFrequency($frequency);
}
$this->logger->info(self::LOG_PREFIX . " Found {$reports->count()} $frequency reports to process");
/** @var AutomatedReport $report */
foreach ($reports as $report) {
$this->logger->info(self::LOG_PREFIX . ' Dispatching Generate Report job for report', [
'reportUuid' => $report->getUuid(),
'teamId' => $report->getTeamId(),
'frequency' => $report->getFrequency(),
'type' => $report->getType(),
]);
$job = $report->isAskJiminnyReport()
? new RequestGenerateAskJiminnyReportJob($report->getUuid())
: new RequestGenerateReportJob($report->getUuid());
$this->dispatcher->dispatch($job);
}
}
private function getReportById(string $reportId): Collection
{
$report = $this->reportRepository->findByIdOrUuid($reportId);
if ($report === null) {
$this->logger->warning(self::LOG_PREFIX . ' Report not found for --report-id', ['reportId' => $reportId]);
$this->warn("Report not found: {$reportId}");
return collect();
}
if (! $report->getStatus()) {
$this->logger->warning(self::LOG_PREFIX . ' Report is inactive, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
]);
$this->warn('Report is inactive — processing anyway (manual override).');
}
$team = $report->getTeam();
if ($team->getStatus() !== Team::STATUS_ACTIVE) {
$this->logger->warning(self::LOG_PREFIX . ' Team is not active, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
'teamId' => $report->getTeamId(),
'teamStatus' => $team->getStatus(),
]);
$this->warn("Team #{$report->getTeamId()} is not active — processing anyway (manual override).");
}
if ($report->isExpired()) {
$this->logger->warning(self::LOG_PREFIX . ' Report is expired, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
'expiresAt' => $report->getExpiresAt()?->toDateString(),
]);
$this->warn('Report is expired (expires_at: ' . $report->getExpiresAt()?->toDateString() . ') — processing anyway (manual override).');
}
return collect([$report]);
}
}
Project
Project
New File or Directory…
Expand Selected
Collapse All
Options
Hide...
|
PhpStorm
|
faVsco.js – SF [jiminny@localhost]
|
NULL
|
11245
|
|
PhpStormFileEditFV faVsco.s vProject vO package-lo PhpStormFileEditFV faVsco.s vProject vO package-lock.jsonE phpstan.neon.dist= phpstan-baseline.neon< phpunit.xmlTaraw_sqlLquery.sqlM+R-ADME,moso sonar-proiect propertiesE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ih External Librariesv E° Scratches and Consoles~ D Database ConsolesViewNavigateCodeLaravelRefactorToolsWindowHelp#11894 on JY-18909-automated-reports-ask-jiminny k ~© ReportController.php© JiminnyDebugCommand.php© AutomatedReportsRepository.phpC AutomatedReportsService.php© UserPilotActivityListener.php© ActivityLogged.php© AutomatedReportResult.phpclass AutomatedReportsCommand extends CommandAjiminny@localhost4 console [jiminny@localhost4 DI [jiminny@localhost]c nooca minnvolocanos4 SF [iiminny@localhost]s cono dev minny clocaine> A PRODservices~ D DatabaseV dEUA consolev djiminny@localhostansocallASF 4 sV A PRODconsoleV A STAGING&console Is losmsDocker© AutomatedReportsCommand.php x© AutomatedReportsSendCommand.phpCreateHeldActivityEvent.php• TrackProviderInstalledEvent.php© AutomatedReportsCallbackService.php© RequestGenerateAskJiminnyReportJob.php© AddLayoutEntities.php© Team.phpCreateActivityLoggedEvent.php© RequestGenerateReportJob.php* Oreturn intpublic function handle(): int58$this->logger->info(self::LOG_PREFIX . ' Started');$now = Carbon: :now();$isMonday = $now->isMonday();$isFirstDay0fMonth = $now->day === 1;$currentMonth = $now->month;// Check if the current month is a quarterly month (January, April, July, October)$isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10],strict: true);$this->logger->info(self::LOG_PREFIX' Checking conditions', I"Istonday = s1sMonday,Output8 rowsDid Yf # 00UO400000pB6fpMAC x5 0,Muvid (UUID with time-low and time-h...265 926befa2-5d77-4ab3-a553-587a1d5d9$5d166 [CREDIT_CARD]-9895-77001560689%267 319094f0-7368-4ec1-8f2b-a15b99bb37ec269 d3037407-091e-438a-8c8e-6745c5bf8df9271 09fd931c-117a-47b7-8ccb-abe2e5fe01a1274 6f18db25-c836-4a21-8542-927b3b9f01bf275 ff55bec0-961d-493f-b8fb-dbc2e1d25279276 8617904b-71f4-485f-861c-c045e9cbf2a7ID media_type Tpdfpdfpdfpdfpdfpdfpdfpdf÷ Wstatus Y" type Y4 ask_jiminny4 ask_jiminny1 ask_jiminny4 ask iiminnv4 ask_jiminny1 ask_jiminny3 ask_jiminny4 ask iiminny, 0Support Daily - in 2h 38mAAskJiminnyReportActivityServiceT...Defaults v100% C•Tue 14 Apr 12:22:16= custom.logElaravel.logA SF [jiminny@localhost]4 HS_local [jiminny@localhost]Al console [PROD]A console [EU]Á console [STAGING]C AskJiminnyReportActivityService.php© ActivitySearch.phpc Onbemanavzcontroller.onoC HistoryService.php© FilterDefinitionCollection.php© Criteria.php© AskJiminnyReportActivityServiceTest.phpRequestGenerateAskJiminnyReportJobTest.phpX:Auto vPlaygroundMa lminnv vIselect * from activities where crm confiquration id = 39 and tvoe = 'conferencel010 A12 V.2 У.4 л179and crm_provider_id IS NOT NULL ORDER by id desc;1180select * from activities where id = 422003; # 00U0400000pB6fpМAC|181182v183184SELECT ar.id, ar.uid, ar.mediantype, ar.status, a.tyRsFROM automated_report_results arJOIN automated_reports a ON a.ig = ar. repontaidWHERE a.tyRg = 'ask_jiminnx'186LIMIT 10;187188189f"request_id": "edc47759-160a-4f61-82fc-c8cdf5e55464", "status": "completed", "timestamp" : "2026-03-31T15:52:05.828229-191s3://dev.jiminny.client-data/5f0f4810-7e77-4086-8f69-93429ae4d70b/panorama-reports/test_req_q_1.MDs3://dev.jiminny.client-data/5f0f4810-7e77-4086-8f69-93429ae4d70b/panorama-reports/test_req_q_1.pdf=• : -CSV8 rows retrieved starting from 1 in 942 ms (execution: 105 ms, fetching: 837 ms)SUM: 265 1:1 W Windsurf TeamsUTF-84 spaces...
|
NULL
|
NULL
|
NULL
|
11246
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• •DOCKERconfigcachecompiledeventsroutesviews• 881DEV (docker)APP (-zsh)X3jiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: stoppedjiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00:stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00:stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00:stoppedworker-download:worker-download_00:stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00:stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2:jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00: startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00: startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00: startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265(ablSupport Daily - in 2 h 38 m100% <47DEV (docker)ec2-user@ip-10-30-…X4-zsh885-zsh86-zsh41.20ms DONE61.54ms DONE3.39ms DONE5.01ms DONE3.37ms DONE43.92ms DONEO 87Tue 14 Apr 12:22:19181* Unable to acce...O 88DEV...
|
NULL
|
NULL
|
NULL
|
11247
|
|
PhpStormFileEditFV faVsco.s vProject vO package-lo PhpStormFileEditFV faVsco.s vProject vO package-lock.jsonE phpstan.neon.dist= phpstan-baseline.neon< phpunit.xmlTa raw_sql_query.sqlM+R-ADME,moso sonar-proiect propertiesE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ih External Librariesv E° Scratches and Consoles~ D Database ConsolesViewNavigateCodeLaravelRefactorToolsWindowHelp( #11894 on JY-18909-automated-reports-ask-jiminny k ~© ReportController.php© JiminnyDebugCommand.php© AutomatedReportsRepository.phpC AutomatedReportsService.php© UserPilotActivityListener.php© ActivityLogged.php© AutomatedReportResult.phpclass AutomatedReportsCommand extends CommandAjiminny@localhost4 console [jiminny@localhost4 DI [jiminny@localhost]c noocaminnvolocanos4 SF [iiminny@localhost]s cono dev minny clocaine> A PRODservices~ D DatabaseV dEUA consolev djiminny@localhostansocallASF 4 sV A PRODconsoleV A STAGING&console Is losms& Docker© AutomatedReportsCommand.php x© AutomatedReportsSendCommand.phpCreateHeldActivityEvent.php• TrackProviderInstalledEvent.php© AutomatedReportsCallbackService.php© RequestGenerateAskJiminnyReportJob.php© AddLayoutEntities.php© Team.phpCreateActivityLoggedEvent.php© RequestGenerateReportJob.php* Oreturn intpublic function handle(): int58$this->logger->info(self::LOG_PREFIX . ' Started');$now = Carbon: :now();$isMonday = $now->isMonday();$isFirstDay0fMonth = $now->day === 1;$currentMonth = $now->month;// Check if the current month is a quarterly month (January, April, July, October)$isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10],strict: true);$this->logger->info(self::LOG_PREFIX' Checking conditions', I"Istonday = $1sMonday,Output8 rowsDid Yf # 00UO400000pB6fpMAC x5 0,Muvid (UUID with time-low and time-h...265 926befa2-5d77-4ab3-a553-587a1d5d9$5d166 [CREDIT_CARD]-9895-77001560689%267 319094f0-7368-4ec1-8f2b-a15b99bb37ec269 d3037407-091e-438a-8c8e-6745c5bf8df9271 09fd931c-117a-47b7-8ccb-abe2e5fe01a1274 6f18db25-c836-4a21-8542-927b3b9f01bf275 ff55bec0-961d-493f-b8fb-dbc2e1d25279276 8617904b-71f4-485f-861c-c045e9cbf2a7I media_type Tpdfpdfpdfpdfpdfpdfpdfpdf; status Y" type Y4 ask_jiminny4 ask_jiminny1 ask_jiminny4 ask iiminnv4 ask_jiminny1 ask_jiminny3 ask_jiminny4 ask_J1m1nny, 0Support Daily - in 2h 38mAAskJiminnyReportActivityServiceT...Defaults v100% C•Tue 14 Apr 12:22:19= custom.logElaravel.logA SF ljiminny@localhost]4 HS_local [jiminny@localhost]Al console [PROD]A console [EU]Á console [STAGING]© AskJiminnyReportActivityService.php© ActivitySearch.phpOnbemanavzcontroller.onoC HistoryService.php© FilterDefinitionCollection.php© Criteria.php© AskJiminnyReportActivityServiceTest.phpRequestGenerateAskJiminnyReportJobTest.phpX:Auto vPlavaroundvMa lminnv vIselect * from activities where crm confiquration id = 39 and tvoe = 'conferencel010 A12 V.2 У.4 л179and crm_provider_id IS NOT NULL ORDER by id desc;1180select * from activities where id = 422003; # 00U0400000pB6fpМAC|181182v183184SELECT ar.id, ar.wid, ar.mediantype, ar.status, a.tyReFROM automated_report_results arJOIN automated_reports a ON a.ig = ar. repont.idWHERE a.tyRg = 'ask_jiminnx'186LIMIT 10;187188189f"request_id": "edc47759-160a-4f61-82fc-c8cdf5e55464", "status": "completed", "timestamp" : "2026-03-31T15:52:05.828229-191s3://dev.jiminny.client-data/5f0f4810-7e77-4086-8f69-93429ae4d70b/panorama-reports/test_req_q_1.MDs3://dev.jiminny.client-data/5f0f4810-7e77-4086-8f69-93429ae4d70b/panorama-reports/test_req_q_1.pdfCSVTests passed: 1 (13 minutes ago)SUM: 265 1:1 W Windsurf Teams 184:17UTF-84 spa...
|
NULL
|
NULL
|
NULL
|
11248
|
|
Project: faVsco.js, menu
#11894 on JY-18909-automa Project: faVsco.js, menu
#11894 on JY-18909-automated-reports-ask-jiminny, menu
Start Listening for PHP Debug Connections
AskJiminnyReportActivityServiceT…Defaults
Run 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
Debug 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• 0DOCKERconfigcachecompiledeventsroutesviews981DEV (docker)APP (-zsh)X3jiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: stoppedjiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00:stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00:stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00:stoppedworker-download:worker-download_00:stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00:stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2:jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00: startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00: startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00: startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265(ablSupport Daily - in 2 h 38 m100% <47DEV (docker)ec2-user@ip-10-30-…X4-zsh885-zsh86-zsh41.20ms DONE61.54ms DONE3.39ms DONE5.01ms DONE3.37ms DONE43.92ms DONEO 87Tue 14 Apr 12:22:22181* Unable to acce...O 88DEV...
|
PhpStorm
|
faVsco.js – SF [jiminny@localhost]
|
NULL
|
11249
|
|
Project: faVsco.js, menu
#11894 on JY-18909-automa Project: faVsco.js, menu
#11894 on JY-18909-automated-reports-ask-jiminny, menu
Start Listening for PHP Debug Connections
AskJiminnyReportActivityServiceT…Defaults
Run 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
Debug 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
PhpStormFileEditFV faVsco.s vProject v=.prettierignore= wino sunrulesphp_ide_helper.phppnpce neloermoces.onepnpalrsani composer.isoni composer.lockdependency-checker.jsonO dev.jsonEids.txt=infection.json.distM-INSALLmdM-INIERNAL WE.nOOK S-IUP.mojiminny_storageMvcenses.meMIMakerleO package-lock.json= phpstan.neon.distE phpstan-baseline.neon<phpunit.xmlTe raw_sql_query.sqlM.README.molsonar-project.properties= test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› iib External Librariesv E® Scratches and Consolesv D Database Consoles> A EUv A jiminny@localhostA console [jiminny@localhost4 DI [jiminny@localhost]A HS_local [iminny@localhosA SF [jiminny@localhost]4 zoho_dev [jiminny@localha7CPRODÁ QA> L QAI4 QAI PRODA STAGINGA console [STAGING]A console_1 [STAGING]« uranus [STAGING]ViewNavigateCodeLaravelRefactorToolsWindowHelp#11894 on JY-18909-automated-reports-ask-jiminny k ~© ReportController.phpJiminnybeouecommana.ong© AutomatedReportsCommand.php x© AutomatedReportsRepository.phpC AutomatedReportsService.phpCreateHeldActivityEvent.php© UserPilotActivityListener.php© ActivityLogged.php© AutomatedReportsCallbackService.php© AutomatedReportResult.phpclass AutomatedReportsCommand extends Command© AutomatedReportsSendCommand.php• TrackProviderInstalledEvent.php© RequestGenerateAskJiminnyReportJob.php© AddLayoutEntities.php© Team.phpCreateActivityLoggedEvent.php• RequestGenerateReportJob.php* Oreturn intpublic function handle(): int$this->logger->info(self::LOG_PREFIX . ' Started');$now = Carbon: :now();$isMonday = $now->isMonday();$isFirstDay0fMonth = $now->day === 1;$currentMonth = $now->month;// Check if the current month is a quarterly month (January, April, July, October)$isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10],strict: true);$this->logger->info(self::LOG_PREFIX' Checking conditions', I"isrondav"→ $1sronday,'isFirstDay0fMonth'→ $isFirstDay0fMonth,'currentMonth' => $currentMonth,'isQuarterlyMonth' => SisQuarterlyMonth.I);// Process daily reports$this->processReports( frequency: AutomatedReportsService::FREQUENCY_DAILY);// Process weekly reports on Mondaysif ($isMonday) {nunus-›orocesskeoorts, trequency: Auronaredreportsservce..rrcouaNcy weckLyon// Process monthly reports on the first day of the monthif ($isFirstDay0fMonth) {$this->processReports( frequency: AutomatedReportsService: :FREQUENCY_MONTHLY);// Process quarterly reports on the first day of January, April, July, and Octoberif ($isFirstDay0fMonth && $isQuarterLyMonth) {nuns-orocessre.ortsrecuencv:Autolaredrenoriscery..cer.Fk-OUENCY WUARIEKLYservicesv _ DatabasevdtuA consolev&jiminny@localhostc moocallASF 4:V A PRODs consoleV A STAGING4 console 1 s 153 msDockerOutput8 rowsMid Tf # 00UO400000pB6fpMAC500Iuuid UUID with time-low and time-h.265 926befa2-5d77-4ab3-a553-587a1d5d9f5d266 656 [CREDIT_CARD]-5F201500c808267 319094f0-7368-4ec1-8f2b-a15b99bb37ec269 d3037407-091e-438a-8c8e-6745c5bf8df9271 09fd931c-117a-47b7-8ccb-abe2e5fe01a174 [CREDIT_CARD]-8542-927050970101275 ff55bec0-961d-493f-b8fb-dbc2e1d25279T : media_type Y00TipdfpdfpdfpdfpdfI status Y• type Y4 ask jiminny4 ask_jiminny1 ask jiminny4 ask_jiminny4 ask_jiminny1lask jiminnv3 ask_jiminnyTests passed: 1 (13 minutes ago), 0f Support Daily • in 2h 38 mAAsk. JiminnvRenortActivitvServicet..Defaultsv100% C•Tue 14 Apr 12:22:22= custom.log= laravel.logA SF [jiminny@localhost]4 HS_local [jiminny@localhost]Al console [PROD]A console [EU]Á console [STAGING]Аsmnлукеpoнaсiмly serиice.рпр© ActivitySearch.phpcOnbemanavzcontroller.oneC HistoryService.php© FilterDefinitionCollection.php© Criteria.php© AskJiminnyReportActivityServiceTest.phpRequestGenerateAskJiminnyReportJobTest.phpX:Auto vPlaygroundMa lminnv v153SELECT * FROM activity_search_filters WHERE activity_search_id = 1982;010 A12 V.2 У.4 л154155156SELECT * FROM automated_reports where id = 68;SELECT * FROM automated_report_results where id = 275;157158SELECT * FROM automated_reports order by id desc;159SELECT * FROM automated_report_results order by id desc;160select * from activity_searches where user_id = 143;161Iselect * from ask anvthina promots:162163SELECT * FROM groups WHERE id = 1439;164SELECT * FROM users WHERE group_id = 1439;165166select * from permissions; # 158167select * from roles;168select * from permission_role169170171172select * 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;173174175176select * from playbook_categories where id = 1391;177178179180select * from crm_profiles where user_id = 143;select * from activities where crm_configuration_id = 39 and type ='conference'and crm_provider_id IS NOT NULL ORDER by id desc;select * from activities where id = 422003; # 00U0400000pB6fрМАC181182 v183184SELECT ar.ig, ar.uuig, ar.mediantyke, ar.status, a.LVRSIFROM automated report results anJOINautomated_reports a ON a.id = ar.cepontoid185186LIMIT 10;187188{"request_id": "edc47759-160a-4f61-82fc-c8cdf5e55464", "status": "completed", "timestamp" :"2026-03-31T15:52:05.82822189190|_191s3://dev.jiminny.client-data/5f0f4810-7e77-4086-8f69-93429ae4d70b/panorama-reports/test_req_q_1.MDs3://dev.jiminny.client-data/5f0f4810-7e77-4086-8f69-93429ae4d70b/panorama-reports/test_req_q_1.pdf• : -esVySUM: 265 1:1 W Windsurf Teams184:17 UTF-8 4 spa...
|
PhpStorm
|
faVsco.js – SF [jiminny@localhost]
|
NULL
|
11250
|
|
PhpStormFileFditViewNavigateCodeLaravelPetactorToo PhpStormFileFditViewNavigateCodeLaravelPetactorToolsWindowHelpFV faVsco.s v#11894 on JY-18909-automated-reports-ask-iminny K vProject v(©) ReportController.php© JiminnyDebugCommand.phpC AutomatedReportsCommand.php XC) AutomatedReportsSendCommand.phpC AddLayoutEntities.php(C) Team.php= custom.loaC AutomatedReportsRepository.phpC AutomatedReportsService.php© CreateHeldActivityEvent.php© TrackProviderInstalledEvent.phpC CreateActivityLoggedEvent.php= hubspot-iournal-poll.loo= laravel.log<» phpunit.xm.Is ttt.js= oauth-private.key© UserPilotActivityListener.php© ActivityLogged.php© AutomatedReportsCallbackService.php© RequestGenerateAskJiminnyReportJob.php© RequestGenerateReportJob.php(©) AutomatedReportResult.phpclass AutomatedReportsCommand extends Command= oauth-public.key=storage= supervisoro,oid* dreturn intpubuic tunccion nandlel: int"rexceav.sonv Mtests> _ Feature5758$this->logger->info(self::LOG_PREFIX . ' Started');> Integration$now = Carbon::nowO:› _ ServicesW Unit>D Actions_ component$isMonday = Snow->isMondayO:SisFirstDay0fMonth = Snow->day === 1:$currentMonth = Snow->month;_ contigurationM ConsoleM ContractsM DomainMDTOEnums_Events• ExceptionsO fixturesHelpersHttp_ Integrations/ Check if the current month is a quarterly month (January, April, July, Uctober)s1sQuarterlyMonth = 1n_array($currentMonth, l1, 4, 7, 10J,strict: true)фuhis->logger->inro(selt::LUG_PREFLX •' Checking conditions', ["Istonday = s1sMonday,'isFirstDav0fMonth'= SisFirstdayutMonch,'currentMonth' => ScurrentMonth.'isQuarterlyMonth' => SisQuarterlyMonth.D :/ Process danly reportssthis->processReports trequency: AutomatedReportsservice::FREQUENCY_DAILYJ*_Interactionsv D Jobs>_ActivityM AiAutomation>M Audio// Process weekly reporus on MondaysIt (p1sMlonday)nunus-›orocesskeoorts, trequency: Auronaredreportsservce..rrcouaNcy weckLyonv _ AutomatedReports©) CreateResultsTest.p©) RequestGenerateAsh// Process monthly reports on the first day of the monthif SisFirstDay0fMonth)(C) RequestGenerateRersthis->processReports( frequency: AutomatedReportsService::FREQUENCY_MONTHLY):(c) SendReportJobTest.(ch SendRenortMailJobtcallendari1erm/ Process quarterly reports on the first day of January, April, July, and Uctoberif ($isFirstDay0fMonth && $isQuarterlyMonth) {DealRisksSnuns-orocessreoortsrecuencv: Autolaredke.ortscery ce.trk-ouENeY WUAKlEKLY|MalloOXM StreaminaselvicesТОGЛU Output:OOU0400000036t0MAC Xv DatabaseV AEU8 rowsvDid YDuuid (UUID with time-low and time-h.. Y : media_type YWstatus VW type uc consoev diminny@localhost265 926befa2-5d77-4ab3-a553-587a1d5d9f5ds ho local4SF 4 gV L PRODd consolev ¿ STAGNGpatodf4 ask jiminny266 656713b0-459c-4094-9823-ffe013dbc8084 ask iininnv26/ 319094f0-7368-4eC1-8f2b-a15b99bb5/ec269 d3037407-091e-438a-8c8e-6745c5bf8df9271 09fd931c-117a-47b7-8ccb-abe2e5fe01a124 01 00029-0050-4841-0342-7205070101d console 1s 153 ms,, Docker275 ff55bec0-961d-495f-b8fb-dbc2e1d252/9pdfpdfpdfpdfpdf1 ask_jiminny4 ask Timinny4 ask jiminny1 ask_jiminny3 ask_J1m1nnylests passed: 1 (13 minutes ago)Suobort Dailv • in 2h 38mTve 14 Aor12:22:25= custom.log#concole f.unl4 console [STAGING]C HistoryService.php(Ch RequestGenerateAsk.liminnvRenort.JohTest.nhoThe file size (7.86 MB) exceeds the configured limit (2.56 MB). Code insight features are not available.IZUZo-VFe Urarzol Tocur arror Tcncoyo cedrorenanaoer veneraqmo access corenr mode Tеdai12789147858ZY80Y298602986129862298652986629864780047807278/0ZY8/29872298732987429875298762987729878298791478802988129882298832988429888298892989014020-04-14 07.4120 LOCOL. LNrUrSocialAccountServicel Refreshing token from provider {"socialA12026-04-14 09:21:281 Zocal.ERROR: Failed to refresh HubSpot token {"account id":306.2026-04-14 09:21:28 local.INFO:Trying to refresh HubSpot token "account_ id":13722026-04-14 09:21:28 local.INFO:EncryptedTokenManager Generating access token. "mode":"Le2026-04-14SocialAccountService Refreshing token from provider12026-04-1409.91.90 ocal FRROr• SaTled to nornach Huhsnot token C'account 101.152)12026-04-14ncai Mner. Renainind Huhsnot tokens end c"totalles "tiyedied.n12026-04-14LocaL.INFO: Jiminny Console\Commands \Command::run Memory usage before starting command 1"17070-04-14Jiminny \console commands command::run Memory usage berore staruing command ?1070-04-1409:21:391|Jiminny\consoLe commanas (command::run Memory usage for commana i"command"."J1Г2026-04-1409:21:391Huosoor Journal rouunol bertno ottser tron caranase -"oti12026-04-1409:21:391 ZocalCommandl Starting polling service12026-04-14 09:21:391 ZocalPollinal Service starting {"me[2026-04-14 09:21:391Pollingl Acquired polling lock {"expi2026-04-14 09:21:39]Polling Getting offset from database2026-04-14 09:21:39]API. Fetching latest journal entry "urlmLuos. dol.nuvdo.L2026-04-14 09:21:39JAuth Requesting new client credentials token12026-04-14 09:21:39Jand• • nun Memony ucade Fon commandl[2026-04-14 09:21:39]Tocal. INF0:[HubSpot JournalAuth] Successfullyoptained new access token {"expires_in":18L2026-04-14 09:21:59J local. INF0:Hubsoot JournalPoluino No data{"correlation id"."316142e2-a958-41a5-8eef.[2026-04-14 09:21:441 Zocal. TNF0:Huosoor dournaliPollinal Getting offset from database[2026-04-14 09:21:441 Zocal. TNF0:Huosoor dournalirerchne arest ournal entryToS:ao.nuoaon12026-04-14 09:21:441 Zocal. INF0:HubSpot Journal2e2-a958-41a5-8eef-12026-04-14 09:21:461 Zocal. INF0:Jiminny Console Commands Command::run Memory usage before starting command {"(12026-04-14 09:21:461 Zocal. INF0:Jiminny Console Commands Command:: run Memory usage for command {"command". "crn2026-04-14 09:21:50 local.INFO:HubSpot Journal Polling Getting offset from database "offset":"""Jiminny12026-04-14 09:21:50 local.INFO:HubSpot Journal API. Fetching latest journal entry"url":"https:/api.hubapi2026-04-14 09:21:50 local.INFO:HubSpot JournalL2026-04-14 09:21:52) local.INFO:Jiminny Console \Commands \Command::run Memory usage before starting command 1"c12[PHONE]9-91.52 Ocal TNE0"Jiminny Console \Commands \Command::run Memory usage for command 1"command":"cr.[2026-04-14 09:22:05] Zocal.INF0: [HubSpot Journal Polling] Getting offset from database {"offset":"" "jiminny_Г2026-04-14 09:22:051 Zoca1.TNF0: [HubSpot Journal APTl Fetching latest iournal entry {"ur]"."httos: //ani hubaniГ2026-04-14 09:22-051 Zoca1. TNF0•fHubSpot JournallPolLuine ilSlol4er-ayn8-4la0-seet12026-04-14 09:22:151 Zocal. INF0:Commands/AsyncUpdateEsEntitiesl Starting ESupdate worker {"pid":37760. "workCsv | 2 L →| 0, 8W Windsurf Teams 29891:1 UTF-8 ( 4 spa...
|
NULL
|
NULL
|
NULL
|
11251
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• •DOCKERconfigcachecompiledeventsroutesviews• 81DEV (docker)APP (-zsh)X3jiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: stoppedjiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00:stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00:stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00:stoppedworker-download:worker-download_00:stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00:stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2:jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00: startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00: startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00: startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265(ablSupport Daily - in 2 h 38 m100% <47DEV (docker)ec2-user@ip-10-30-…X4-zsh885-zsh86-zsh41.20ms DONE61.54ms DONE3.39ms DONE5.01ms DONE3.37ms DONE43.92ms DONEO 87Tue 14 Apr 12:22:27181* Unable to acce...O 88DEV...
|
NULL
|
NULL
|
NULL
|
11252
|
|
cl
iTerm2ShellEditViewSessionScriptsProfilesWindow cl
iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• •DOCKERviews• ₴1DEV (docker)APP (-zsh)*3jiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: stoppedjiminny-worker-processing-2:jiminny-worker-procaccina2 aл.sing-delayed 00: stoppedjiminny-worker-processing-3: jiminny-worker-prjiminny-worker-processing-4:jiminny-worker-prjiminny-worker-processing-5:jiminny-worker-prworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00:stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2:jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00: startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00: startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00: startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny#php artisan automated-reports 265DEV (docker)ec2-user@ip-10-30-….X4-zsh$0(abl885Support Daily • in 2h 38 m-zsh86100% <47O 87Tue 14 Apr 12:22:29181* Unable to acce...O 88-zsh43.92ms DONEDEVNo arguments expected for "automated-reports" command, got "265".root@docker_lamp_1:/home/jiminny# ]...
|
Alfred
|
Alfred
|
NULL
|
11253
|
|
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
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
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
All chats
All chats
Updated to 1.2278.0
Relaunch to apply
Relaunch
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load...
|
Claude
|
Claude
|
NULL
|
11254
|
|
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
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
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
All chats
All chats
Updated to 1.2278.0
Relaunch to apply
Relaunch
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/...
|
Claude
|
Claude
|
NULL
|
11255
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDEV (docker)ec2-user@ip-10-30-….X4$0(abl885Support Daily - in 2h 38 m100% <47O ₴7.Tue 14 Apr 12:22:34181* Unable to acce...O 88DOCKER• ₴1DEV (docker)APP (-zsh)viewsX3jiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: stoppedjiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedine -seloyed 09: stoppedjiminny-worker-processing-3: jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00:stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2:jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00: startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00: startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00: startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny#php artisan automated-reports 265-zsh-zsh86-zsh43.92ms DONEDEVNo arguments expected for "automated-reports" command, got "265".root@docker_lamp_1:/home/jiminny# ]...
|
NULL
|
NULL
|
NULL
|
11256
|
|
PhpStormFileEditFV faVsco.s vProject v= custom.loa PhpStormFileEditFV faVsco.s vProject v= custom.loa= hubspot-journal-poll.log= laravel.log< phpunit.xmlIs ttt.js= oauth-private.key= oauth-public.keyE storage= supervisord.pid"rexceav.sonv Mtests> D Feature> D Integration> D ServicesUnit› [ Actions> Component" ConfigurationD ConsoleContractsM DomainO DTOEnumsD Events• ExceptionsO fixturesHelpersD Http> O Integrations_Interactions~ D Jobs>_ActivityM AiAutomation> D Audiov _ AutomatedReports© CreateResultsTest.pl© RequestGenerateAsk© RequestGenerateRer© SendReportJobTest.© SendReportMailJobTcallendarD CrmDealRisksS|MalloOXM StreaminaViewNavigateCodeLaravelRefactorToolsWindowHelp#11894 on JY-18909-automated-reports-ask-jiminny k ~© ReportController.php© JiminnyDebugCommand.php© AutomatedReportsRepository.phpC AutomatedReportsService.php© UserPilotActivityListener.php© ActivityLogged.php© AutomatedReportResult.phpclass AutomatedReportsCommand extends Command© AutomatedReportsCommand.php xCreateHeldActivityEvent.php© AutomatedReportsCallbackService.php© AutomatedReportsSendCommand.php• TrackProviderInstalledEvent.php© RequestGenerateAskJiminnyReportJob.php© AddLayoutEntities.php© Team.phpCreateActivityLoggedEvent.php© RequestGenerateReportJob.php* Oreturn intpublic function handle(): int5758$this->logger->info(self::LOG_PREFIX . ' Started');$now = Carbon: :now();$isMonday = $now->isMonday);$isFirstDay0fMonth = $now->day === 1;$currentMonth = $now->month;// Check if the current month is a quarterly month (January, April, July, October)$isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10],strict: true);$this->logger->info(self::LOG_PREFIX' Checking conditions', I"Istonday = s1sMonday,'isFirstDay0fMonth'=> $isFirstDay0fMonth,'currentMonth' => $currentMonth,'isQuarterlyMonth' => $isQuarterlyMonth,I);// Process daily reports$this->processReports( frequency: AutomatedReportsService::FREQUENCY_DAILY);// Process weekly reports on Mondaysif ($isMonday) €nunus-›orocesskeoorts, trequency: Auronaredreportsservce..rrcouaNcy weckLyon// Process monthly reports on the first day of the monthif ($isFirstDay0fMonth) {$this->processReports( frequency: AutomatedReportsService::FREQUENCY_MONTHLY);// Process quarterly reports on the first day of January, April, July, and Octoberif ($isFirstDay0fMonth && $isQuarterlyMonth) {$this->processReports( frequency: AutomatedReportsService::FREQUENCY_QUARTERLY);selvicesv DatabaseV AEUc consoev A jiminny@localhosts ho local4SF 4 sV A PRODA consolev ¿ STAGNG4 console 1 s 153 msDockerOutputDid Y:OOU0400000036t0MAC X8 rowsvG0,0Ouvid (UUID with time-low and time-h.. T ÷ ID media_type T265 926befa2-5d77-4ab3-a553-587a1d5d9f5dpdf266 656713b0-459c-4094-9823-ffe013dbc808pdf26/ 319094f0-7368-4ec1-8f2b-a15b99bb5/ecpdf269 d3037407-091e-438a-8c8e-6745c5bf8df9pdf271 09fd931c-117a-47b7-8ccb-abe2e5fe01a1pdf24 01 00025-0050-4841-0342-72050710101pdf275 ff55bec0-961d-493f-b8fb-dbc2e1d25279pdf• status Y• type Y4 ask_jiminny4 ask iininnv1 ask_jiminny4 ask_jiminny4 ask_jiminny1 ask_jiminny3 ask_jiminnyIne tile size /.80 MB exceeas the conticuSuoport Dailv • in 2h 38mTue 14 Aor 12:22:34= custom.logÁ console [STAGING]© FilterDefinitionCollection.phpE console (EU]© HistoryService.php12789147858ZY80Y298602986129862298662986729868278/6ZY8/298722987329874298752987629877298782987929880298812988229883298842989114787%29893LY0Y4-2989529896The file size (7.86 MB) exceeds the configured limit (2.56 MB). Code insight features are not availableIzUZo-VerUrarzol tocur arror Tcicryocedtoremanqver veneracmo access tokenr mooe теud14020-04-14 07.4120 LOCOL. LNrUr[SocialAccountService] Refreshing token from provider {"socialAu[2026-04-14 09:21:28] Local.ERROR: Failed to refresh HubSpot token {"account_id":306,[2026-04-14 09:21:28] Local. INF0:Trying to refresh HubSpot token {"account_id":1372,[2026-04-14 09:21:28] Local. INFO:[EncryptedTokenManager] Generating access token. {"mode":"?[2026-04-14[SocialAccountService] Refreshing token from provider[2026-04-1409:21:29] local.ERROR: Failed to refresh HubSpot token {"account_id":1372,[2026-04-14Repairing HubSpot tokens end {"total":3, "fixed":0,[2026-04-14LocaL.INFO: Jiminny Console\Commands \Command::run Memory usage before starting command 1"[2026-04-14Jiminny \console commanas command::run Memory usage berore suaruing command i[2026-04-1409:21:39]land::run Memory usage for commana i"command"."J1[2026-04-1409:21:39]nuosoor Journal rouunol bertno ottser tron caranase "ortse[2026-04-14 09:21:39]Commandl Starting polling service[2026-04-14Pollinal Service starting {"m[2026-04-14 09:21:39]Polling] Acquired polling lock {"expires[2026-04-14 09:21:39]Polling] Getting offset from database {"offset"[2026-04-14 09:21:39]API] Fetching latest journal entry {"url": "https://api.hubapi[2026-04-14 09:21:39]Auth Requesting new client credentials token[2026-04-14 09:21:39]nd• • nun Memony ucade Fon commandl[2026-04-14 09:21:39] Local. INFO: [HubSpot JournalAuth] Successfully obtained new access token {"expires_in":18[2026-04-14 09:21:39] local. INF0:[HubSpot JournalPoluino No data{"correlation id"."316142e2-a958-41a5-8eef.[2026-04-14 09:21:44] Local. INFO:[HubSpot JournalPollingl Getting offset from database ("offset":"',"jiminny_t[2026-04-14 09:21:44] Local. INFO:[HubSpot JournalAPI]rerchuno arest ournal entry *"ur"https://api.hubapd[2026-04-14 09:21:44] Local. INFO:[HubSpot JournalPolling] No data{"correlation_id":"316142e2-a958-41a5-8eef-[2026-04-14 09:21:46] Local. INFO:Jiminny\ConsoLe\Commands\Command:: run Memory usage before starting command {"c[2026-04-14 09:21:46] Local. INF0:Jiminny\Console\Commands\Command::run Memory usage for command {"command": "crn[2026-04-14 09:21:50] Local. INFO:[HubSpot Journal Polling] Getting offset from database {"offset":"","jiminny_t[2026-04-14 09:21:50] Local. INFO:[HubSpot Journal API] Fetching latest journal entry {"url":"https://api.hubapi[2026-04-14 09:21:50] Local. INFO:[HubSpot Journal Polling] No data{"correlation id":"316142e2-a958-41a5-8eef-[2026-04-14 09:21:52] Local. INF0:Jiminny\Console\Commands\Command: :run Memory usage before starting command {"c[2026-04-14 09:21:52] Local. INFO:Jiminny Console \Commands \Command::run Memory usage for command 1"command":"cr.[2026-04-14 09:22:05] Local. INF0: [HubSpot Journal Polling] Getting offset from database {"offset":"", "jiminny_t[2026-04-14 09:22:05] Local. INFO: [HubSpot Journal API] Fetching latest journal entry {"ur?":"https://api.hubapi[2026-04-14 09:22:05] Local. INFO:[HubSpot Journal Polling] No data{"correlation_id":"316142e2-a958-41a5-8eef-[2026-04-14 09:22:15] Local. INFO:[Commands/AsyncUpdateEsEntities] Starting ES update worker {"pid":37760, "worke[2026-04-14 09:22:28] Local.ERROR: No arguments expected for"automated-reports" command, got"265". {"exceptior[stacktrace]#0 /home/jiminny/vendor/symfony/console/Input/ArgvInput.php(92): Symfony\\Component\\Console\\Input\\ArgvInput-›#1 /home/jiminny/vendor/symfony/console/Input/ArgvInput.php(77): Symfony\\Component\\Console\\Input\\ArgvInput->#2 /home/jiminny/vendor/symfony/console/Input/Input.php(53): Symfony\\Component\\Console\\Input\\ArgvInput->pars#3 /home/jiminny/vendor/symfony/console/Command/Command.php(295): Symfony\\Component\\Console\\Input\\Input->birCsv | 2 L →| 0, 8W Windsurf Teams 29869:25 UTF-8 f 4 spaces...
|
NULL
|
NULL
|
NULL
|
11257
|
|
c
iTerm2ShellEditViewSessionScriptsProfilesWindowH c
iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• 0DOCKERviews• ₴1DEV (docker)APP (-zsh)*3jiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: stoppedjiminny-worker-processing-2:jiminny-worker-procaccina2 aл.sing-delayed 00: stoppedjiminny-worker-processing-3: jiminny-worker-prjiminny-worker-processing-4:jiminny-worker-prjiminny-worker-processing-5:jiminny-worker-prworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00:stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2:jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00: startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00: startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00: startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny#php artisan automated-reports 265DEV (docker)ec2-user@ip-10-30-….X4-zsh$0(abl885Support Daily • in 2h 38 m-zsh86100% <47O ₴7.Tue 14 Apr 12:22:35181* Unable to acce...O 88-zsh43.92ms DONEDEVNo arguments expected for "automated-reports" command, got "265".root@docker_lamp_1:/home/jiminny# ]...
|
Alfred
|
Alfred
|
NULL
|
11258
|
|
PhpStormFileEditFV faVsco.s vProject v= custom.loa PhpStormFileEditFV faVsco.s vProject v= custom.loa= hubspot-journal-poll.log= laravel.log< phpunit.xmlIs ttt.js= oauth-private.key= oauth-public.keyE storage= supervisord.pid"rexceav.sonv Mtests> D Feature> D Integration> D ServicesUnit› [ Actions> Component" ConfigurationD ConsoleContractsM DomainO DTOEnumsD Events• ExceptionsO fixturesHelpersD Http> O Integrations_Interactions~ D Jobs>_ActivityM AiAutomation> D Audiov _ AutomatedReports© CreateResultsTest.pl© RequestGenerateAsk© RequestGenerateRer© SendReportJobTest.© SendReportMailJobTcallendarD CrmDealRisksS|MalloOXM StreaminaViewNavigateCodeLaravelRefactorToolsWindowHelp( #11894 on JY-18909-automated-reports-ask-jiminny k ~© ReportController.php© JiminnyDebugCommand.php© AutomatedReportsRepository.phpC AutomatedReportsService.php© UserPilotActivityListener.php© ActivityLogged.php© AutomatedReportResult.phpclass AutomatedReportsCommand extends Command© AutomatedReportsCommand.php xC) AutomatedReportsSendCommand.phpCreateHeldActivityEvent.php• TrackProviderInstalledEvent.php© AutomatedReportsCallbackService.php© RequestGenerateAskJiminnyReportJob.php© AddLayoutEntities.php© Team.phpCreateActivityLoggedEvent.php© RequestGenerateReportJob.php* Oreturn intpublic function handle(): int5758$this->logger->info(self::LOG_PREFIX . ' Started');$now = Carbon: :now();$isMonday = $now->isMonday();$isFirstDay0fMonth = $now->day === 1;$currentMonth = $now->month;// Check if the current month is a quarterly month (January, April, July, October)$isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10],strict: true);$this->logger->info(self::LOG_PREFIX' Checking conditions', I"Istonday = s1sMonday,'isFirstDay0fMonth'=> $isFirstDay0fMonth,'currentMonth' => $currentMonth,'isQuarterlyMonth' => $isQuarterlyMonth,I);// Process daily reports$this->processReports( frequency: AutomatedReportsService::FREQUENCY_DAILY);// Process weekly reports on Mondaysif ($isMonday) €nunus-›orocesskeoorts, trequency: Auronaredreportsservce..rrcouaNcy weckLyon// Process monthly reports on the first day of the monthif ($isFirstDay0fMonth) {$this->processReports( frequency: AutomatedReportsService::FREQUENCY_MONTHLY);// Process quarterly reports on the first day of January, April, July, and Octoberif ($isFirstDay0fMonth && $isQuarterlyMonth) {$this->processReports( frequency: AutomatedReportsService::FREQUENCY_QUARTERLY);: Support Daily • in 2h 38 mAAAsk JiminnvReportActivityServiceT...Defaults v100% [45)Tue 14 Apr 12:22:38= custom.logE laravel.log xA SF ljiminny@localhost]4 HS_local [jiminny@localhost]Á console [STAGING]© AskJiminnyReportActivityService.php© ActivitySearch.php© FilterDefinitionCollection.php© Criteria.php© AskJiminnyReportActivityServiceTest.phpA The file size (7.86 MB) exceeds the configured limit (2.56 MB). Code insight features are not available.Al console [PROD]#concole f.unl© OnDemandV2Controller.php© HistoryService.php© RequestGenerateAskJiminnyReportJobTest.php[2026-04-14 09:22:37] Local. INFO: [HubSpot Journal Polling] No data{"correlation_id":"316142e2-a958-41a5-8eef-[2026-04-14 09:22:37] Local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {"empty_r[2026-04-14 09:22:37] Local.WARNING: [HubSpot Journal Polling] Maximum empty results reached,stopping {"empty_r[2026-04-14 09:22:37] local. INFO: [HubSpot Journal Pollingl Service ending {"runtime_seconds":58, "total_cycles":L2026-04-14 09:22:57J Local.INFO: LHubspot Journal PolLing. Released polling Lock*"correlation 10":51614202-4selvicesv DatabaseV AEUc consoev Ajiminny@localhosts ho local4SF 4 sV A PRODA consolev ¿ STAGNG4 console 1 s 153 msDockerOutput:OOU0400000036t0MAC X8 rowsvDid YG0,0uvid (UUID with time-low and time-h.. T ÷ I media_type 7265 926befa2-5d77-4ab3-a553-587a1d5d9f5dpdf266 656713b0-459c-4094-9823-ffe013dbc808pdf26/ 319094f0-7368-4ec1-8f2b-a15b99bb5/ecpdf269 d3037407-091e-438a-8c8e-6745c5bf8df9pdf271 09fd931c-117a-47b7-8ccb-abe2e5fe01a1pdf24 01 00029-0050-4841-0342-72050710101pdf275 ff55bec0-961d-493f-b8fb-dbc2e1d25279pdfIne tile size /.80 MB exceeas the conticurea limit (2.5 Mb. code insicntreatures are not avallableCsv | 2 L →| 0, 8status Ytype T4 ask_jiminny4 ask iininnv1 ask_jiminny4 ask_jiminny4 ask_jiminny1 ask_jiminny3 ask_jiminnyW Windsurf Teams 29870:48UTF-8f 4 spaces...
|
NULL
|
NULL
|
NULL
|
11259
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0DEV (docker)ec2-user@ip-10-30-….X4(abl885Support Daily - in 2h 38 m100% <47O 87Tue 14 Apr 12:22:39T81* Unable to acce...O x8DOCKER• 881DEV (docker)APP (-zsh)X3viewsjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: stoppedjiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3: jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00:stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2:jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00: startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00: startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00: startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny#php artisan automated-reports 265-zsh-zsh86-zsh43.92ms DONEDEVNo arguments expected for "automated-reports" command, got "265".root@docker_lamp_1:/home/jiminny# ]...
|
NULL
|
NULL
|
NULL
|
11260
|
|
Last login: Sat Apr 11 12:38:35 on ttys006
Poetry Last login: Sat Apr 11 12:38:35 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ dev
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan optimize:clear && supervisorctl restart all
INFO Clearing cached bootstrap files.
config [PASSWORD_DOTS] 41.20ms DONE
cache [PASSWORD_DOTS] 61.54ms DONE
compiled [PASSWORD_DOTS] 3.39ms DONE
events [PASSWORD_DOTS] 5.01ms DONE
routes [PASSWORD_DOTS] 3.37ms DONE
views [PASSWORD_DOTS] 43.92ms DONE
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped
jiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped
jiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped
jiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped
jiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped
worker-analytics:worker-analytics_00: stopped
worker-crm-update:worker-crm-update_00: stopped
worker-download:worker-download_00: stopped
worker-nudges:worker-nudges_00: stopped
worker-emails:worker-emails_00: stopped
worker-crm-sync:worker-crm-sync_00: stopped
jiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped
worker-calendar:worker-calendar_00: stopped
worker-audio:worker-audio_00: stopped
worker-conferences:worker-conferences_00: stopped
worker:worker_00: stopped
worker-es-update:worker-es-update_00: stopped
artisan-schedule:artisan-schedule_00: stopped
artisan-schedule:artisan-schedule_00: started
jiminny-worker-processing-1:jiminny-worker-processing-1_00: started
jiminny-worker-processing-2:jiminny-worker-processing-2_00: started
jiminny-worker-processing-3:jiminny-worker-processing-3_00: started
jiminny-worker-processing-4:jiminny-worker-processing-4_00: started
jiminny-worker-processing-5:jiminny-worker-processing-5_00: started
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started
worker:worker_00: started
worker-analytics:worker-analytics_00: started
worker-audio:worker-audio_00: started
worker-calendar:worker-calendar_00: started
worker-conferences:worker-conferences_00: started
worker-crm-sync:worker-crm-sync_00: started
worker-crm-update:worker-crm-update_00: started
worker-download:worker-download_00: started
worker-emails:worker-emails_00: started
worker-es-update:worker-es-update_00: started
worker-nudges:worker-nudges_00: started
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny#
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
11261
|
|
Last login: Sat Apr 11 12:38:35 on ttys006
Poetry Last login: Sat Apr 11 12:38:35 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ dev
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan optimize:clear && supervisorctl restart all
INFO Clearing cached bootstrap files.
config [PASSWORD_DOTS] 41.20ms DONE
cache [PASSWORD_DOTS] 61.54ms DONE
compiled [PASSWORD_DOTS] 3.39ms DONE
events [PASSWORD_DOTS] 5.01ms DONE
routes [PASSWORD_DOTS] 3.37ms DONE
views [PASSWORD_DOTS] 43.92ms DONE
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped
jiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped
jiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped
jiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped
jiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped
worker-analytics:worker-analytics_00: stopped
worker-crm-update:worker-crm-update_00: stopped
worker-download:worker-download_00: stopped
worker-nudges:worker-nudges_00: stopped
worker-emails:worker-emails_00: stopped
worker-crm-sync:worker-crm-sync_00: stopped
jiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped
worker-calendar:worker-calendar_00: stopped
worker-audio:worker-audio_00: stopped
worker-conferences:worker-conferences_00: stopped
worker:worker_00: stopped
worker-es-update:worker-es-update_00: stopped
artisan-schedule:artisan-schedule_00: stopped
artisan-schedule:artisan-schedule_00: started
jiminny-worker-processing-1:jiminny-worker-processing-1_00: started
jiminny-worker-processing-2:jiminny-worker-processing-2_00: started
jiminny-worker-processing-3:jiminny-worker-processing-3_00: started
jiminny-worker-processing-4:jiminny-worker-processing-4_00: started
jiminny-worker-processing-5:jiminny-worker-processing-5_00: started
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started
worker:worker_00: started
worker-analytics:worker-analytics_00: started
worker-audio:worker-audio_00: started
worker-calendar:worker-calendar_00: started
worker-conferences:worker-conferences_00: started
worker-crm-sync:worker-crm-sync_00: started
worker-crm-update:worker-crm-update_00: started
worker-download:worker-download_00: started
worker-emails:worker-emails_00: started
worker-es-update:worker-es-update_00: started
worker-nudges:worker-nudges_00: started
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny#
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
11262
|
|
Last login: Sat Apr 11 12:38:35 on ttys006
Poetry Last login: Sat Apr 11 12:38:35 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ dev
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan optimize:clear && supervisorctl restart all
INFO Clearing cached bootstrap files.
config [PASSWORD_DOTS] 41.20ms DONE
cache [PASSWORD_DOTS] 61.54ms DONE
compiled [PASSWORD_DOTS] 3.39ms DONE
events [PASSWORD_DOTS] 5.01ms DONE
routes [PASSWORD_DOTS] 3.37ms DONE
views [PASSWORD_DOTS] 43.92ms DONE
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped
jiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped
jiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped
jiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped
jiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped
worker-analytics:worker-analytics_00: stopped
worker-crm-update:worker-crm-update_00: stopped
worker-download:worker-download_00: stopped
worker-nudges:worker-nudges_00: stopped
worker-emails:worker-emails_00: stopped
worker-crm-sync:worker-crm-sync_00: stopped
jiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped
worker-calendar:worker-calendar_00: stopped
worker-audio:worker-audio_00: stopped
worker-conferences:worker-conferences_00: stopped
worker:worker_00: stopped
worker-es-update:worker-es-update_00: stopped
artisan-schedule:artisan-schedule_00: stopped
artisan-schedule:artisan-schedule_00: started
jiminny-worker-processing-1:jiminny-worker-processing-1_00: started
jiminny-worker-processing-2:jiminny-worker-processing-2_00: started
jiminny-worker-processing-3:jiminny-worker-processing-3_00: started
jiminny-worker-processing-4:jiminny-worker-processing-4_00: started
jiminny-worker-processing-5:jiminny-worker-processing-5_00: started
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started
worker:worker_00: started
worker-analytics:worker-analytics_00: started
worker-audio:worker-audio_00: started
worker-calendar:worker-calendar_00: started
worker-conferences:worker-conferences_00: started
worker-crm-sync:worker-crm-sync_00: started
worker-crm-update:worker-crm-update_00: started
worker-download:worker-download_00: started
worker-emails:worker-emails_00: started
worker-es-update:worker-es-update_00: started
worker-nudges:worker-nudges_00: started
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
11263
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp<# Support Daily • in 2h 37 m100% <78DEV (docker)$4DOCKER₴81DEV (docker)882APP (-zsh)X3ec2-user@ip-10-30-…jiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: stoppedjiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5: jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00:stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00:stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1: jiminny-worker-processing-1_00: startedjiminny-worker-processing-2:jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00: startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265-zsh885-zsh86-zshO 87Tue 14 Apr 12:23:10T81* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report not found: 265root@docker_lamp_1:/home/jiminny#...
|
NULL
|
NULL
|
NULL
|
11264
|
|
PhpStormFV faVsco.js~Project vViewNavigateCodeLara PhpStormFV faVsco.js~Project vViewNavigateCodeLaravelRefactor#11894 on JY-18909-automated-reports-ask-jiminnyWindow= custom.loa= hubspot-journal-poll.log= laravel.log< phpunit.xmlIs ttt.js= oauth-private.key= oauth-public.keyE storage= supervisord.pid"rexceav.sonv Mtests> D Feature> D Integration> D ServicesD Unit› D Actions" ComponentConfigurationD ConsoleD ContractsM DomainD DTOEnumsD Events• ExceptionsO fixturesC HelpersD Http> O Integrations→ lnteractions~ D Jobs>_Activity• AiAutomation> D Audiov _ AutomatedReports© CreateResultsTest.pl© RequestGenerateAsk© RequestGenerateRer© SendReportJobTest.© SendReportMailJobTcallendarD CrmDealRisksS|MalloOXM StreaminaServicesv DatabaseV AEUc consoev Ajiminny@localhostS ho local4SF 4 sV L PRODA consoleV & STAGING4 console 1 s 153 msDocker© ReportController.php• AddLayoutEntities.phpJiminnyDebugCommand.phpC Team.php© TrackProviderInstalledEvent.php© CreateActivityLoggedEvent.phpAutomaleakeporscallbackservice.ongC RequestGenerateAskJiminnyReportJob.php© AutomatedReportsCommand.php xlAutomatedRenorissenoCommana.ongC AutomatedReportsRepository.phpC) AutomatedReportsService.php© CreateHeldActivityEvent.php© UserPilotActivityListener.php© ActivityLogged.php© RequestGenerateReportJob.php© AutomatedReportResult.phpC AutomatedReport.phpclass Auronaredreoorysconnano excenos connanoprivate const string LOG_PREFIX = 'Tautomated-reports]':* The name and signature of the console command.* @var string31 6tprotected $signature ='automated-reports{--report-id= : Process a specific report by ID or UUID (bypasses frequency scheduling)}';33/**35* The console command description.* Ovar string*/39 Ctprotected $description = 'Process automated reports based on their frequency (weekly, monthly, quarterly).Use --report-id to manually trigger a specific report by ID or UUID.';43 Ctpublic function __construct(private readonly LoggerInterface $logger,private readonly BusDispatcher $dispatcher,privace readonty auсопaсeакероrсsкероsсогу фгерогскерозісогуparent.. construct/*** Execute the console command.* @return intpubuic tunccion nandlel: int$this->logger->info(self::LOG_PREFIX . ' Started');$now = Carbon: :now();$isMonday = $now->isMonday);$isFirstDay0fMonth = $now->day === 1;Output:OOU0400000036t0MAC X8 rowsvDid YG0,0Duvid (UUID with time-low and time-h... T [media_type Y265 926befa2-5d77-4ab3-a553-587a1d5d9f5dpdf266 656713b0-459c-4094-9823-ffe013dbc808pdf26/ 319094f0-7368-4eC1-8f2b-a15b99bb5/ecpdf269 d3037407-091e-438a-8c8e-6745c5bf8df9pdf271 09fd931c-117a-47b7-8ccb-abe2e5fe01a1pdf24 01 00029-0050-4841-0342-72050710101pdf275 ff55bec0-961d-493f-b8fb-dbc2e1d25279pdfstatus Ytype Y4 ask_jiminny4 ask j1minny1 ask_jiminny4 ask_jiminny4 ask jiminny1 ask_jiminny3 ask_jiminnyA2 ^Suooort Dailv • in 2 h 37 m= custom.log= laravel.log XSF jimingy@ocalhost] x≤ HS_local fiminny@localhost#concole DPOlbIe console EU#concole CTAGNGIC AskJiminnyReportActivityService.php© ActivitySearch.php© OnDemandV2Controller.php© HistoryService.php© FilterDefinitionCollection.php© AskJiminnyReportActivityServiceTest.phpC RequestGenerateAskJiminnyReportJobTest.php© Criteria.php10V4 AV2026-04-14 09122157LocaL.INFo: Hubsoot Journal Poluinol No datal{"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8" "trace_id":"dsLocal.WARNING:[HubSoot Journal Pollinal Maximum emoty results reached. stooping {"emoty results".5. "max emotv resultsLocal WARNTNG: [HubSpot Journal Pollinal Maximum emoty results reached. stooping f"emotv results".5 "max emotv result.2020-04-14 09.22157Local. INFO: [HubSpot Journal Polling] Service ending {"runtime_seconds":58, "total_cycles":5, "files_downloaded":0, "empt14020-04-14 07.22707Local. INFO: [HubSpot Journal Polling] Released polling Lock{"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8",4020-04-14 07.44.40Locaz. INFO: Jiminnx\Console\Commands\Command:: run Memory usage before starting command {"comand":"dialers: monitor-act[2026-04-14 09:22:49]Locaz. INFO: Jiminnx\Console\Commands\Command:: run Memory usage for command {"command": "dialers:monitor-activities", "me[2026-04-14 09:22:58]Local.NOTICE: Monitoring start{"correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3", "trace_id":"11ee8209-75e8-4e:[2026-04-14 09:22:58]Local. NOTICE: Monitoring end""correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3""trace_id":"11ee8209-75e8-4e51Csv | 2 L →| 0, 8W Windsurf TeamsUTF-8f 4 spaces...
|
NULL
|
NULL
|
NULL
|
11265
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• Support Daily - in 2 h 37 m100% <47DEV (docker)DOCKER• 881DEV (docker)882APP (-zsh)X3ec2-user@ip-10-30-…jiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: stoppedjiminny-worker-processing-2: jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5: jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00:stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00:stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1: jiminny-worker-processing-1_00: startedjiminny-worker-processing-2:jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00: startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265-zsh885-zsh86-zsh®O ₴7Tue 14 Apr 12:23:12181* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report not found: 265root@docker_lamp_1:/home/jiminny# ]...
|
NULL
|
NULL
|
NULL
|
11266
|
|
PhpStormFileFditViewNavigateCodelaraveRetactonTool PhpStormFileFditViewNavigateCodelaraveRetactonToolsWindowHelnFV faVsco.s v#11894 on.lY-18009-automated-renorts-ask-liminnvkProject v=.env.staging= .gitattributes• .gitignore=.php-cs-nixer.cachephp.php-cs-tixer.dist.phppnp onostorm.mera.oneE.ohpunit.result.cache=.prettierignore=.windsurfrulespip lue nelper.onephp_ide_helper_models.phpphp articanu composer.jsoncomposer.lock( dependency-checker.json"r dev.isonEids.txtEinfection.ison.distM+ INSTALL.mdM+ INTERNAL WEBHOOK SETUP.mciminny storageM+ licenses.mdM Makefileu package-lock.json= phpstan.neon.dist= phpstan-baseline.neon< phpunit.xmllaraw so_ querv.soliM+ KEADMEMOso sonar-proiect properties= test.oy‹> Untitled Diagram.xmlus vetur.config.isM+ WEBHOOK_FILTERING_IMPLEME›Ib External Libraries£ Scratches and Consolesv M Database Consolesvd jiminny@localhostd console yiminny @localnost4 DI liiminnv@localhostis ho local iminny alocalnos4 SF Timinny@localhostl¿ zoho dev fiminny@localha>d PRODservicesv _ Databasevdtu& consoley@jiminny@localhostc moocallASF 4:V & PRODs consoleV L STAGINGa console 1 s 153 ms• DockerTests passed: 1 (14 minutes ago)c) RenortController.ongJiminnybeouecommana.ongAutomaleakeporscommana.ongutomatedRevor ssendCommane.onoAddLayoutchuitles.onoC Team.phpC AutomatedReportsRepository.phpC) AutomatedReportsService.phpC CreateHeldActivityEvent.php)TrackProviderInstalledEvent.php)CreateActivityLoggedEvent.phpc) User?ilorActiviv.lstener.ono© ActivityLogged.phpC RequestGenerateAskJiminnyReportJob.phpC RequestGenerateReportJob.php(©) AutomatedReportResult.phpC AutomatedReport.phpclass Auronaredreoorysconnano excenos conmanoprivate const string LOG_PREFIX = '[automated-reports]';* The name and siqnature of the console command.* dvar string31 6tprotected ssignature ='automated-reports1--report-1d= : Process a specitic report by 1d or vulu (bypasses trequency scnedulingst33* The console command description.* @var string*/39©protected Sdescription = 'Process automated reports based on their frequency weekly. monthly.quarterly).Use --report-1d to manvally trigger a specific report by 1D or uuld.'*43 Ctpubuic tunctlon __constructlprivace readonly Loggerintertace slogger,privace readonly busuispaucher salspaucher,onwvare readonuy Auroldrecreporrsreoosrory nrecorcreoosicoryparent.. construct/*** Execute the console command.* dreturn intpubuic tunccion nandlel: int$this->logger->info(self::LOG_PREFIX . ' Started'):$now = Carbon::nowo:$isMonday = Snow->isMondayO:$isFirstDay0fMonth = $now->day === 1:(aJ OutputU # OOUO400000pB6fрМAC X8 rowsWid YIuuid UUID with time-low and time-h.Y ÷ @media type Ti status vi type YZ05 Y200eta2-5071-4805-2555-507910502150266 656 [CREDIT_CARD]-+F201500c808267 319094f0-7368-4ec1-8f2b-a15b99bb37ec269 d3037407-091e-438a-8c8e-6745c5bf8df9271 09fd931c-117a-47b7-8ccb-abe2e5fe01a14 6т180025-6856-4221-8542-9270509-0101001pdfpdfpdfpdfpdf4 ask jiminny4ask jiminnv1 ask_Timinny4 ask iininnv4ask jiminny1lask jiminnv275 ff55bec0-961d-493f-b8fb-dbc2e1d252793 ask TiminnyA2 лSupport Daily • in 2 h 37 m100%Tue 14 Apr 12:23:131:Ask liminnvReportActivityServiceT...Defaults v= custom.log= laravel.logL SF fiminny@localhost ›≤ HS_local fiminny@localhost)d console PRODIe console (EU]c console (STAGING]C AskJiminnyReportActivityService.php© ActivitySearch.phgC) OnDemandV2Controller.phpC HistoryService.phpC FilterDefinitionCollection.phpC Criteria.phpCi AskJiminnyReportActivityServiceTest.phg© RequestGenerateAskJiminnyReportJobTest.php1561571581591601041631641651661671681691701711721731741751761771781791801811821831891OA1191|X:Auto vPlayground yDo jiminny yISELECT * FROM activity search filters WHERE activity search_ 1d = 1982:m 010 A12 V.2 V.4 лSELECT * FROM automated_reports where za = 68;SELECT * FROM automated_report_results where 10 = 2751SELECT * FROM automated_reports order by id desc;AELE *-KUIMautomated_report_results order by ia desc,select * tron acmur searches where user 10 = 145.select * fromanvunilno orollors.ISELECT * FROM groups WHERE 1d = 1439:ISELECT * FROM users WHERE group 1d = 1439:select * from permissions; # 158select * from roles;select * from permission_ roleseLect * tromteams where 1d = 11select * 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 = 28;select * from playbooks where id = 179;select * from users where id = 143:select * from crm_profiles where user_id = 143select * from activitles where crm_configuration_1d = 39 and type = 'conferenceand crm_provider_id IS NOT NULL ORDER by id desc:select * from activities where id = 422003; # 00U0400000pB6fpMACSELECT ar. ig, ar.uuid, af.mediantvpe, ar.status, a.tvRSFROM automated_report_resulus arJOIN automated_reports a ON a.ig = ar.cepontaidWHERE a.type = 'ask_jiminny'ILTMIT 10:""request id":"edc47759-160a-4f61-82fc-c8cdf5e55464" "status"."completed" "timestamo"."2026-03-31T15•52•05. 828229÷00•00" "c3 Un1H. "C3•|N/S3://dev.J1m1nny.cl1ent-data/5f0f4810-7e77-4086-8f69-93429ae4d/0b/panorama-reports/test_req_q_1.MDss:dev.11minnv.clllent-data/sr0r4810-/e77-4086-8169-95429ae40/00/nanorama-renorts/test neo d 1.00kW Windsurt Teams182:25 U1--84 spaces...
|
NULL
|
NULL
|
NULL
|
11267
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• Support Daily - in 2 h 37 m100% <47DEV (docker)DOCKER• 81DEV (docker)882APP (-zsh)X3ec2-user@ip-10-30-…jiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: stoppedjiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5: jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00:stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00:stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1: jiminny-worker-processing-1_00: startedjiminny-worker-processing-2:jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00: startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265-zsh885-zsh86-zsh®O ₴7Tue 14 Apr 12:23:16181* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report not found: 265root@docker_lamp_1:/home/jiminny# ]...
|
NULL
|
NULL
|
NULL
|
11268
|
|
PhpStormFileEditFV faVsco.s vViewNavigateCodeLarav PhpStormFileEditFV faVsco.s vViewNavigateCodeLaravelRefactor#11894 on JY-18909-automated-reports-ask-jiminny k -ToolsWindowHelpProject v= .env.staging=.gitattributesO .gitignore=.php-cs-fixer.cachephp.php-cs-fixer.dist.phpphp.phpstorm.meta.phpE.ohpunit.result.cache=.prettierignoreE .windsurfrulespip lue nelper.onephp_ide_helper_models.phpphp artisanO composer.jsonO composer.lockO dependency-checker.json( dev.json= ids.txtEinfection.ison.distM+ INSTALL.mdM+ INTERNAL_WEBHOOK_SETUP.mciminny storageM+ licenses.mdM Makefile0 package-lock.json= phpstan.neon.dist= phpstan-baseline.neon< phpunit.xmlTe raw_sqL_query.sqlM+ KEADMEMOso sonar-proiect properties= test.oy<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› ib External LibrariesE® Scratches and Consolesv M Database Consolesvd jiminny@localhostd console yiminny @localnost4 DI liiminnv@localhostis ho local iminny alocalnosA SF [jiminny@localhost]A zoho_dev [jiminny@localha> A PRODservicesv _ DatabasevdtuA consolev&jiminny@localhostc moocallASF 4:V A PRODs consoleV A STAGING4 console 1 s 153 ms& DockerTests passed: 1 (14 minutes ago)© ReportController.phpAddLayoutchuitles.ono)TrackProviderInstalledEvent.phpJiminnyDeouecommana.ongAutomaleakeporscommana.ongAutomatedReportsSendCommand.phpC Team.phpC AutomatedReportsRepository.phpAutomatedReportsService.php© CreateHeldActivityEvent.phpCreateActivityLoggedEvent.php© RequestGenerateAskJiminnyReportJob.php© UserPilotActivityListener.php© ActivityLogged.php© RequestGenerateReportJob.php© AutomatedReportResult.phpC AutomatedReport.phpclass Auronaredreoorysconnano excenos conmanoprivate const string LOG_PREFIX = 'Tautomated-reports]':* The name and signature of the console command.* @var string31 6tprotected $signature ='automated-reports{--report-id= : Process a specific report by ID or UUID (bypasses frequency scheduling)}';33* The console command description.* Ovar string*/39 Ctprotected $description = 'Process automated reports based on their frequency (weekly, monthly,quarterly).Use --report-id to manually trigger a specific report by ID or UUID.';43 Ctpublic function __construct(private readonly LoggerInterface $logger,private readonly BusDispatcher $dispatcher,onwvare readonuy Auroldrecreporrsreoosrory nrecorcreoosicoryparent.. construct/*** Execute the console command.* @return intpubuic tunccion nandlel: int$this->logger->info(self::LOG_PREFIX . ' Started');$now = Carbon: :now();$isMonday = $now->isMonday);$isFirstDay0fMonth = $now->day === 1;Output8 rowsMid Tf # 00UO400000pB6fpMAC xIuuid UUID with time-low and time-h..Y ; Imedia type YI status YZ05 Y200eTa2-5071-4805-2555-507910502150266 656 [CREDIT_CARD]-+F201500c808267 319094f0-7368-4ec1-8f2b-a15b99bb37ec269 d3037407-091e-438a-8c8e-6745c5bf8df9271 09fd931c-117a-47b7-8ccb-abe2e5fe01a174 [CREDIT_CARD]-8542-927050970101275 ff55bec0-961d-493f-b8fb-dbc2e1d25279pdfpdfpdfpdfpdftype Y4ask tanlanv4 ask_jiminny1 ask_jiminny4 ask_jiminny4ask amunnv1 ask_J1m1nny3 ask_jiminny82 .j Support Daily • in 2h 37 mA1: Ask liminnvReportActivityServiceT...Defaults v100% CS•Tue 14 Apr 12:23:16= custom.log= laravel.log© AskJiminnyReportActivityService.php© AskJiminnyReportActivityServiceTest.phpX:Auto vA SF [jiminny@localhost] XA HS_local [jiminny@localhost]© ActivitySearch.phg© OnDemandV2Controller.php© RequestGenerateAskJiminnyReportJobTest.phpPlaygroundAl console [PROD]© HistoryService.phpAl console (EU]A console [STAGING]© FilterDefinitionCollection.phpC Criteria.php1471481491501511521531541611041631641651661671681691701711721174175176177178179180181182 V—183Do jiminny y010 A12 V.2 V.4 лseLect * trom crn_contigurations where 10 = 57;select * trom ceams where 10 = 1;select x trolteam features where team id= 1:select * fromfeatures;SELECT * FROM activity_searches where id = 1982; # 1981SELECT * FROM activity_search_filters WHERE activity_search_id = 1982;SELECT * FROM automated_reports where id = 68;SELECT * FROM automated_report_results where id = 275;SELECT * FROM automaped_reports order by id desc;IELE* FKUMautomated_report_results order by id desc;select x trol acmur searches wnere user 10 =149.select x trol askanvununo orollorsSELECT * FROM groups WHERE id = 1439;SELECT * FROM users WHERE group_id = 1439;select * from permissions; # 158select * from roles;select * from permission_role.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;selecr x Tol arouoswhere id = 28:select x trolplaybooks where team_id = 1;select * from playbooks where id = 179;select * from playbook_categories where id = 1391;select * fromusers where id = 143;select * from crm_profiles where user_id = 143;select * from activities where crm_configuration_id = 39 and type = 'conference'and crm_provider_id IS NOT NULL ORDER by id desc;seLect * trom aculvicles where 10 = 422005; # оббо4006бервотрмасseLECT ar.id, ar.wuig,ar.mediantype, ar.status, a.tyReFROM automated report results anJOIN automated_reports a ON a.id = ar.report.igesVyW Windsurf Teams183:26UTF-84 spaces...
|
NULL
|
NULL
|
NULL
|
11269
|
|
Last login: Sat Apr 11 12:38:35 on ttys006
Poetry Last login: Sat Apr 11 12:38:35 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ dev
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan optimize:clear && supervisorctl restart all
INFO Clearing cached bootstrap files.
config [PASSWORD_DOTS] 41.20ms DONE
cache [PASSWORD_DOTS] 61.54ms DONE
compiled [PASSWORD_DOTS] 3.39ms DONE
events [PASSWORD_DOTS] 5.01ms DONE
routes [PASSWORD_DOTS] 3.37ms DONE
views [PASSWORD_DOTS] 43.92ms DONE
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped
jiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped
jiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped
jiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped
jiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped
worker-analytics:worker-analytics_00: stopped
worker-crm-update:worker-crm-update_00: stopped
worker-download:worker-download_00: stopped
worker-nudges:worker-nudges_00: stopped
worker-emails:worker-emails_00: stopped
worker-crm-sync:worker-crm-sync_00: stopped
jiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped
worker-calendar:worker-calendar_00: stopped
worker-audio:worker-audio_00: stopped
worker-conferences:worker-conferences_00: stopped
worker:worker_00: stopped
worker-es-update:worker-es-update_00: stopped
artisan-schedule:artisan-schedule_00: stopped
artisan-schedule:artisan-schedule_00: started
jiminny-worker-processing-1:jiminny-worker-processing-1_00: started
jiminny-worker-processing-2:jiminny-worker-processing-2_00: started
jiminny-worker-processing-3:jiminny-worker-processing-3_00: started
jiminny-worker-processing-4:jiminny-worker-processing-4_00: started
jiminny-worker-processing-5:jiminny-worker-processing-5_00: started
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started
worker:worker_00: started
worker-analytics:worker-analytics_00: started
worker-audio:worker-audio_00: started
worker-calendar:worker-calendar_00: started
worker-conferences:worker-conferences_00: started
worker-crm-sync:worker-crm-sync_00: started
worker-crm-update:worker-crm-update_00: started
worker-download:worker-download_00: started
worker-emails:worker-emails_00: started
worker-es-update:worker-es-update_00: started
worker-nudges:worker-nudges_00: started
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265
Report not found: 265
root@docker_lamp_1:/home/jiminny#
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
11270
|
|
Last login: Sat Apr 11 12:38:35 on ttys006
Poetry Last login: Sat Apr 11 12:38:35 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ dev
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan optimize:clear && supervisorctl restart all
INFO Clearing cached bootstrap files.
config [PASSWORD_DOTS] 41.20ms DONE
cache [PASSWORD_DOTS] 61.54ms DONE
compiled [PASSWORD_DOTS] 3.39ms DONE
events [PASSWORD_DOTS] 5.01ms DONE
routes [PASSWORD_DOTS] 3.37ms DONE
views [PASSWORD_DOTS] 43.92ms DONE
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped
jiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped
jiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped
jiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped
jiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped
worker-analytics:worker-analytics_00: stopped
worker-crm-update:worker-crm-update_00: stopped
worker-download:worker-download_00: stopped
worker-nudges:worker-nudges_00: stopped
worker-emails:worker-emails_00: stopped
worker-crm-sync:worker-crm-sync_00: stopped
jiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped
worker-calendar:worker-calendar_00: stopped
worker-audio:worker-audio_00: stopped
worker-conferences:worker-conferences_00: stopped
worker:worker_00: stopped
worker-es-update:worker-es-update_00: stopped
artisan-schedule:artisan-schedule_00: stopped
artisan-schedule:artisan-schedule_00: started
jiminny-worker-processing-1:jiminny-worker-processing-1_00: started
jiminny-worker-processing-2:jiminny-worker-processing-2_00: started
jiminny-worker-processing-3:jiminny-worker-processing-3_00: started
jiminny-worker-processing-4:jiminny-worker-processing-4_00: started
jiminny-worker-processing-5:jiminny-worker-processing-5_00: started
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started
worker:worker_00: started
worker-analytics:worker-analytics_00: started
worker-audio:worker-audio_00: started
worker-calendar:worker-calendar_00: started
worker-conferences:worker-conferences_00: started
worker-crm-sync:worker-crm-sync_00: started
worker-crm-update:worker-crm-update_00: started
worker-download:worker-download_00: started
worker-emails:worker-emails_00: started
worker-es-update:worker-es-update_00: started
worker-nudges:worker-nudges_00: started
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265
Report not found: 265
root@docker_lamp_1:/home/jiminny#
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
11271
|
|
Last login: Sat Apr 11 12:38:35 on ttys006
Poetry Last login: Sat Apr 11 12:38:35 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ dev
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan optimize:clear && supervisorctl restart all
INFO Clearing cached bootstrap files.
config [PASSWORD_DOTS] 41.20ms DONE
cache [PASSWORD_DOTS] 61.54ms DONE
compiled [PASSWORD_DOTS] 3.39ms DONE
events [PASSWORD_DOTS] 5.01ms DONE
routes [PASSWORD_DOTS] 3.37ms DONE
views [PASSWORD_DOTS] 43.92ms DONE
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped
jiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped
jiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped
jiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped
jiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped
worker-analytics:worker-analytics_00: stopped
worker-crm-update:worker-crm-update_00: stopped
worker-download:worker-download_00: stopped
worker-nudges:worker-nudges_00: stopped
worker-emails:worker-emails_00: stopped
worker-crm-sync:worker-crm-sync_00: stopped
jiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped
worker-calendar:worker-calendar_00: stopped
worker-audio:worker-audio_00: stopped
worker-conferences:worker-conferences_00: stopped
worker:worker_00: stopped
worker-es-update:worker-es-update_00: stopped
artisan-schedule:artisan-schedule_00: stopped
artisan-schedule:artisan-schedule_00: started
jiminny-worker-processing-1:jiminny-worker-processing-1_00: started
jiminny-worker-processing-2:jiminny-worker-processing-2_00: started
jiminny-worker-processing-3:jiminny-worker-processing-3_00: started
jiminny-worker-processing-4:jiminny-worker-processing-4_00: started
jiminny-worker-processing-5:jiminny-worker-processing-5_00: started
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started
worker:worker_00: started
worker-analytics:worker-analytics_00: started
worker-audio:worker-audio_00: started
worker-calendar:worker-calendar_00: started
worker-conferences:worker-conferences_00: started
worker-crm-sync:worker-crm-sync_00: started
worker-crm-update:worker-crm-update_00: started
worker-download:worker-download_00: started
worker-emails:worker-emails_00: started
worker-es-update:worker-es-update_00: started
worker-nudges:worker-nudges_00: started
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265
Report not found: 265
root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
11272
|
|
Last login: Sat Apr 11 12:38:35 on ttys006
Poetry Last login: Sat Apr 11 12:38:35 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ dev
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan optimize:clear && supervisorctl restart all
INFO Clearing cached bootstrap files.
config [PASSWORD_DOTS] 41.20ms DONE
cache [PASSWORD_DOTS] 61.54ms DONE
compiled [PASSWORD_DOTS] 3.39ms DONE
events [PASSWORD_DOTS] 5.01ms DONE
routes [PASSWORD_DOTS] 3.37ms DONE
views [PASSWORD_DOTS] 43.92ms DONE
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped
jiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped
jiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped
jiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped
jiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped
worker-analytics:worker-analytics_00: stopped
worker-crm-update:worker-crm-update_00: stopped
worker-download:worker-download_00: stopped
worker-nudges:worker-nudges_00: stopped
worker-emails:worker-emails_00: stopped
worker-crm-sync:worker-crm-sync_00: stopped
jiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped
worker-calendar:worker-calendar_00: stopped
worker-audio:worker-audio_00: stopped
worker-conferences:worker-conferences_00: stopped
worker:worker_00: stopped
worker-es-update:worker-es-update_00: stopped
artisan-schedule:artisan-schedule_00: stopped
artisan-schedule:artisan-schedule_00: started
jiminny-worker-processing-1:jiminny-worker-processing-1_00: started
jiminny-worker-processing-2:jiminny-worker-processing-2_00: started
jiminny-worker-processing-3:jiminny-worker-processing-3_00: started
jiminny-worker-processing-4:jiminny-worker-processing-4_00: started
jiminny-worker-processing-5:jiminny-worker-processing-5_00: started
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started
worker:worker_00: started
worker-analytics:worker-analytics_00: started
worker-audio:worker-audio_00: started
worker-calendar:worker-calendar_00: started
worker-conferences:worker-conferences_00: started
worker-crm-sync:worker-crm-sync_00: started
worker-crm-update:worker-crm-update_00: started
worker-download:worker-download_00: started
worker-emails:worker-emails_00: started
worker-es-update:worker-es-update_00: started
worker-nudges:worker-nudges_00: started
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265
Report not found: 265
root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 68
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
11273
|
|
Last login: Sat Apr 11 12:38:35 on ttys006
Poetry Last login: Sat Apr 11 12:38:35 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ dev
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan optimize:clear && supervisorctl restart all
INFO Clearing cached bootstrap files.
config [PASSWORD_DOTS] 41.20ms DONE
cache [PASSWORD_DOTS] 61.54ms DONE
compiled [PASSWORD_DOTS] 3.39ms DONE
events [PASSWORD_DOTS] 5.01ms DONE
routes [PASSWORD_DOTS] 3.37ms DONE
views [PASSWORD_DOTS] 43.92ms DONE
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: stopped
jiminny-worker-processing-2:jiminny-worker-processing-2_00: stopped
jiminny-worker-processing-3:jiminny-worker-processing-3_00: stopped
jiminny-worker-processing-4:jiminny-worker-processing-4_00: stopped
jiminny-worker-processing-5:jiminny-worker-processing-5_00: stopped
worker-analytics:worker-analytics_00: stopped
worker-crm-update:worker-crm-update_00: stopped
worker-download:worker-download_00: stopped
worker-nudges:worker-nudges_00: stopped
worker-emails:worker-emails_00: stopped
worker-crm-sync:worker-crm-sync_00: stopped
jiminny-worker-processing-1:jiminny-worker-processing-1_00: stopped
worker-calendar:worker-calendar_00: stopped
worker-audio:worker-audio_00: stopped
worker-conferences:worker-conferences_00: stopped
worker:worker_00: stopped
worker-es-update:worker-es-update_00: stopped
artisan-schedule:artisan-schedule_00: stopped
artisan-schedule:artisan-schedule_00: started
jiminny-worker-processing-1:jiminny-worker-processing-1_00: started
jiminny-worker-processing-2:jiminny-worker-processing-2_00: started
jiminny-worker-processing-3:jiminny-worker-processing-3_00: started
jiminny-worker-processing-4:jiminny-worker-processing-4_00: started
jiminny-worker-processing-5:jiminny-worker-processing-5_00: started
jiminny-worker-processing-delayed:jiminny-worker-processing-delayed_00: started
worker:worker_00: started
worker-analytics:worker-analytics_00: started
worker-audio:worker-audio_00: started
worker-calendar:worker-calendar_00: started
worker-conferences:worker-conferences_00: started
worker-crm-sync:worker-crm-sync_00: started
worker-crm-update:worker-crm-update_00: started
worker-download:worker-download_00: started
worker-emails:worker-emails_00: started
worker-es-update:worker-es-update_00: started
worker-nudges:worker-nudges_00: started
root@docker_lamp_1:/home/jiminny# php artisan automated-reports 265
No arguments expected for "automated-reports" command, got "265".
root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265
Report not found: 265
root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 68
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
11274
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• Support Daily • in 2h 37 m100% <47DEV (docker)DOCKER• 881DEV (docker)882APP (-zsh)X3jiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00: stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2: jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265ec2-user@ip-10-30-….-zsh885-zsh86-zshO ₴7Tue 14 Apr 12:23:33T₴1* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report notfound:265root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 68...
|
PhpStorm
|
faVsco.js – laravel.log
|
NULL
|
11275
|
|
Project: faVsco.js, menu
#11894 on JY-18909-automa Project: faVsco.js, menu
#11894 on JY-18909-automated-reports-ask-jiminny, menu
Start Listening for PHP Debug Connections
AskJiminnyReportActivityServiceT…Defaults
Run 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
Debug 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
26
Previous Highlighted Error
Next Highlighted Error
[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] No data {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {"empty_results":5,"max_empty_results":5} {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {"empty_results":5,"max_empty_results":5} {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] Service ending {"runtime_seconds":58,"total_cycles":5,"files_downloaded":0,"empty_files":0,"other_portal_skipped":0,"total_events":0,"events_per_file":0,"avg_api_ms":326.0,"avg_download_ms":0.0,"avg_transform_ms":0.0,"avg_process_ms":0.0,"peak_memory_mb":99.75} {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] Released polling lock {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:48] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"eed51986-2ad0-4919-8ae5-6a461552e52a","trace_id":"d1e0fd82-3461-4538-9622-ee6858fad872"}
[2026-04-14 09:22:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"eed51986-2ad0-4919-8ae5-6a461552e52a","trace_id":"d1e0fd82-3461-4538-9622-ee6858fad872"}
[2026-04-14 09:22:58] local.NOTICE: Monitoring start {"correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3","trace_id":"11ee8209-75e8-4e51-ac64-cca6af2a840e"}
[2026-04-14 09:22:58] local.NOTICE: Monitoring end {"correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3","trace_id":"11ee8209-75e8-4e51-ac64-cca6af2a840e"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Started {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.WARNING: [automated-reports] Report not found for --report-id {"reportId":"265"} {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Found 0 daily reports to process {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Completed {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:07] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"8def6616-e61f-4ace-8bc3-3776ce104fec","trace_id":"18bed36c-6ffe-4996-be4a-22dbb551ef78"}
[2026-04-14 09:23:07] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"8def6616-e61f-4ace-8bc3-3776ce104fec","trace_id":"18bed36c-6ffe-4996-be4a-22dbb551ef78"}
[2026-04-14 09:23:16] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:16] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:16] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:16] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
[2026-04-14 09:23:26] local.INFO: Running conference:monitor:count command for activities in (2026-04-14 09:21:00, 2026-04-14 09:23:00] {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
[2026-04-14 09:23:26] local.INFO: [conference:monitor:count] No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:00] {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
[2026-04-14 09:23:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
Code changed:
Hide
Sync Changes
Hide This Notification
2
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Console\Commands\Reports;
use Carbon\Carbon;
use Illuminate\Console\Command;
use Illuminate\Contracts\Bus\Dispatcher as BusDispatcher;
use Illuminate\Support\Collection;
use Jiminny\Jobs\AutomatedReports\RequestGenerateAskJiminnyReportJob;
use Jiminny\Jobs\AutomatedReports\RequestGenerateReportJob;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\Team;
use Jiminny\Repositories\AutomatedReportsRepository;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Psr\Log\LoggerInterface;
class AutomatedReportsCommand extends Command
{
/**
* Log prefix for all log messages
*/
private const string LOG_PREFIX = '[automated-reports]';
/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'automated-reports
{--report-id= : Process a specific report by ID or UUID (bypasses frequency scheduling)}';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Process automated reports based on their frequency (weekly, monthly, quarterly).
Use --report-id to manually trigger a specific report by ID or UUID.';
public function __construct(
private readonly LoggerInterface $logger,
private readonly BusDispatcher $dispatcher,
private readonly AutomatedReportsRepository $reportRepository
) {
parent::__construct();
}
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{
$this->logger->info(self::LOG_PREFIX . ' Started');
$now = Carbon::now();
$isMonday = $now->isMonday();
$isFirstDayOfMonth = $now->day === 1;
$currentMonth = $now->month;
// Check if the current month is a quarterly month (January, April, July, October)
$isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10], true);
$this->logger->info(self::LOG_PREFIX . ' Checking conditions', [
'isMonday' => $isMonday,
'isFirstDayOfMonth' => $isFirstDayOfMonth,
'currentMonth' => $currentMonth,
'isQuarterlyMonth' => $isQuarterlyMonth,
]);
// Process daily reports
$this->processReports(AutomatedReportsService::FREQUENCY_DAILY);
// Process weekly reports on Mondays
if ($isMonday) {
$this->processReports(AutomatedReportsService::FREQUENCY_WEEKLY);
}
// Process monthly reports on the first day of the month
if ($isFirstDayOfMonth) {
$this->processReports(AutomatedReportsService::FREQUENCY_MONTHLY);
}
// Process quarterly reports on the first day of January, April, July, and October
if ($isFirstDayOfMonth && $isQuarterlyMonth) {
$this->processReports(AutomatedReportsService::FREQUENCY_QUARTERLY);
}
$this->logger->info(self::LOG_PREFIX . ' Completed');
return 0;
}
/**
* Process reports for a specific frequency.
*
* @param string $frequency
*
* @return void
*/
private function processReports(string $frequency): void
{
$this->logger->info(self::LOG_PREFIX . " Processing $frequency reports");
$reportId = $this->option('report-id');
if ($reportId !== null) {
$reports = $this->getReportById($reportId);
} else {
// Get all enabled, not deleted reports with active teams for the specified frequency
$reports = $this->reportRepository->getActiveReportsByFrequency($frequency);
}
$this->logger->info(self::LOG_PREFIX . " Found {$reports->count()} $frequency reports to process");
/** @var AutomatedReport $report */
foreach ($reports as $report) {
$this->logger->info(self::LOG_PREFIX . ' Dispatching Generate Report job for report', [
'reportUuid' => $report->getUuid(),
'teamId' => $report->getTeamId(),
'frequency' => $report->getFrequency(),
'type' => $report->getType(),
]);
$job = $report->isAskJiminnyReport()
? new RequestGenerateAskJiminnyReportJob($report->getUuid())
: new RequestGenerateReportJob($report->getUuid());
$this->dispatcher->dispatch($job);
}
}
private function getReportById(string $reportId): Collection
{
$report = $this->reportRepository->findByIdOrUuid($reportId);
if ($report === null) {
$this->logger->warning(self::LOG_PREFIX . ' Report not found for --report-id', ['reportId' => $reportId]);
$this->warn("Report not found: {$reportId}");
return collect();
}
if (! $report->getStatus()) {
$this->logger->warning(self::LOG_PREFIX . ' Report is inactive, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
]);
$this->warn('Report is inactive — processing anyway (manual override).');
}
$team = $report->getTeam();
if ($team->getStatus() !== Team::STATUS_ACTIVE) {
$this->logger->warning(self::LOG_PREFIX . ' Team is not active, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
'teamId' => $report->getTeamId(),
'teamStatus' => $team->getStatus(),
]);
$this->warn("Team #{$report->getTeamId()} is not active — processing anyway (manual override).");
}
if ($report->isExpired()) {
$this->logger->warning(self::LOG_PREFIX . ' Report is expired, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
'expiresAt' => $report->getExpiresAt()?->toDateString(),
]);
$this->warn('Report is expired (expires_at: ' . $report->getExpiresAt()?->toDateString() . ') — processing anyway (manual override).');
}
return collect([$report]);
}
}...
|
PhpStorm
|
faVsco.js – laravel.log
|
NULL
|
11276
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• Support Daily - in 2 h 37 m100% <47DEV (docker)DOCKER981DEV (docker)882APP (-zsh)X3jiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00: stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2: jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265ec2-user@ip-10-30-…-zsh885-zsh86-zshO ₴7Tue 14 Apr 12:23:41181* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report not found: 265root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 68root@docker_lamp_1:/home/jiminny#...
|
NULL
|
NULL
|
NULL
|
11277
|
|
PhpStormFileFditViewNavigateCodelaraveRetactonTool PhpStormFileFditViewNavigateCodelaraveRetactonToolsWindowHelpFV faVsco.s v#11894 on JY-18909-automated-reports-ask-iminny kProject v= custom.loa= hubspot-iournal-poll.loo= laravel.log<» phpunit.xm.us ttt.js= oauth-private.key= oauth-public.keyE storage= supervisoro,oid"rexceav.sonv Mtests> _ Feature> Integration› _ ServicesUnit›_ Actions_ component_ contigurationM ConsoleM ContractsM DomainMDTOD Enums_ Events• ExceptionsO fixtures→ HelpersHttp_ Integrations→ linteractionsv D Jobs>_ActivityM AiAutomation>M Audiov _ AutomatedReports©) CreateResultsTest.p©) RequestGenerateAsl(C) RequestGenerateRer(c) SendReportJobTest.(ch SendRenortMailJobtcallendari1ermDealRisksM MailboxM StreaminaServicesТОGЛv DatabaseV AEUc consoev L iminny@localhostL HS local4SF 1 s 140 msV PROnd consoleV & STAGINGd console 1s 153 ms,, Dockerc) RenortController.ongJiminnyDeouecommana.ongC AutomatedReportsCommand.php© AddLayoutEntities.phpC Team.phpC AutomatedReportsRepository.phpC) AutomatedReportsService.phpc CrealenelaAcuviyevent.ono© TrackProviderInstalledEvent.php© CreateActivityLoggedEvent.phpc) User?illotActivitvuistener.ono© ActivityLogged.phpAutomaleakeporscallbackoervice.ongC RequestGenerateAskJiminnyReportJob.php(©) AutomatedReportResult.phpC AutomatedReport.phpclass Auronaredreoorysconnano excenos conmanoprivate const string LOG_PREFIX = '[automated-reports]';* The name and signature of the console command.* dvar string31 6tprotected ssignature ='automated-reports1--report-1d=: Process a specitic report by Iu or vuld (bypasses trequency scheaulingra3335* The console command description.* dvar strinc*/39©protected Sdescription = Process automated reports based on their frequency weekly, monthly.quarterly).Use --report-id to manually trigger a specific report by 1b or vuld.':43 Ctpubuic tunctlon __constructlprivace readonly Loggerintertace slogger,orvare reaconuy busursooucher souspatcher.onwvare readonuy Aurolarecrecorisreoosrory nreoorcreoosicoryparent.. construct/***-ypcute The concale commanal* dreturn intpubuic tunccion nandlel: int$this->logger->info(self::LOG_PREFIX . ' Started'):$now = Carbon::nowo:$isMonday = Snow->isMondayO:$isFirstDay0fMonth = $now->day === 1:OutputwwD jiminny.automated_reports50 rowsTix: Auto vWid YWuuid (UUID with time-low a...Wteam_id VШ type Y68 efe7dcab-955f-46ed-bbff-21fe6cc4f4b71 ask jiminny67 81ad94e2-8b64-4281-9e45-fac2ffe173591 ask iiminnv484r2acec+-c7e5-4521-0250-0512958800271 exec_summary47 90ac7a1d-7b2c-40ed-b7e6-af2f70b1fe881 exec summary46 be413ea5-8e74-479f-af30-d2e76917ab621 exec summary45 d8be3cbc-48d0-4d40-ad09-8657fe3f8fad1 exec summary44 66880ca1-1500-4052-0704-0615026612791 exec_summarysu rows retrieved staruino Trom 1in 949 ms (execution: 4/ ms, Telching: goz msA2Support Daily • in 2 h 37 m100% C2Tue 14 Aor 12:23:41= custom.log= laravel.log xL SF (iminny@localhost≤ HS_local fiminny@localhost)d console PRODIe console (EU]c console (STAGING]C AskJiminnyReportActivityService.phpAcuivlysearch.ongC) OnDemandV2Controller.phpC HistoryService.phpC Criteria.phpch Ask.liminnvRenortActivitvServiceTest.ohr© RequestGenerateAskJiminnyReportJobTest.php10994002949U2133132 M V2026-04-14 09.22137Local.INFO: LHubspot Journal Polling No data1"correlation_1d":"316142e2-a958-41A5-8eef-7289ec3996e8","trace_1d":"d917070-04-141LOCaL.WARNING: LHUDspot Journal PoLLing Maximum empty resulus reached, stopping i"empty_results.o,"max_empty_resuutsLOCaL.WARNING: LHUDspot Journal PoLLing Maximum empty resulus reacned, scopping i"empty_results".o, "max_empty_resulus12020-04-14107:22:514020-04-14 07.22707LocaL.INFU: LHuDspot Journal PoLlingl service ending i"runtime_seconas".so, "cotal_cycles"'o,"riles_downLoaded":o, emp)Zocal.INF0: HubSpot Journal Pollingl Released polling lock{"correlation id"."316142e2-a958-41a5-8eef-7289ec3996e8".[2026-04-14 09:22:4812026-04-14 09:22:492026-04-14 09:22:58local.INF0: Jiminny \Console \Commands \Command::run Memory usage before starting command {"connand":"dialers:monitor-acLocal.INFO: Jiminny \Console \Commands \Command::run Memory usage for command 1"command":"dialers:monitor-activities","mLocal.NOTICE: Monitoring start*"correlation_ 1d":"3f16da65-d8cd-49f1-a4cf-a050220f42c3","trace_1d":"11ee8209-75e8-4e52026-04-14 09:22:58Local.NOTICE: Monitoring end1"correlation_id": "3f16da65-d8cd-49f1-a4cf-a050220f42c3", "trace_id":"11ee8209-75e8-4e5112026-04-14 09:23:03JLocal.INFU: Lautomated-reports Started1"correlation_1d":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d"]12026-04-14 09:23:03]Local.INFU: Lautomated-reports Checking conditions 1"1SMonday":false,"1SF1rstbay0fMonth":false, "currentMonth":4, "1S0.12026-04-14 09:23:03 Local.INFO: Lautomated-reports Processing dally reports1"correlation_1d":"ea29cbbb-c8a3-4a93-bef7-b466294e4e5d","t,17070-04-14 09-79-05LOCaL.WARNING: Laucomacea-reporus. Report not touna ton--reporu-ia 1 reporila: A0s,e con elatlon10 ea2yeoo-co17070-04-14 09-79-05LocaL.INFU: Lautomaced-reporcs. Found o dally reporus to process1"correlacion_1d": "eazycopD-coas-4a75-DeT/-D4662942412020-04-14107:25:05Locar. unru: auronared-reoorts conolereo{"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823912020-04-14 07.25.07LocaL.LNru. Jamnny console\commanas\command::run Memory usage before starting command * "command":"mailbox:skip-Lists:14020-4-14 07.2.0local. INFO: Jiminny \Console\Commands \Command::run Memory usage for command {"command": "mailbox:skip-lists:refresh", "me[2026-04-14 09:23:16] local.INF0: Jiminny Console Commands Command::run Memory usage before starting command {"comnand . malloox.dacch.oroc2026-04-14 09:23:16Local.INFO: EmailSchedule STARTING batch process «"host":"docker lamp_ 1"r *"correlationid":"c83445bc-7adf-4f88-89a:2026-04-14 09:23:16]Local.INFO: [EmailSchedulel FINISHED batch process {"host":"docker lamp_ 1" "processed":0} {"correlation id": "c83445bc›L2026-04-14 09:23:16.local.INFO: Jiminny Console \Commands \Command::run Memory usage for command 1"command":"mailbox:batch:process" "memorye12026-04-14 09:23:26]LocaL.INFU: Jiminny Console\Commands \Command::run Memory usage before starting command 1"command":"conference:monitor:12026-04-14 09:23:26]Local.INFU: Running conference:monitor:count command for activities in (2026-04-14 09:21:00, 2026-04-14 09:23:00 1"C2026-04-14 09:25:261local.INFO: [conference:monitor:count] No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:00]{"correlatic17070-04-14 09-79-701local.INF0: Jiminny\Console\Commands\Command:: run Memory usage for command {"command": "conference:monitor: count", "memc17070-04-14 09-79-502020-04-14 04.25:5012026-04-14 09:23:36LocaL.INFU: Jimnny\console\commanas \command::run Menory usage berore scaruing command i"command": "matlbox:bauch:creatlocal.INFO: [EmailSchedule] STARTING batch create {"host":"docker_lamp_1"} {"correlation_id":"42facf77-8a99-4264-adOb-Zocal.INF0: EmailSchedulel FINISHED batch create {"host"."docker lamo 1"} {"correlation id"."42facf77-8a99-4264-ad0b›12026-04-14 09:23:362026-04-14 09:23:38local.INF0: Jiminny \Console \Commands \Command::run Memory usage for command {"command": "mailbox:batch: create", "memoryBLocal.INFO:automated-reports Started*"correlation id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0"."trace_1d":"99c1459€2026-04-14 09:23:38Local.INFO: Lautomatetd-reports) Checking conditions ¿"isMonday":false, "isFirstDay0fMonth":false, "currentMonth":4, "1sQ'2026-04-14 09:23:38Local.INFO:automated-reports Processing daily reports""correlation id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0","tiwstatus YW frequencyW from vWto vW deal value min ?• deal_value_max YI call types T1 monthly1dallyquarterly1 weekly1 weeklyO one off0 one_offSNULL>ShULl<null><null>SNULL><hULl<nul><null>SNULL>2025-07-21 00.001002025-07-2 00.001002075-07-21 00:00:002025-07-25 00:00:00<null><null><null<null<null:100100<null><null>‹nu> "conference" "olallen"‹null> "conference" "dialer"]‹null> ["conference" "dialer"]2000 ["conference"]2000 ["conference"]eSyy•media_types YI call"pdf"]"odf"["odf"]"pdf","podcast"["pdf"]["odf"1["pdf"]W Windsurf TeamsUTF-8f 4 spaces...
|
NULL
|
NULL
|
NULL
|
11278
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• Support Daily - in 2 h 37 m100% <47DEV (docker)DOCKER• 81DEV (docker)882APP (-zsh)X3jiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00: stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2: jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265ec2-user@ip-10-30-…-zsh885-zsh86-zsh®O ₴7Tue 14 Apr 12:23:54T₴1* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report not found: 265root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 68root@docker_lamp_1:/home/jiminny#...
|
NULL
|
NULL
|
NULL
|
11279
|
|
PhpStormFileFditViewNavigateCodeLaravelRetactonToo PhpStormFileFditViewNavigateCodeLaravelRetactonToolsWindowHelpFV faVsco.s v#11894 on JY-18909-automated-reports-ask-iminny K vProject v= custom.loa= hubspot-iournal-poll.loo= laravel.log<» phpunit.xm.Is ttt.js= oauth-private.key= oauth-public.keyE storage= supervisoro,oid"rexceav.sonv Mtests> _ Feature> _ Integration› _ Servicesv D Unit>DActions_ component> _ contiguration> M Console› M ContractsM DomainMDTOEnums_Events_ ExceptionsO fixturesHelpersHttp_ Integrations_Interactionsv D Jobs>_ActivityM AiAutomation>M Audiov _ AutomatedReports©) CreateResultsTest.p©) RequestGenerateAsh(C) RequestGenerateRer(c) SendReportJobTest.(ch SendRenortMailJobtcallendari1ermDealRisksS|MalloOXM StreaminaServicesТОСЛv DatabaseV AEUc consoev L iminny@localhosts ho local4SF 1 s 140 msV L PRODd consoleV & STAGINGd console 1s 153 ms,, Docker(©) ReportController.phpJiminnybeouecommana.ongC AutomatedReportsCommand.php XAutomaleakeporssenacommana.ong© AddLayoutEntities.phpC Team.phpC AutomatedReportsRepository.phpC) AutomatedReportsService.phpC CreateHeldActivityEvent.php© TrackProviderInstalledEvent.php© CreateActivityLoggedEvent.phpc) User?ilotActiviv.lstener.nno© ActivityLogged.php(©) AutomatedReportsCallbackService.phpC RequestGenerateAskJiminnyReportJob.php(©) AutomatedReportResult.phpC AutomatedReport.phpclass Auronaredreoorysconnano excenos connanopublic function handled: intnuns-oloccereoiiro seut.aLud racri."conolereorecurn o* Process reports for a specific frequency1001011021105110411051100107108109110111112113114115*dparam string sfrequency* dreturh voldprivate function processReports(string Sfrequencv): voidsthis->Loqger->info(self::L0G_PREFIX . " Processing Sfrequency reports"):$reportid = Sthis-›option( key: 'report-id');if (sreportid !== null)$reports = $this->getReportById(SreportId):selse ?// bet all enabled, not deleced reports wich accive teams for the specitled trequency$reports = $this->reportRepository->getActiveReportsByFrequency($frequency):nuns-oloccereoiiro seut.aLud racri." Found «Sreports->countO} Sfrequency reports to process")11811171201211221231124112511261** @var AutomatedReport Sreport */foreach (Sreports as Sreport)sthis->logger->info(self::LOG_PREFIXDispatching Generate Report job for report', ['reportuuld' => sreport->getuu1d)'teamid' = sreport->getleamido,"trequency → sreport->gecrrequency,"туре" = фгерогт-›дестуре).1);128129$iob = Sreport->isAskJiminnvReportO? new RequestGenerateAskJiminnyReportJob(Sreport->getUuidO)•now Poauoc+tononatoRonant.lohlcnonont.saotlluidin•U OutputwwD jiminny.automated_reports50 rows vTix: Auto vWid YWuuid (UUID with time-low a...Wteam_id V68 efe7dcab-955f-46ed-bbff-21fe6cc4f4b7Ш type Y1 ask jiminnyWstatus YW frequency1 monthly67 81ad94e2-8b64-4281-9e45-fac2ffe173591 ask j1minny484r2acec+-c7e5-4521-0250-05129588002747 90ac7a1d-7b2c-40ed-b7e6-af2f70b1fe881 exec_summary1 exec summaryIdallyquarterly1 weekly46 be413ea5-8e74-479f-af30-d2e76917ab6245 d8be3cbc-48d0-4d40-ad09-8657fe3f8fad1 exec summary1 exec summary1weekLyO one off44 66880ca1-1500-4052-0704-061502661 2791 exec_summary0 one_offsu rows retrieved staruno Trom 1in g49 ms (execution: 4/ ms, Telching: goz ms82 ^Support Daily • in 2 h 37 m100% C2Tue 14 Apr 12:23:54L AskJiminnyReportActivityServiceT..Defaults ~= custom.log= laravel.log XL SF fiminny@localhost≤ HS_local fiminny@localhost)d console PRODIe console (EU]c console (STAGING]C AskJiminnyReportActivityService.phpACuiVilysearch.onpC) OnDemandV2Controller.phpC HistoryService.phpC FilterDefinitionCollection.phpC Criteria.phpch Ask.liminnvRenortActivitvServiceTest.ohr© RequestGenerateAskJiminnyReportJobTest.php1028V32 ^1ng. No data1"correlation_1d":"316142e2-a958-41a5-8eef-/289ec3996e8", "trace_1d":"d9196bad-6e26-4865-8ba6-42dab4d66559"5oLLing. Maximum empty results reacned, scopping "empty_results".o, "max_empty_resuuts".or 1 correlation_10": 516142e2-a750-4105-8еeт-1207еC.COIIu INoTOMMalXe imUmeoTveMesuuse MeaeSIOOO OG A VEMOSIUNSINTNXE AINTO NEMESIUIN ISHNST SE OMAO Ы"Slol 4er-ayod-4lab-deet-Xoyeding. service ending i"runtlme_seconds".so, cotal_cycles"*o,"tiles_downLoaded":o, "empty_tiles":o, "ocher_porcal_skipped":o, "cotal_events":o,"ingl Released polling lock{"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}inds \Command:: run Memory usage before starting command {"command":"dialers:monitor-activities", "memoryBeforeCommandInMb":62.0,"memoryPeakBef‹inds \Command::run Memory usage for command i"command": "dialers:monitor-activities", "memoryBeforeCommandInMb":62.0, "memoryAfterCommandInNB" :6:"correlation_1d":"3f16da65-d8cd-49f1-a4cf-a050220f42c3","trace_1d":"11ee8209-75e8-4e51-ac64-cca6af2a840e"•"3f16da65-d8cd-49f1-a4cf-a050220f42c3""trace_id":"11ee8209-75e8-4e51-ac64-ccaбaf2a840e"hTANtAd1"correlation_1d":"ea29chbR-c8as-4a95-bef7-D466294e4e5d", "trace_1d": "Fe825917-0752-4ac6-995f-4e6dcaa55953'5Thecking conditions 1"1SMonday":false, "1SF1rstDay0fMonth":false, "currentMonth":4, "1SQuarterLyMonth":trues 1"correlation_1d":"ea29cbbb-c8a3-41rocessing dally reportsiJ Report not tound ror1"correlation_1d":"ea29cho-c8as-4a95-bef/-D466294e4e5d", "trace_1d": "Fe825917-0752-4ac6-995t-4e6d0aa55955'5--герогс-1а 1"герогс1а". 205"5 1 correlation_1d". eazycooD-coas-4a75-Der/-D460274e4e5d", "Crace_10": "TE825917-0752-420ound o dally reporus to process1"correlation_1d":"eazycopD-coas-4a75-ber/-D460274e4e5d", "trace_10":"Te825717-0752-4ac6-775t-4e6dcaa55755"ono Leted1"correlation_1d."eazyCDoD-coas-4a75-Der/-D466274e4e5d", "Trace_10": "TE825917-0752-4ac6-795t-4e6acaa55755'mos conmanorrrun menory usade berore stamano comnano comanorma looxe skip-lsisrrerest", "nenoryberorelomandInMb":62.0, "memoryPeakBefimos conianor-run melory usadeTor conmand t command• mantbox. skip-tists tetresh, memoryberorecommandinMo .o2.o, memoryArtercommanaLnMb.o.inds Command::run Memory usage before starting command {"command":"mailbox:batch:process" "memoryBeforeCommandInMb":62.0."memoryPeakBeforeCorING batch process ?"host": "docker_lamp_1"s ¿"correlation_id":"C83445bc-7adf-4f88-89aa-977832b46241", "trace_id":"7ab45f62-4828-4be4-bf1a-8781IHED batch process {"host":"docker lamp_1" "processed":0} {"correlation id":"c83445bc-7adf-4f88-89aa-977832b46241" "trace_id":"7ab45f62-4828inds Command::run Memory usage for command i"command":"mailbox:batch:process", "memoryBeforeCommandInMb":62.0, "memoryAfterCommandInMB":62.0,"1inds \Command::run Memory usage before starting command 1"command":"conference:monitor:count", "memorybeforecommandinMb":62.0, "memoryPeakbeforinitor:count command for activities 1n (2026-04-14 09:21:00, 2026-04-14 09:23:00Jf"correlation_id": "6f598ff2-e7b2-40aa-9bcb-91fe43042d9b",ount No activitles found 1n (2026-04-14 09:21:00, 2026-04-14 09:23:00J{"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id'inas (command::run Memory usage ror command i"command":"conference:monitor:count", "memoryBeforeCommandInMb" :62.0, "memoryAfterCommandInMB" :62.linds\Command:: run Memory usage before starting command {"command":"mailbox:batch: create", "memoryBeforeCommandInMb":62.0,"memoryPeakBeforeComrLiro pauch create{"host": "docker_lamp_1"} {"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281", "trace_id":"3034488f-9a16-442a-8e25-2a7ciHHED batch create{"host": "docker_lamp_1"} {"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281", "trace_id":"3034488f-9a16-442a-8e25-2a7cinds Command::run Memory usage for command {"command"."mailbox:batch: create" "memorvBeforeCommandInMb":62.0. "memorvAfterCommandInMB" :62.0."mFLarteai"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0","trace_id":"99c14596-1d69-43ee-ab9b-f8f435a5911d"}hecking conditions {"isMonday":false, "isFirstDay0fMonth":false, "currentMonth":4, "isQuarterlyMonth":true} {"correlation_id":"0463a4df-3b14-44rocessing daily reportsi"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0", "trace_id": "99c14596-1d69-43ee-ab9b-f8f435a5911d"}W from vSNULL>ShULl<null><null>SNULL>Wto v<hULl<nul><null>SNULL>deal value min YI deal_value_max YI call types T2025-07-21 00.001002025-07-2 00.001002075-07-21 00:00:002025-07-25 00:00:00<null><null><null<null<null:100100<null><null>‹nu> "conference" "olallen"‹null> "conference" "dialer"]‹null> ["conference" "dialer"]2000 ["conference"]2000 ["conference"JeSyy• media_types YI call["pdf"]"odf"["odf"]"pdf","podcast"["pdf"]["odf"1["pdf"]W Windsurf Teams32:67UTF-&f 4 spaces...
|
NULL
|
NULL
|
NULL
|
11280
|
|
PhpStormFileFditViewNavigateCodeLaravelRefactonToo PhpStormFileFditViewNavigateCodeLaravelRefactonToolsWindowHelpFV faVsco.js v#11894 on JY-18909-automated-reports-ask-iminny K vProject vProphetAiv → Reports(C AutomatedReportsC(©) AutomatedReportsR© AutomatedReportss© CreateMockAsKJimirC DeleteReportcomma© GenerateMarketingR©leam.phpC Usage.phpM Slack_leams→ Tracks_ TranscriptionD TwilioD Users_ Vocabulary_ 4oom© coachingeedbacksupcg command.phpcreateDatabaseusers.pc Daraoase oecountoiC DeleteOldAiCrmNotesC(©) DeleteS3LeftoversComi(C DevPostmanCommand.lC DiarizeViaAiParticipantk(©) EncryptTokensComman(©) EngagementStatsRegerT FeatureFlagsHelper.php© rixcross|enantissues.p(c) -ushro espermissionsa(e) Generatelnterna wepho(C) GroupSetDefaultLanquaC) HelperTruncateCoachin(©) HubspotJournalPollingC(©) HubspotWebhookServic(©) ImportRecording.phpC ImportUsersFromCsvFilC IterateUsersCommand.g(©) JiminnyCacheClearCom© JiminnyDebugCommanc© Jiminnysetencryptedlo(c) Jiminny okenintocommMakeslackLivecoaching(C) ManageScimForTeam.oselvicesТОСЛv DatabaseV AEUc consoev L iminny@localhosts ho local4SF 1 s 140 msV L PRODd consoleV & STAGINGd console 1s 153 ms,, Docker(©) ReportController.phpJiminnybebuecommana.ongC AutomatedReportsCommand.phpAutomaleakeporssenacommana.ongAddLayoutchuitles.onoC Team.phpC AutomatedReportsRepository.phpC) AutomatedReportsService.phpC CreateHeldActivityEvent.php© TrackProviderInstalledEvent.php© CreateActivityLoggedEvent.phpc) User?illotActivitvuistener.ono© ActivityLogged.phpC RequestGenerateAskJiminnyReportJob.php(©) AutomatedReportResult.phpclass Auronaredreoorysconnano excenos conmanoououc Tunccion nanouelr antnuns-oloccereoiiro seut.aLud racri.'Completed'):recurn o* Process reports for a specific frequency100101102110511041105106107108109*dparam string sfrequency* dreturh voldprivate function processReports(string $frequencv): voidsthis->loqger->info(self::L0G_PREFIX . " Processing Sfrequency reports"):$reportid = Sthis-›option( key: 'report-id'):111if (sreportid !== null)sreports = sthis->getreportbyld(sreportid)*selse i© AutomatedReportsCommand113111 41115// bet all enabled, notnrevoris runs-sredortprivate function getReportById(scring SreportIdLoLlecmonSthis->loqger->info(self::L0Parameters: string11811171201211221231124** @var AutomatedReport SreSource:foreach Sreports as Sreport... app/Console/Commands ReportsAutomatedReportsCommand.phpsthis->logger->1nfo(self..-vv_rneren'reportuuld' => sreport->getuu1d)'teamid' = sreport->getleamido,"trequency → sreport->gecrrequency,"туре" = фгерогт-›дестуре).112611271281291);$iob = Sreport->isAskJiminnvReportO? new RequestGenerateAskJiminnyReportJob(Sreport->getUuidO•now Poauoc+tononatoRonant.lohlcnonant.saotlluidnrOutputuuD jiminny.automated_reports x50 rowsTix: Auto vWid YWuuid (UUID with time-low a...QGOAO•team_id Yss"):68 efe7dcab-955f-46ed-bbff-21fe6cc4f4b7I• type Y1 ask iiminnWstatus vW frequency67 81ad94e2-8b64-4281-9e45-fac2ffe173591 ask iiminnv1 monthly1 dailv484r2acec+-c7e5-4521-0250-0512958800271 exec summary47 90ac7a1d-7b2c-40ed-b7e6-af2f70b1fe881 exec summary46 be413ea5-8e74-479f-af30-d2e76917ab621 exec summary45 d8be3cbc-48d0-4d40-ad09-8657fe3f8fad1 exec summarv0 quarterly1 weekly1 weeklyO one off44 66880ca1-1500-4052-[CREDIT_CARD]'exec summarvo one offsu rows retrieved staruno Trom 1in g49 ms (execution: 4/ ms, Telching: goz ms82 .Support Daily • in 2 h 37 m100% C2Tue 14 Apr 12:23:58L AskJiminnyReportActivityServiceT..Defaults= custom.log= laravel.log XL SF (iminny@localhost« HS_local fiminny@localhostd console PRODIe console (EU]c console (STAGING]C AskJiminnyReportActivityService.phpACuiVilysearch.onpC) OnDemandV2Controller.phpC HistoryService.phpC FilterDefinitionCollection.phpC Criteria.phpch Ask.liminnvRenortActivitvServiceTest.ohr© RequestGenerateAskJiminnyReportJobTest.php102629V32 ^1ng. No data1"correlation_1d":"316142e2-a958-41a5-8eef-/289ec3996e8", "trace_1d":"d9196bad-6e26-4865-8ba6-42dab4d66559"5oLLing. Maximum empty results reacned, scopping "empty_results".o, "max_empty_resuuts".or 1 correlation_10": 516142e2-a750-4105-8еeт-1207еC.COIIu INoTOMMalXe imUmeoTveMesuuse MeaeSIOOO OG A VEMOSIUNSINTNXE AINTO NEMESIUIN ISHNST SE OMAO Ы"Slol 4er-ayod-4lab-deet-Xoyedingi service ending i"runclme_seconds".so, "total_cycles".o,"tiles_downloaded":o, "empty_tiles":o, "ocher_portal_skipped":o, "cotal_events":o,"ingl Released polling lock{"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}-inds \Command::run Memory usage before starting command {"command":"dialers:monitor-activities", "memoryBeforeCommandInMb":62.0, "memoryPeakBefiinds \Command::run Memory usage for command i"command": "dialers:monitor-activities", "memoryBeforeCommandInMb":62.0, "memoryAfterCommandInMB" :6:"correlation_1d":"3f16da65-d8cd-49f1-a4cf-a050220f42c3","trace_1d":"11ee8209-75e8-4e51-ac64-cca6af2a840e"•"3f16da65-d8cd-49f1-a4cf-a050220f42c3""trace_id":"11ee8209-75e8-4e51-ac64-ccaбaf2a840e"hTANtAd1"correlation_1d":"ea29chbQ-c8as-4a93-bef/-D466294e4e35d", "trace_1d":"Fe825917-0752-4ac6-995f-4e6dcaa55955'5Thecking conditions 1"1SMonday":false, "1SF1rstDay0fMonth":false, "currentMonth":4, "1SQuarterLyMonth":trues 1"correlation_1d":"ea29cbbb-c8a3-41rocessing dally reportsiJ Report not tound ror1"correlation_1d":"ea29cho-c8as-4a95-bef/-D466294e4e5d", "trace_1d": "Fe825917-0752-4ac6-995t-4e6d0aa55955'5--report-id {"reportId":"265"} {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4a‹ound o dally reports to process1"correlation_1d":"eazycopD-coas-4a75-ber/-D460274e4e5d", "trace_10":"Te825717-0752-4ac6-775t-4e6dcaa55755"ono Leted1"correlation_1d."eazyCDoD-coas-4a75-Der/-D466274e4e5d", "Trace_10": "TE825917-0752-4ac6-795t-4e6acaa55755'nosa conmanorrun enory usade berore stamino commano sconmano ama looxe skip-ustsrerest", menoryberoreromandInMb":62.0, "memoryPeakBefinos conlianorrun menory usadeTor conmand t command• mantbox. skip-tists tetresh, memoryberorecommandinMo .o2.o, memoryArtercommanaLnMb.o.inds Command::run Memory usage before starting command {"command":"mailbox:batch:process" "memoryBeforeCommandInMb":62.0."memoryPeakBeforeCorING batch process ?"host": "docker_lamp_1"s ¿"correlation_id":"C83445bc-7adf-4f88-89aa-977832b46241", "trace_id":"7ab45f62-4828-4be4-bf1a-8781IHED batch process {"host":"docker lamp_1" "processed":0} {"correlation id":"c83445bc-7adf-4f88-89aa-977832b46241" "trace_id":"7ab45f62-4828inds Command::run Memory usage for command i"command":"mailbox:batch:process", "memoryBeforeCommandInMb":62.0, "memoryAfterCommandInMB":62.0,"1inds \Command::run Memory usage before starting command 1"command":"conference:monitor:count", "memorybeforecommandInMb":62.0, "memoryPeakberorinitor:count command for activities 1n (2026-04-14 09:21:00, 2026-04-14 09:23:00Jf"correlation_id": "6f598ff2-e7b2-40aa-9bcb-91fe43042d9b",ount No activitles found in (2026-04-14 09:21:00, 2026-04-14 09:23:00J{"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id'inas (command::run Memory usage ror command i"command":"conference:monitor:count", "memoryBeforeCommandInMb" :62.0, "memoryAfterCommandInMB" :62.linds\Command:: run Memory usage before starting command {"command":"mailbox:batch: create", "memoryBeforeCommandInMb":62.0,"memoryPeakBeforeComrING batch create {"host":"docker_lamp_1"} {"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281","trace_id":"3034488f-9a16-442a-8e25-2a7c:HHED batch create{"host": "docker_lamp_1"} {"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281","trace_id":"3034488f-9a16-442a-8e25-2a7c:inds Command:: run Memory usage for command {"command"."mailbox:batch: create" "memoryBeforeCommandInMb":62.0. "memorvAfterCommandInMB" :62.0."mitarted{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0", "trace_id": "99c14596-1d69-43ee-ab9b-f8f435a5911d"}hecking conditions {"isMonday":false, "isFirstDay0fMonth":false, "currentMonth":4, "isQuarterlyMonth": true} {"correlation_id":"0463a4df-3b14-4*rocessing daily reportsi"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0", "trace_id": "99c14596-1d69-43ee-ab9b-f8f435a5911d"}I from YI to TSNULL>SNULL><null><nULl<nul><nul><null>deal value min YI deal_value_max YI call types T2025-07-21 00:00:002025-07-2 00.001002075-07-21 00:00:002025-07-25 00:00:00<null><null><null<null<null:100100<null><null>‹nu> "conference" "olallen"‹null> "conference" "dialer"]‹null> ["conference" "dialer"]2000 ["conference"]2000 ["conference"JeSyy• media_types YI call["pdf"]"odf"["odf"]"pdf","podcast"["pdf"]["odf"1["pdf"]W Windsurf Teams111:36UTF-8f 4 spaces...
|
NULL
|
NULL
|
NULL
|
11281
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(abl§ Support Daily • in 2h 36 m100% <47DEV (docker)DOCKER• ₴1DEV (docker)882APP (-zsh)X3jiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00: stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2: jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265ec2-user@ip-10-30-…-zsh885-zsh86-zsh®O ₴7Tue 14 Apr 12:24:01181* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report not found: 265root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 68root@docker_lamp_1:/home/jiminny#...
|
NULL
|
NULL
|
NULL
|
11282
|
|
PhpStormFileFditViewNavigateCodeLaravelRetactonToo PhpStormFileFditViewNavigateCodeLaravelRetactonToolsWindowHelpFV faVsco.s v#11894 on JY-18909-automated-reports-ask-iminny K vProject v(©) ReportController.phpJiminnybeouecommana.ongC AutomatedReportsCommand.php XutomatedRevor ssendCommane.onog Userservice.phpe) Uuid.oho> M Traits> MUseCases› _ User> → Utils› _ Validation• UVOv _ Repositoryv _ OnDemandActivitySearc© Criteria.php© IranscriptionKeywordP> C7 TeamSettingspnp nelpers.pngC InitialFrontendState.phg© Jiminny.php(C) Plan.php(©) Serializer.php© TeamScimDetails.php• _ bootstrapW buildconfig_ contribIM databaseM docsfront-endMlananode modules library rootphostanpublic_ resources_ routesD scriptsv _ storage•Dapp>_ debugbarTameworkv Dlogs.gitignoredualo.Wav=custom.loo= hubspot-journal-poll.log= laravel.log<» phpunit.xm.us ttt.js© AddLayoutEntities.phpC Team.phpC AutomatedReportsRepository.phpC) AutomatedReportsService.phpC CreateHeldActivityEvent.php© TrackProviderInstalledEvent.php© CreateActivityLoggedEvent.phpc) User?illotActivitvuistener.ono© ActivityLogged.phpC RequestGenerateAskJiminnyReportJob.phpkequestoeneralekeportoo.ong(©) AutomatedReportResult.phpC AutomatedReport.phpclass Auronaredreoorysconnano excenos connanoououc Tunccion nanouelr antnuns-oloccereoiiro seut.aLud racri.'Completed'):recurn oselvices+,o, c|v DatabaseV AEUc consoev diminny@localhosts ho local4SF 1 s 140 msV L PRODd consoleV & STAGINGd console 1s 153 ms,, Docker* Process reports for a specific frequency1001011021105110411051061071081091101111121115111 411151*dparam string sfrequency* dreturh voldprivate function processReports(string $frequencv): voidsthis->Loqger->info(self::L0G_PREFIX . " Processing Sfrequency reports"):$reportid = Sthis-›option( key: 'report-id');if ($reportId !== null) {sreports = sthis->getReportbyld(sreportid)*} else {// bet all enabled, not deleced reports wich active teams ror the specitled trequencyфreports = schis->reporukepos1tory->gecAculvereporcsbyrrequencysrrequency):Sthis->loqger->info(self::L0G PREFIX ." Found «Sreports->countO} Sfreauency reports to process"):1181191201211221231124** @var AutomatedReport Sreport */foreach (Sreports as Sreport)sthis->logger->info(self::LOG_PREFIX'Dispatching Generate Report job for report', ['reportuuld' => sreport->getuu1d)'teamid' = sreport->getleamido,"trequency → sreport->gecrrequency,"туре" = фгерогт-›дестуре).1126]):128129$iob = Sreport->isAskJiminnvReportO? new RequestGenerateAskJiminnyReportJob(Sreport->getUuidO)•now Poauoc+tenonatoRonant.lnhcnonont.saotluidtn•U OutputwwD jiminny.automated_reports50 rowsTix: Auto vWid YWuuid (UUID with time-low a...Wteam_id V68 efe7dcab-955f-46ed-bbff-21fe6cc4f4b7Ш type Y1 ask jiminnyWstatus YW frequency1 monthly67 81ad94e2-8b64-4281-9e45-fac2ffe173591 ask j1minny484r2acec+-c7e5-4521-0250-05129588002747 90ac7a1d-7b2c-40ed-b7e6-af2f70b1fe881 exec_summary1 exec summary46 be413ea5-8e74-479f-af30-d2e76917ab62Idallyquarterly1 weekly1 weekly45 d8be3cbc-48d0-4d40-ad09-8657fe3f8fad1 exec summary1 exec summaryo one ott44 66880ca1-1500-4052-0704-0615026612791 exec_summarye one_oftsu rows retrieved staruno Trom 1in g49 ms (execution: 4/ ms, Telching: goz ms82 ^Suobort Dailv • in 2h 36m100% 145Tve 14 Aor 12:24:02= custom.log= laravel.log XL SF (iminny@localhost≤ HS_local fiminny@localhost#concole DPOlbIconsole (STAGINGC AskJiminnyReportActivityService.phpAcuivlysearch.ongC OnDenC HistoryService.phpCriteria.phpCi AskJiminnyReportActivityServiceTest.phg© RequestGenerateAskJiminnyReportJobTest.php132 M V: LHubspot Journal Polling. No dataLhubspot Journal Polling Maximumscopping "empty_results"mpty_results":5r ("correlation id":"316142e2 WVNo Huosoor Journal Pouunol Max nun enotSlolweyLhudspot Journal Polling. service endingHubSpot Journal Pollingl Released polling'"trace id"."d9196bad-6e26-4865-8• Jamanay Neonsole (commands (command..run Memor"memoryBeforeCommandInhJiminny console commanas commane..run memormemoryBeforeCommandInMb":62.0,"menCE: Monitoring start- "correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3id":"11ee8209-75e8-4e51-ac64-ccaбaf2a840e"}CE: Monitoring end• "correlation_ id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3: Lautomated-reports Started""correlation_1d":"ea29cb"trace_1d":"Te823917-0752-4ac6-995f-4e6dcaa55953"5: Lautomated-reports]Checking conditions 1"1SMonday":false: Lautomated-reports Processing dally reportsING: Laucomaced-reporus, Report not toundLaucomaced-reporcs. Found o dally reporus toauronared-reoorus conolereoJiminny console (commanas (command:.run Memory usagenanounm• Jamanay Neonso le (commanas (command..run• Jamanay Nconso le (commands (command.. runinalnMd .o2: EmailSchedule STARTING batch processtrace_ id":"7ab45: [EmailSchedulel FINISHED batch process {"host":"docker lamp_1" "processed":0} {"correlation id":"c83445bc-7adf-4f88-89aa-977832b46241" "tr: Jiminny Console \Commands \Command::run Memory usage for command 1"command":"mailbox:batch:process", "memoryBeforeCommandInMb":62.0, "memoryaf:Jaminny Console \Commands Command::run Memory usage before starting command 1"command":"conference:monitor:count", "memoryBeforecommandinilb24: Running conference:monitor:count command for activities 1n3006-04-14 09-91-00г 9026-04-14 09.95•9011"correlation_1d":"6f598ff2-e7b2-4t: [conference:monitor:count] No activities(2026-04-14 09:21-00. 2026-04-14 09:23-001*"correlation 1d":6+598+57-0702-4022-90ch-9JiminnyNconsole \commanas \command:: runmand {"co.nand". "conterence:monitor.count, "memoryberorecommandLnMD":o2.0, "memor: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch: create", "memoryBeforeCommandInMb" :62.: [EmailSchedule] STARTING batch create {"host":"docker.lamp_1"} {"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281","trace_id":"303448[EmailSchedule] FINISHED batch create {"host":"docker_lamp_1"} {"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281","trace_id":"303448: Jiminny \Console \Commands \Command::run Memory usage for command {"command": "mailbox:batch: create", "memoryBeforeCommandInMb":62.0,"memoryAftautomated-reports Started*"correlation id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0","trace_id":"99c14596-1d69-43ee-ab9b-f8f435a5911d"5automated-reports Checking conditions -"isMonday":false,"isFirstDay0fMonth":false,"currentMonth":4, "isQuarterlyMonth":truer "correlatio:Lautomated-reports) Procyssing daily reports""correlation_1d":"0463a4df-3b14-44b0-93df-8fd36eclbbb0""trace_1d":"99c14596-1d69-43ee-ab9bI from uSNULL>ShULl<null><null>SNULL>Wto v<hULl<nUll><null>SNULL>I deal_value_min Y2025-07-21 00.001002025-07-2 00.001002075-07-21 00:00:002025-07-25 00:00:00I deal_value_max Ycnull<null><null<null<null;100100I call_types T<null><null><null> ["conference" "dialen"]‹null> "conference" "dialer"]‹null> ["conference" "dialer"]2000 ["conference"]2000 ["conference"'esyv•media_types YI call["pdf"]"odf"["odf"]"pdf","podcast"["pdf"]["odf"1f"odf"33:65 (10 charsUTC.df 4 spaces...
|
NULL
|
NULL
|
NULL
|
11283
|
|
PhpStormFileEditFV faVsco.s vProject vViewNavigate PhpStormFileEditFV faVsco.s vProject vViewNavigateCodeLaravelRefactor#11894 on JY-18909-automated-reports-ask-jiminny k ~© ReportController.php• AddLayoutEntities.phpToolsWindowHelp© UserService.php© Uuid.php> M Traits> MUseCases› _ User> D Utils> D Validationv DVO~ D Repositoryv D OnDemandActivitySears© Criteria.php© TranscriptionKeywordP:> D TeamSettingspnp nelpers.pngInitialFrontendState.php© Jiminny.php© Plan.php© Serializer.php© TeamScimDetails.php› D bootstrapbuildD configcontribD databasedocsfront-endD langnode modules library rootD phpstanO publicD resourcesroutesD scriptsv D storage•Dapp> D debugbarTameworkv Mloas• .gitignore• audio.wavE custom.log=hubspot-journal-poll.log= laravel.log< phpunit.xmlOS ttt.js© TrackProviderInstalledEvent.phpJiminnybebuecommana.ong© AutomatedReportsCommand.php xAutomaleakeporssenacommana.ongC Team.phpC AutomatedReportsRepository.phpC) AutomatedReportsService.php© CreateHeldActivityEvent.php© ActivityLogged.php© CreateActivityLoggedEvent.php© UserPilotActivityListener.phpC RequestGenerateAskJiminnyReportJob.phpkequestoeneralekeportoo.ong© AutomatedReportResult.phpC AutomatedReport.phpclass Auronaredreoorysconnano excenos connanoououc tunccion nanolelr nu$this->processReports( frequency: AutomatedReportsService::FREQUENCY_MONTHLY);A2 ^selvicesv DatabaseV AEUc consoev A jiminny@localhostA HS _local4SF 1 s 140 ms& PRODA consoleV & STAGING4 console 1 s 153 msDocker// Process quarterly reports on the first day of January, April, July, and Octoberif ($isFirstDay0fMonth && $isQuarterlyMonth) {$this->processReports ( frequency: AutomatedReportsService::FREQUENCY_QUARTERLY);puhis-> logger->inrolselt::LUG_PREFLX•Completed');return 0:/*** Process reports for a specific frequency.100101102103104105106107108109110111112113114115116117118119120121* Oparam string $frequency* @return voidprivate function processReports(string $frequency): void$this->logger->info(self::LOG_PREFIX . " Processing $frequency reports");$reportId = $this->option( key: 'report-id');if ($reportId !== null) {$reports = $this->getReportById($reportId);} else {// Get all enabled, not deleted reports with active teams for the specified frequency$reports = $this->reportRepository->getActiveReportsByFrequency($frequency);$this->logger->info(self::L0G_PREFIX . " Found {$reports->count()} $frequency reports to process");/** @var AutomatedReport $report */foreach (Sreports as Sreport)$this->logger->info(self::LOG_PREFIXDispatching Generate Report job for report', I'reportUuid'=> $report->getUuid(),Outputfb jiminny.automated_reports X50 rowsDid YTix: Auto vWuuid (UUID with time-low a...68 efe7dcab-955f-46ed-bbff-21fe6cc4f4b767 81ad94e2-8b64-4281-9e45-fac2ffe1735948 4f2acecf-c7e5-4521-b25b-e3129388dd2747 90ac7a1d-7b2c-40ed-b7e6-af2f70b1fe8846 be413ea5-8e74-479f-af30-d2e76917ab6245 d8be3cbc-48d0-4d40-ad09-8657fe3f8fad44 66880ca7-15d0-4d3a-b7d4-C61302c61a7a• team_id T• type Y1 ask_jiminny1 ask iiminnv• status Y1 exec_summary1 exec_summary1 exec summary1 exec summary1 exec_summaryI frequency1 monthly1 dailyO quarterly1 weekly1 weeklyo one_offo one_offsu rows retrieved staruno Trom 1in g49 ms (execution: 4/ ms, Telching: goz msSupport Daily • in 2 h 36 m100% C4Tue 14 Aor 12:24:08E custom.1og= laravel.log XA SF ljiminny@localhost]C AskJiminnyReportActivityService.phpAcuivlysearch.ongA HS_local [jiminny@localhost]© OnDem© AskJiminnyReportActivityServiceTest.php© RequestGenerateAskJiminnyReportJobTest.phpA console (PROD]© HistoryService.phpconsole [STAGING]Criteria.php2225132 M V: [HubSpot Journal Polling] No data[HubSpot Journal Pollingl Maximumstopping {"empty_results"VNo Huosoor Journal Pouunol Max nun enotmpty_results":5} {"correlation_id"::"316142e2 nSlolweyLhudspot Journal Polling. service ending[HubSpot Journal Polling] Released polling• Jamanay Neonsole (commands (command..run MemorJiminny console commanas conmane..run memorCE: Monitoring start{"correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3',"trace_id":"d9196bad-6e26-4865-8"memoryBeforeCommandInMmemoryBeforeCommandInMb":62.0, "memid":"11ee8209-75e8-4e51-ac64-cca6af2a840e"}CE: Monitoring end{"correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3': [automated-reports] Started"trace_id": "fe823917-0752-4ac6-995f-4e6dcaa55953"}: [automated-reports]Checking conditions {"isMonday":false: [automated-reports] Processing daily reportsING: [automated-reports] Report not found: [automated-reports] Found 0 daily reports to: [automated-reports]Lono leredJiminny console (commanas (command:.run Memory usagenanounm• Jamanay Neonso le (commanas (command..run• Jamanay yeonsole (commands (command..runinalnMd .o2: [EmailSchedule] STARTING batch processtrace_id":"7ab45: [EmailSchedule] FINISHED batch process ("host":"docker_Lamp_1", "processed":0} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241", "tr: Jiminny\Console\Commands\Command::run Memory usage for command {"command": "mailbox:batch:process", "memoryBeforeCommandInMb" : 62.0, "memoryAf: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command": "conference:monitor:count", "memoryBeforeCommandInMb": Running conference:monitor:count command for activities in(2026-04-14 09:21:00, 2026-04-14 09:23:00]: [conference:monitor:count] No activities(2026-04-14 09:21:00, 2026-04-14 09:23:00]{"correlation_id":"6f598ff2-e7b2-40{"correlation_id":"6f598ff2-e7b2-40aa-9bcb-9: Jiminny\Console\Commands\Command:: runmand {"co.nand":"conference:monitor:count", "memoryBeforeCommandInMb" : 62.0, "memor: Liminny\Console\Commands\Command::run Memory usage before starting command {"command": "mailbox:batch:create", "memoryBeforeCommand InMb" : 62.: [EmailSchedule] STARTING batch create {"host": "docker_Lamp_1"} {"correlation_id": "42facf77-8a99-4264-ad0b-aa587cc25281", "trace_id": "303448[EmailSchedule] FINISHED batch create {"host": "docker_lamp_1"} {"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281", "trace_id":"303448: Liminnx\Console\Commands\Command:: run Memory usage for command {"command": "mailbox:batch: create", "memoryBeforeCommandInMb": 62.0, "memoryAft[automated-reports] Started{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0","trace_id":"99c14596-1d69-43ee-ab9b-f8f435a5911d"'}:automated-reports] Checking conditions {"isMonday":false, "isFirstDay0fMonth":faLse, "currentMonth":4, "isQuarterLyMonth": true} ("correlatio: [automated-reports] Processing daily reports{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0", "trace_id":"99c14596-1d69-43ee-ab9bI from YSNULL>ShULl<null><null>SNULL>Wto Y<hULl<null><null>2025-07-21 00.001002025-07-21 00:00:00I deal_value_min T2025-07-2 00.001002025-07-25 00:00:00I deal_value_max T<null><null><null<null<null>100100I call_types T<null> []<null> []<null> ["conference" "dialer"]<null> ["conference", "dialer"]<null> ["conference", "dialer"]2000 ["conference"]2000 ["conference"]esyvI media_types T["pdf"]["pdf"]["pdf"]["pdf", "podcast"]["pdf"]["pdf"]["pdf"]IO call_33:65 (10 chars)UTF-84 spaces...
|
NULL
|
NULL
|
NULL
|
11284
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(abl§ Support Daily • in 2h 36 m100% <47DEV (docker)DOCKER• 881DEV (docker)882APP (-zsh)X3jiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00: stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2: jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265ec2-user@ip-10-30-…-zsh885-zsh86-zsh®O ₴7Tue 14 Apr 12:24:08T₴1* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report not found: 265root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 68root@docker_lamp_1:/home/jiminny#...
|
NULL
|
NULL
|
NULL
|
11285
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(abl§ Support Daily • in 2h 36 m100% <47DEV (docker)DOCKER• ₴1DEV (docker)882APP (-zsh)X3jiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00: stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2: jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265ec2-user@ip-10-30-…-zsh885-zsh86-zshS4 87Tue 14 Apr 12:24:12181* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report not found: 265root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 68root@docker_lamp_1:/home/jiminny#...
|
NULL
|
NULL
|
NULL
|
11286
|
|
PhpStormFileFV faVsco.jsProject vEditViewNavigateC PhpStormFileFV faVsco.jsProject vEditViewNavigateCodeLaravelRefactor#11894 on JY-18909-automated-reports-ask-jiminny k ~© ReportController.php• AddLayoutEntities.phpToolsWindowHelp© UserService.php© Uuid.php> M Traits> MUseCases› _ User> D Utils> D Validationv DVO~ D Repositoryv D OnDemandActivitySears© Criteria.php© TranscriptionKeywordP;> D TeamSettingspnp nelpers.pngInitialFrontendState.php© Jiminny.php(C) Plan.php© Serializer.php©TeamScimDetails.php› D bootstrapbuildD configcontribD databasedocsfront-endD langnode modules library rootD phpstanO publicD resourcesroutesD scriptsv storage> Dapp> D debugbarTameworkv Mloas• .gitignore• audio.wavE custom.log=hubspot-journal-poll.log= laravel.log< phpunit.xmlOS ttt.js© TrackProviderInstalledEvent.phpJiminnybeouecommana.ong© AutomatedReportsCommand.php >C Team.phpC AutomatedReportsRepository.phpAutomatedReportsService.php© UserPilotActivityListener.phpAutomaleakeporssenacommana.ong© CreateHeldActivityEvent.php© CreateActivityLoggedEvent.php© RequestGenerateAskJiminnyReportJob.php© AutomatedReportResult.phpC AutomatedReport.phpclass Auronaredreoorysconnano excenos conmano* Process reports for a specific frequency.* @param string $frequency* Oreturn voidselvicesv DatabaseV AEUc consoev A jiminny@localhostA HS_local4SF 1 s 140 msV L PRODA consolev ¿ STAGNG4 console 1 s 153 msDocker100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135111561private function processReports(string $frequency): void$this->logger->info(self::LOG_PREFIX . " Processing $frequency reports");$reportId = $this->›option( key: 'report-id');if ($reportId !== null) {Sreports = Sthis->getRepgrtById($reportId);1 else {ber aul enaoled, not deleted revorrs wiuh acuve reans tor the spectried treouencySreports = Sthis->reportRepository->getActiveReportsByFrequencv($freauency):$this->logger->info(self::LOG_PREFIX . " Found {$reports->count()} $frequency reports to process");/** @var AutomatedReport $report */foreach ($reports as $report) {$this->logger->info(self::LOG_PREFIX . ' Dispatching Generate Report job for report', ['reportuvid'=> $report->getUvid(),'teamId' => $report->getTeamId(),'frequency'= $report->getFrequency(,'type' => $report->getType().1):$job = $report->isAskJiminnyReport()? new RequestGenerateAskJiminnyReportJob($report->getUvid()):new RequestGenerateReportJob($report->getUvid()):$this->dispatcher->dispatch($job);private function getReportById(string $reportId): Collectionf.}Outputfb jiminny.automated_reports X50 rowsDid YTix: Auto v• team_id T• status YWuuid (UUID with time-low a...68 efe7dcab-955f-46ed-bbff-21fe6cc4f4b767 81ad94e2-8b64-4281-9e45-fac2ffe17359484r2acec+-c7e5-4521-0250-05129588002747 90ac7a1d-7b2c-40ed-b7e6-af2f70b1fe8846 be413ea5-8e74-479f-af30-d2e76917ab6245 d8be3cbc-48d0-4d40-ad09-8657fe3f8fad44 66880ca7-15d0-4d3a-b7d4-C61302c61a7a• type Y1 ask_jiminny1 ask iiminnv1 exec_summary1 exec_summary1 exec summary1 exec summary1 exec_summaryI frequency1 monthlyIdallyO quarterly1 weekly1 weeklyo one_offo one_offsu rows retrieved staruno Trom 1in g49 ms (execution: 4/ ms, Telching: goz ms82 .Support Daily • in 2 h 36 m100% [45)Tue 14 Aor 12:24:12= custom.log= laravel.log X© AskJiminnyReportActivityService.phpch Ask.liminnvRenortActivitvServiceTest.ohrA SF ljiminny@localhost]A HS_local [jiminny@localhost]Acuvilysearch.ongA console [PROD]© HistoryService.php7 console [STAGING]Criteria.php17: [HubSpot Journal Polling] Service ending: [HubSpot Journal Pollingl Released pollingV81 ^emplyetales .u ounel"trace_id":"d9196bad-6e26-4865-8: Jiminny\Console\Commands\Command::run Memory: Jiminny \Console\Commands\Command: :run lieMontorine startnandInMb":62.0, "memccabaf2a840e"}Ce. Monntorino enoauronared-reoortsStartedaurolldreo-reoortsChecking conditions-995f-4e6dcaa55953"}{"correlatioaurolldteo-reoors rrocessino caily redorisING: [automated-reports] Report not found for: [automated-reports] Found o daily reports to: [automated-reports] Completed: Jiminny\Console\Commands\Command::run Memory: Jiminny\Console\Commands\Command::run Memory: Jiminny \Console\Commands\Command::run Memory usage before starting command {"command" :"LemartscheduleJ StAklinG bauch process•-nanuchedu leFINISHED batch process: Jiminny \Console\Commands \Command:: run• Jamanay yeonsole (commands (command..run•runnuno conterence.ionror.count coi"6f598ff2-e7b2-40: [conference:monitor:count] No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:00]{"correlation_id":"6f598ff2-e7b2-40aa-9bcb-9: Jiminny\Console\Commands\Command: :run Memoryand": "conference:monitor:count", "memoryBeforeCommandInMb" : 62.0, "memor: Jiminny\Console\Commands\Command: : runusage before starting command {"command": "mailbox:batch: create", "memoryBeforeCommandInMb" : 62.: [EmailSchedule] STARTING batch create("correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281", "trace_id":"303448: [EmailSchedule] FINISHED batch create1"} {"correlation_id":"42facf77-8a99-4264-adOb-aa587cc25281","trace_id":"303448: Jiminny\Console\Commands\Command: :run Memory usagelandInMb" : 62.0, "memoryAft: [automated-reports] Started{"correlation_id''0463a4df-3b14-44b0-93df-8fd36ec1bbb0"',"trace_id":"99c14596-1d69-43ee-ab9b-f8f435a5911d"}[automated-reports]Checking conditions{"isMonday" : false, "isFirstDay0fMonth":false, "currentMonth":4, "isQuarterlyMonth" : true} {"correlatio: [automated-reports]Processing daily reports"correlacion 10":[CREDIT_CARD]-7501-81050ec10000trace_id":"99c14596-1d69-43ee-ab9bauronared-reoortsFound 1 daily reports to process{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0"', "trace_id":"99c14596-1d69-4aurolldreo-reoortsDispatching Generate Report job for report {"reportUuid": "efe7dcab-955f-46ed-bbfif-[automated-reports] Completed{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0", "trace_:99c14596-1d69-43ee-ab9b-f8f435a5911d"}[AskJiminnyReport:Generate] Started {"automatedReportUuid": "efe7dcab-955f-46ed-bkff-21fe6cc4f4b7'{"correlation_id":"aeadba58-122b-407b-a[Jiminny\Jobs\Mailbox\CreateBatches] processed O inboxes and created O batches {"userId":null,chSize":30, "maxBatches" :1000} {"correlat[AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1982, "user_id":143,"activity_count" :59} {"correlation_id": "aea: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUvid": "efe7dcab-955f-46ed-bbff-21fe6cc4f4b7" ,ityCount":59} {"corre: [AskJiminnyReport:Generate] Request sent {"automatedReportUuid": "efe7dcak-955f-46ed-bbff-21fe6cc4f4b7" ,"reportUvid":"40ea120d-4c63-4bf5-9dR: Jiminny\Component\ProphetAi\ProphetClient::sendRequest: An Guzzle exception occurred while sending the request ("message" :"CURL error 7:R: [AskJiminnyReport:Generate] Error {"automatedReportUvid":"efe7dcak-955f-46ed-bkff-21fe6cc4f4b7", "reportUvid":"40ea120d-4c63-4bf5-9d93-02c:[AskJiminnyReport:Generate] Retry scheduled {"attempts":1} {"correlation_id":"aeadba58-122b-407b-a43c-71262552db78", "trace_id" : "99c14596-1: Ximinny (Console\Commands\Command: :run Memory usage before starting command {"command": "activity:sync", "memoryBeforeCommandInMb" : 62.0,"memolimánny Cancola Commande Command. • nun Momany ncono fon sommond dulsonI from TSNULL>0to T• deal_value_min YI deal_value_max T• call_types T<null>ShULl<hULl<null><null><null><null<null><null>SNULL>SNULL>2025-07-21 00.001002025-07-21 00:00:002025-07-2 00.001002025-07-25 00:00:00<null<null>100100<null> []<null> []‹nu> "conference" "olallen"<null> ["conference",<null> ["conference", "dialer"]2000 ["conference"]2000 ["conference"]eSyy1+08I media_types TIO call_["pdf"]["pdf"]["pdf"]["pdf", "podcast"]["pdf"]["pdf"]["pdf"]33:65 (10 chars)4 spaces...
|
NULL
|
NULL
|
NULL
|
11287
|
|
PhpStormFileFditViewNavigateCodeLaravelRetactonToo PhpStormFileFditViewNavigateCodeLaravelRetactonToolsWindowHelpFV faVsco.js v#11894 on JY-18909-automated-reports-ask-iminny K vProject vProphetAiv → Reports(C AutomatedReportsC(©) AutomatedReportsR(C) AutomatedReportsS© CreateMockAsKJimirC DeleteReportcomma© GenerateMarketingR©leam.phpC Usage.phpM Slack→ Teams→ Tracks_ TranscriptionD TwilioD Users_ Vocabulary_ 4oom© coachingreedbacksupg command.phpcreateDatabaseusers.pc Daraoase oecountoiC DeleteOldAiCrmNotesC(©) DeleteS3LeftoversCom|(C DevPostmanCommand.lC DiarizeViaAiParticipantk(©) EncryptTokensCommar(©) EngagementStatsRegerT FeatureFlagsHelper.php© rixcross|enantissues.p(c) -ushro espermissionsa(e) Generatelnterna wepho(C) GroupSetDefaultLanquaC) HelperTruncateCoachin(©) HubspotJournalPollingC(©) HubspotWebhookServic(©) ImportRecording.phpC ImportUsersFromCsvFilC IterateUsersCommand.g(©) JiminnyCacheClearCom© JiminnyDebugCommanc© Jiminnysetencryptedlo(c) Jiminny okenintocommC MakeSlackLiveCoachins(C) ManageScimForTeam.oServicesTOGEYv DatabaseV AEUc consoev L iminny@localhost4 HS_local4SF 1 s 140 msV PROnd consoleV & STAGINGd console 1s 153 ms,, Docker(©) ReportController.phpJiminnybebuecommana.ongC AutomatedReportsCommand.phpAutomaleakeporssenacommana.ongAddLayoutchuitles.onoC Team.phpC AutomatedReportsRepository.phpC) AutomatedReportsService.phpC CreateHeldActivityEvent.php)TrackProviderInstalledEvent.php© CreateActivityLoggedEvent.phpc) User?ilotActiviv.lstener.nno© ActivityLogged.phpC RequestGenerateAskJiminnyReportJob.php(©) AutomatedReportResult.phpclass Automacedkeporcscommand extends commandprivate tunccion processkeportsiscring errequency). vona11711811191120$this->logger->info(self::LOG_PREFIX . " Found {$reports->count()} $frequency reports to process") ;/** @var AutomatedReport $report */toreach oreporus as sredort <i$this->logger->info(self::LOG_PREFIX . ' Dispatching Generate Report job for report', [1221123112411251261271281129reoorcuuo = nreoorroeuuro.'teamld" => Sreport-›getTeamid,'frequency' => Sreport->getFrequencyo.'type' => Sreport->getTypeo.I);$70b = sreport->1SASkJ1m1nnyReportnew neduestoenerauessiiminnyneportsobeр-geuula:new RequestGenerateReportJob(Sreport->getUuid0):130111511Sthis->dispatcher->dzspauch(>Jod):133134135136137138139140141114211451144114511461147148149150151152private function getReportByld(string Sreportid): Collectionsreport = sthis->reportRepository->f1ndByldoruu1d(sreportia):if ($report === null) {$this->loggef->warning(self::LOG_PREFIX . ' Report not found for --report-id', ['reportId' => $reportId]):$this->warn( string: "Report not found: {$reportId}");retur coutectif (! Sreport->getStatus0)sthis->Loqger->warning(self::LOG PREFIX . ' Report is inactive, processing anyway (manual override)'. .'reportid => Sreportid,'reportuuld' => sreport->getuu1do.puhis->warnt string: Report 1s lnaccive - processing anyway (manual override).'):U OutputwwD jiminny.automated_reports50 rowsTix: Auto vWid YWuuid (UUID with time-low a...Wteam_id VШ type yWstatus YW frequency68 efe7dcab-955f-46ed-bbff-21fe6cc4f4b71 ask jiminny1 monthly67 81ad94e2-8b64-4281-9e45-fac2ffe173591 ask iiminnvIdally484r2acec+-c7e5-4521-0250-0512958800271 exec_summary0 quarterly47 90ac7a1d-7b2c-40ed-b7e6-af2f70b1fe881 exec summary1 weekly46 be413ea5-8e74-479f-af30-d2e76917ab621 exec summary1 weekly45 d8be3cbc-48d0-4d40-ad09-8657fe3f8fad1 exec summaryO one off44 66880ca1-1500-4052-0704-0615026612791 exec_summary0 one_off50 rows retrieved starting from 1 in 949 ms (execution: 47 ms, fetching: 902 ms)82 .Suobort Dailv • in 2h 36m100% [45)Tue 14 Aor 12:24:16= custom.log= laravel.log XL SF (iminny@localhost≤ HS_local fiminny@localhost#concole DPObC AskJiminnyReportActivityService.phpACuiVilysearch.ongCriteria.phpch Ask.liminnvRenortActivitvServiceTest.ohr172627V 81: LHubSpot Journal Polling Service endingemlplyetales .u ounel: LHubspot Journal Polling Released polling"TNACA 161+[CREDIT_CARD]-8: Jiminny Console\Commands \Command:: run: Jaminny \Console\Commands \Command:: runnandlinih":62.c. "merieMontorine startccaoatlaxude"?Ce. Monntorino enoauronared-reoortsStartedaurolldreo-reoortsChecking conditions-995f-4e6dcaa55953 "}{"correlatidaurolldteo-reoors rrocessino caily redorisING: Lautomated-reportsJ Report not found for:automated-reports Found 0 daily reports toautomated-reports Completed: Jiminny Console \Commands \Command::run Memory: Jiminny Console \Commands \Command::run Memory: Jiminny Console \Commands Command::run Memory usage before starting command 1"command"LemartscheduleJ StAklinG bauch process• LemartscheduleJ FiNIsHED bauch processJiminnyNconsole \commanas \command:: run• Jamanay Nconso le (commands (command.. run•runnuno conterence.ionror.count coi"6f598ff2-e7b2-46:conference:monitor:count No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:00J|{"correlation_ id":"6f598ff2-e7b2-40aa-9bcb-: Jiminny Console Commands Command::run Memoryand":"conference:monitor:count", "memoryBeforeCommandinMb":62.0,"memor: Jiminny Console Commands Command::run Memory usage before starting command "command":"mailbox:batch:create" "memoryBeforeCommandInMb":62: LEmailSchedule STARTING batch create1"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281" "trace 1d"."303445: LEma1LSchedule] FINISHED batch create 1"hosamp_1"s 1"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281" "trace id"."303449:Jiminny Console Commands Command::run Memory usageandInMb"•62.0 "memorvAft: Lautomated-reports] Started1"correlation_1d*0463a4df-3b14-44b0-93df-8fd36ec1bbb0","trace_1d":"99C14596-1d69-43ee-ab9b-f8f435a5911d"5auronared-redortsChecking conditions"suuarter Vmontn'truer s"correllatliauronared-reoortsProcessing daily reports""correlacion 10":[CREDIT_CARD]-7501-81050ec10000"urace 10":"44014570-1007-45ee-a070auronared-reoortsFound 1 daily reports to process{"correlation id"."0463a4df-3b14-44b0-93df-8fd36ec1bbb0" "trace id"."99c14596-1d69-4aurolldreo-reoortsDispatching Generate Report job for report {"reportUuid":"efe7dcab-955f-46ed-bbfflautomated-reportsl Completed{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0" "trace99c14596-1d69-43ee-ab9b-f8f435a5911d"}LAskJiminnyReport:Generate) Started ¿"automatedReportUvid":"efe/dcab-955f-46ed-bbff-21fe6cc4f4b7Jiminny Jobs Mailbox CreateBatches processed 0 inboxes and created 0 batches "userid":nullcorrelation_id":"aeadba58-122b-407b-a"maxBatches":1000г •"correlatLAskJiminnyReport Fetched activity IDs for saved search 1"saved_search_id":1982,"user_id":143,_count":59s 1"correlation_id":"aed:LASKJ1minnyReport:Generate Fetched activity lds "automatedReportuuld":"efe/dcab-955f-46ed-bbff-21fe6cc4f4b7"Itycount":595 1"corre: LASKJ1minnyReport:Generate Request sent 1"automatedReportuu1d":"efe/dcab-955f-46ed-bbtt-21fe6cc4f4b7""nenontund":140021200-466.5-4h+5-90R: Jiminny\Component\ProphetAi\ProphetClient::sendRequest: An Guzzle exception occurred while sending the request {"message":"cURL error 7:1. Laоерo.eneae t aоmеро а ене асауае-о ес), Teрlа, 10l 0-105-4015 105-026: [AskJiminnyReport:Generate] Retry scheduled {"attempts":1} {"correlation_id":"aeadba58-122b-407b-a43c-71262552db78", "trace_id" :"99c14596-1JamunnyNconsoLe\commanas\Command::run Memory usage before starting command - "command":"activity:sync" "memorvBeforeCommandInMb":62.0. "memHmnnwWancallalWammandalWammandaantinMamanvMaaaofancommandlWaamman//[EMAIL]/eSton0ommeSyyW from vWto vdeal value min Y• deal_value_max Y• call_types Y• media_types YI callSNULL><null>["pdf"]ShULl<hULl<null><null>["odf"<null><nul><null‹nu> "conference" "olallen"["odf"]<null><null><null<null> "conference""pdf","podcast"SNULL>SNULL><null:‹null> ["conference" "dialer"]["pdf"]2025-07-21 00.001002025-07-2 00.001002075-07-21 00:00:002025-07-25 00:00:001001002000 ["conference"["odf"12000 ["conference"]f"odf"W Windsurf Teams126.22UTF-8f 4 spaces...
|
NULL
|
NULL
|
NULL
|
11288
|
|
PhpStormFileFditViewNavigateCodeLaravelRetactonToo PhpStormFileFditViewNavigateCodeLaravelRetactonToolsWindowHelpFV faVsco.js v#11894 on JY-18909-automated-reports-ask-iminny K vProject vProphetAiv → Reports(C AutomatedReportsC(©) AutomatedReportsR(C) AutomatedReportsS© CreateMockAsKJimirC DeleteReportcomma© GenerateMarketingR©leam.phpC Usage.phpM Slack→ Teams→ Tracks_ TranscriptionD TwilioD Users_ Vocabulary_ 4oom© coachingeedbacksupcg command.phpcreateDatabaseusers.pc Daraoase oecountoiC DeleteOldAiCrmNotesC(©) DeleteS3LeftoversCom|(C DevPostmanCommand.lC DiarizeViaAiParticipantk(©) EncryptTokensCommar(©) EngagementStatsRegerT FeatureFlagsHelper.php© rixcross|enantissues.p(c) -ushro espermissionsa(e) Generatelnterna wepho(C) GroupSetDefaultLanquaC) HelperTruncateCoachin(©) HubspotJournalPollingC(©) HubspotWebhookServic(c) ImportRecording.phpC ImportUsersFromCsvFilC IterateUsersCommand.g(©) JiminnyCacheClearCom© JiminnyDebugCommanc© Jiminnysetencryptedlo(c) Jiminny okenintocommMakeslackLvecoaching(C) ManageScimForTeam.oServicesТОСЛv DatabaseV AEUc consoev L iminny@localhost4 HS local4SF 1 s 140 msV PROnd consoleV & STAGINGd console 1s 153 ms•› Docker(©) ReportController.phpJiminnybebuecommana.ongC AutomatedReportsCommand.phpAutomaleakeporssenacommana.ongAddLayoutchuitles.onoC Team.phpC AutomatedReportsRepository.phpC) AutomatedReportsService.phpC CreateHeldActivityEvent.php)TrackProviderInstalledEvent.php© CreateActivityLoggedEvent.phpc) User?ilotActiviv.lstener.nno© ActivityLogged.phpC RequestGenerateAskJiminnyReportJob.php(©) AutomatedReportResult.phpclass Automacedkeporcscommand extends commandprivate tunccion processkeportsiscring errequency). vona11711811191120$this->logger->info(self::LOG_PREFIX . " Found {$reports->count()} $frequency reports to process"):/** @var AutomatedReport $report */toreach oreporus as sredort <i$this->logger->info(self::LOG_PREFIX . ' Dispatching Generate Report job for report', [122reoorcuuo = nreoorroeuuro.1123'teamld" = Sreport-›getleamid,1124'frequency' => Sreport->getFrequencyo.1125'type' => Sreport->getTypeo.126I);1271281129130$70b = sreport->1SASkJ1m1nnyReportnew neduestoenerauessiiminnyneportsobeр-geuula:new RequestGenerateReportJob(Sreport->getUuid0):111511фchis->alspatcher->alspacchleyod),133115413513613713813914014111421431441451146147148149150151152private function getReportByld(string Sreportid): Collectionsreport = sthis->reportRepos1tory->f1ndByldoruu1d(sreportid):1f (sreport === null) isthis-swam sma anepont tot founal: 15reporetor) not found fo -report-2a*,L'reportld → sreporclas;0 InteractsV1th10retur coutectpudLic tunction warnyosurinorSverbosity = nullif (! Sreport->getStatu): voidsthis->Loqger->warn'reportid => $Write a string as warning output.•nenontlund"processing anyway (manual override)',overrides.InteractsWithl0::warnnunus->varn strino:Parameters: string $stringstringlstringlstringlstringlscring null overbosicyil override).'):Returns.OutputuuD jiminny.automated_reports xCource:50 rowsWid YWuuid (UUID with timvendor/laravel/framework/src/luminate console/concemnsInteractsWithlO.phpWstatus v68 efe7dcab-955f-46ed-bbft-ziтeoссчтqu/67 81ad94e2-8b64-4281-9e45-fac2ffe17359ask amunn484r2acec+-c7e5-4521-0250-051295880027exec summary47 90ac7a1d-7b2c-40ed-b7e6-af2f70b1fe881 exec summary46 be413ea5-8e74-479f-af30-d2e76917ab6245 d8be3cbc-48d0-4d40-ad09-8657fe3f8fad1 exec summary1 exec summaryW frequency1 monthly1 daily0 quarterly1 weekly1 weeklyO one off44 66880ca1-1500-4052-0704-0615026612791 exec_summary0 one_offsu rows retrieved staruno Trom 1in g49 ms (execution: 4/ ms, Telching: goz ms82 .Suobort Dailv • in 2h 36m100% [45)Tue 14 Aor 12:24:20= custom.log= laravel.log XL SF (iminny@localhost≤ HS_local fiminny@localhost#concole DPOnC AskJiminnyReportActivityService.phpAcuvilysearch.ongCriteria.phpch Ask.liminnvRenortActivitvServiceTest.ohrV 81: LHubSpot Journal Polling Service endingemlplyetales .u ounel: LHubspot Journal Polling Released polling"TNACA 161+[CREDIT_CARD]-8: Jiminny Console\Commands \Command:: run: Jaminny \Console\Commands \Command:: runnandlinih":62.0."merieMontorine startccaoatlaxude"?Ce. Monntorino enoauronared-reoortsStartedaurolldreo-reoortsChecking conditions-995f-4e6dcaa55953"}{"correlatidaurolldteo-reooris rrocessiino caly redorING: Lautomated-reportsJ Report not found for:automated-reports Found 0 daily reports toautomated-reports Completed17: Jiminny Console \Commands \Command::run Memory: Jiminny Console \Commands \Command::run Memory: Jiminny Console \Commands Command::run Memory usage before starting command 1"command"LemartscheduleJ StAklinG bauch process• LemartscheduleJ FiNIsHED bauch processJiminnyNconsole \commanas \command:: run• Jamanay Nconso le (commands (command.. run•runnuno conterence.ionror.count coi"6f598ff2-e7b2-46:conference:monitor:count No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:000|{"correlation_ id":"6f598ff2-e7b2-40aa-9bcb-: Jiminny Console Commands Command::run Memoryand":"conference:monitor:count", "memoryBeforeCommandInMb":62.0,"memor: Jiminny Console Commands Command::run Memory usage before starting command * "command":"mailbox:batch:create" "memoryBeforeCommandInMb":62: LEmailSchedule STARTING batch create1"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281" "trace_ id"."303445: LEma1LSchedule] FINISHED batch create 1"hosamp_1"s 1"correlation_1d":"42facf77-8a99-4264-ad0b-aa587cc25281" "trace id"."303448:Jiminny Console Commands Command::run Memory usageandInMb"•62.0 "memorvAft: Lautomated-reports] Started1"correlation_1d*0463a4df-3b14-44b0-93df-8fd36ec1bbb0","trace_1d":"99C14596-1d69-43ee-ab9b-f8f435a5911d"5auronared-redortsChecking conditions"suuarter Viontn'ttruer *"correlatltauronared-reoortsProcessing daily reports""correlacion 10":[CREDIT_CARD]-7501-81050ec10000"urace 10":"44014570-1007-45ee-a070auronared-reoortsFound 1 daily reports to process{"correlation id"."0463a4df-3b14-44b0-93df-8fd36ec1bbb0" "trace id"."99c14596-1d69-4aurolldreo-reoortsDispatching Generate Report job for report {"reportUvid":"efe7dcab-955f-46ed-bbfflautomated-reportsl Completed{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0" "trace99c14596-1d69-43ee-ab9b-f8f435a5911d"}LAskJiminnyReport:GenerateJ Started ¿"automatedReportUvid":"efe7dcab-955f-46ed-bbff-21fe6cc4f4b7Jiminny Jobs Mailbox CreateBatches processed 0 inboxes and created 0 batches ""userid":nullcorrelation_id":"aeadba58-122b-407b-a"maxBatches":1000г •"correlatLAskJiminnyReport Fetched activity IDs for saved search 1"saved_search_id":1982,"user_id":143,_count":59s 1"correlation_id":"aed: LASKJ1minnyReport:Generate Fetched activity Ids 1"automatedReportuuld":"efe/dcab-955f-46ed-bbff-21fe6cc4f4b7"Ltycount":59s 1"corre: LASKJ1minnyReport:Generate Request sent 1"automatedReportuu1d":"efe/dcab-955f-46ed-bbtt-21fe6cc4f4b7""nenontund":140021200-466.5-4h+5-90R: Jiminny\Component\ProphetAi\ProphetClient::sendRequest: An Guzzle exception occurred while sending the request {"message":"cURL error 7:1. Laоерo.eneae t aоmеро а ене асауае-о ес), Teрlа, 10l 0-105-4015 105-026: [AskJiminnyReport:Generate] Retry scheduled {"attempts":1} {"correlation_id":"aeadba58-122b-407b-a43c-71262552db78", "trace_id" :"99c14596-1JamunnyNconsoLe\commanas\Command::run Memory usage before starting command - "command":"activity:sync" "memorvBeforeCommandInMb":62.0. "memHmnnwWancallalWammandalWammandaantinMamanvMaaaofancommandlWaamman//[EMAIL]/eSton0ommeSyyI from uWto Ydeal value min Y• deal_value_max Y• call_types Y•media_types YI callSNULL><null>["pdf"]ShULl<hULl<null><null>["odf"<nul><nul><null‹nu> "conference" "olallen"["odf"]<null><nullSHULLe<null> "conference""pdf","podcast"SNULL>SNULL><null:‹null> ["conference" "dialer"]["pdf"]2025-07-21 00.001002025-07-2 00.001002075-07-21 00:00:002025-07-25 00:00:001001002000 ["conference"["odf"12000 ["conference"]f"odf"W Windsurf Teams126.22UTF-8f 4 spaces...
|
NULL
|
NULL
|
NULL
|
11289
|
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(abl§ Support Daily • in 2h 36 m100% <47DEV (docker)DOCKER• ₴1DEV (docker)882APP (-zsh)X3jiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00: stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2: jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265ec2-user@ip-10-30-…-zsh885-zsh86-zsh®O ₴7Tue 14 Apr 12:24:21181* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report not found: 265root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 68root@docker_lamp_1:/home/jiminny#...
|
NULL
|
NULL
|
NULL
|
11290
|
|
PhpStormFileEditFV faVsco.js vViewNavigateCodeLara PhpStormFileEditFV faVsco.js vViewNavigateCodeLaravelRefactor#11894 on JY-18909-automated-reports-ask-iminny K vToolsWindowHelpProject vProphetAiv D Reports© AutomatedReportsCl© AutomatedReportsRe© AutomatedReportsSt© CreateMockAskJimir© DeleteReportComma© GenerateMarketingR© Team.php© Usage.phpD Slack• TeamsD TracksO TranscriptionO TwilioD Users• VocabularyDZoom© CoachingFeedbacksUpr© Command.php© CreateDatabaseUsers.pc Daraoase oecountoi© DeleteOldAiCrmNotesC:© DeleteS3LeftoversComiDevPostmanCommand./© DiarizeViaAiParticipantk© EncryptTokensComman© EngagementStatsRegen©FeatureFlagsHelper.php© FixCrossTenantlssues.p(c) -ushro espermissionsa(e) Generatelnterna wepho• GroupSetDefaultLangua© HelperTruncateCoachin© HubspotJournalPollingC© HubspotWebhookServic© ImportRecording.php© ImportUsersFromCsvFil© IterateUsersCommand.p© JiminnyCacheClearCom© JiminnyDebugCommanc© JiminnySetEncryptedTo(c) Jiminny okenintocommMakeslackLvecoaching(c Manacescimror eam.oselvicesv DatabaseV AEUc consoev Ajiminny@localhostA HS_local4SF 1 s 140 msV PROnA consoleV & STAGING4 console 1 s 153 msDocker© ReportController.phpAddLayoutchuitles.ono)TrackProviderInstalledEvent.phpJiminnyDeouecommana.ongAutomaleakeportscommana.ongAutomatedReportsSendCommand.phpC Team.phpC AutomatedReportsRepository.phpC) AutomatedReportsService.php© CreateHeldActivityEvent.php© UserPilotActivityListener.php© ActivityLogged.php© CreateActivityLoggedEvent.php© RequestGenerateAskJiminnyReportJob.php© AutomatedReportResult.phpclass Automacedkeporcscommand extends commandprivate tunccion processkeportsiscring errequency). vona117$this->logger->info(self::LOG_PREFIX . " Found {$reports->count()} $frequency reports to process");118119120121122123124125/** @var AutomatedReport $report */foreach ($reports as $report) {$this->logger->info(self::LOG_PREFIX . ' Dispatching Generate Report job for report', I'reportUvid'= $report->getUvid(),'teamId' = $report->getTeamId(),'frequency'= $report->getFrequency().'type' => $report->getType(),1261):1128$job = $report->isAskJiminnyReport()? new RequestGenerateAskJiminnyReportJob($report->getUvid()): new RequestGenerateReportJob($report->getUvid());130131132133134135136137$this->dispatcher->dispatch($job);private function getReportById(string $reportid): Collection$report = $this->reportRepository->findByIdOrUuid($reportId);13914014114214314414514614711481if ($report === null) {$this->logger->warning(self::LOG_PREFIX' Report not found for --report-id', ['reportid' => $reportId]);$this-›warn( string: "Repofft not found: ($reportId}");return collect();if (! $report->getStatus()) {$this->logger->warning(self::LOG_PREFIX . ' Report is inactive, processing anyway (manual override)', [reoorclo = reoorclo.150reoorcuuo = nreoor-raeruure115-I):152153$this->warn( string: 'Report is inactive - processing anyway (manual override). ');Outputfb jiminny.automated_reports>50 rowsDid YTix: Auto vWuuid (UUID with time-low a...68 efe7dcab-955f-46ed-bbff-21fe6cc4f4b767 81ad94e2-8b64-4281-9e45-fac2ffe17359484r2acec+-c7e5-4521-0250-05129588002747 90ac7a1d-7b2c-40ed-b7e6-af2f70b1fe8846 be413ea5-8e74-479f-af30-d2e76917ab6245 d8be3cbc-48d0-4d40-ad09-8657fe3f8fad44 66880ca7-15d0-4d3a-b7d4-C61302c61a7a• team_id T• type Y1 ask_jiminny1 ask iiminnv• status Y1 exec_summary1 exec_summary1 exec summary1 exec summary1 exec_summaryI frequency1 monthly1 dailyO quarterly1 weekly1 weeklyo one_offo one_offsu rows retrieved staruno Trom 1in g49 ms (execution: 4/ ms, Telching: goz ms82 .Suobort Dailv • in 2h 36m100% [45)Tue 14 Aor 12:24:24= custom.log= laravel.log X© AskJiminnyReportActivityService.phpch Ask.liminnvRenortActivitvServiceTest.ohrA SF ljiminny@localhost]A HS_local [jiminny@localhost]ACuiVilysearch.ongA console [PROD]© HistoryService.php7 console [STAGING]Criteria.php172829: [HubSpot Journal Polling] Service ending: [HubSpot Journal Pollingl Released pollingX81emlplyetales .u ounel"trace_id":"d9196bad-6e26-4865-8: Jiminny\Console\Commands\Command:: run: Jiminny \Console\Commands\Command: :run lcE: Monitoring suary{"correlation_id"nandInMb":62.0, "memccabaf2a840e"}Ce. Monntorino enoauronared-revorts started'"correlarion 10aurolldreo-reoortsChecking conditions-995f-4e6dcaa55953"}{"correlatioaurolideo-reoors rrocessino caily redoriING: [automated-reports] Report not found for: [automated-reports] Found O daily reports to: [automated-reports] Completed: Jiminny\Console\Commands\Command: :run Memory: Jiminny\Console\Commands\Command:: run Memory: Jiminny \Console\Commands\Command::run Memory usage before starting command {"command":Lemartscheduled StAklinG bauch process• LemartscheduleJ FiNIsHED bauch processsiminnyNconsole commands (command::run• Jamanay Nconso le (commands (command.. run•runnano conterence.ionror.cour coi"6f598ff2-e7b2-40: [conference:monitor:count] No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:00]{"correlation_id":"6f598ff2-e7b2-40aa-9bcb-9: Jiminny\Console\Commands\Command: :run Memoryand": "conference:monitor:count", "memoryBeforeCommandInMb" : 62.0, "memor: Jiminny\Console\Commands\Command: : runusage before starting command {"command": "mailbox:batch: create", "memoryBeforeCommandInMb" : 62.: [EmailSchedule] STARTING batch create("correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281", "trace_id":"303448: [EmailSchedule] FINISHED batch create {"hosamp_1"} {"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281", "trace_id":"303448: Jiminny\Console\Commands\Command: : run Memory usagelandInMb": 62.0, "memoryAft: [automated-reports]Started{"correlation_id''0463a4df-3b14-44b0-93df-8fd36ec1bbb0"',"trace_id":"99c14596-1d69-43ee-ab9b-f8f435a5911d"}[automated-reports]Checking conditions"isQuarterlyMonth":true} {"correlatio: [automated-reports]Processing daily reports""correlacion 10":[CREDIT_CARD]-7501-81050ec10000"urace 10":"44014570-1007-45ee-a070auronared-reoortsFound 1 daily reports to process{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0"', "trace_id":"99c14596-1d69-4aurolldreo-reoortsDispatching Generate Report job for report {"reportUuid": "efe7dcab-955f-46ed-bbff-21fe6cc4F4b7" ,[automated-reports] Completed{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0", "trace_99c14596-1d69-43ee-ab9b-f8f435a5911d"}[AskJiminnyReport:Generate] Started {"automatedReportUuid": "efe7dcab-955f-46ed-bkff-21fe6cc4f4b7'{"correlation_id":"aeadba58-122b-407b-a[Jiminny\Jobs\Mailbox\CreateBatches] processed O inboxes and created O batches {"userId":null,chSize":30, "maxBatches" :1000} {"correlat[AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1982, "user_id":143,"activity_count":59} {"correlation_id":"aea: [AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUvid":"efe7dcab-955f-46ed-bkff-21fe6cc4f4b7""activityCount":59} {"corre: [AskJiminnyReport:Generate] Request sent {"automatedReportUuid": "efe7dcak-955f-46ed-bbff-21fe6cc4f4b7" ,"reportUvid":"40ea120d-4c63-4bf5-9dR: Jiminny\Component\ProphetAi\ProphetClient::sendRequest: An Guzzle exception occurred while sending the request ("message" :"CURL error 7:R: [AskJiminnyReport:Generate] Error {"automatedReportUvid":"efe7dcab-955f-46ed-bkff-21fe6cc4f4b7", "reportUvid":"40ea120d-4C63-4bf5-9d93-02c:[AskJiminnyReport:Generate] Retry scheduled {"attempts":1} {"correlation_id":"aeadba58-122b-407b-a43c-71262552db78", "trace_id" : "99c14596-1: Ximinny (Console\Commands\Command: :run Memory usage before starting command {"command": "activity:sync", "memoryBeforeCommandInMb" : 62.0,"memolimánny Cancala Commande Command •nun Momany ncono fon commond dilsanD from YSNULL>0to T• deal_value_min YI deal_value_max T• call_types TShULl<null><null>SNULL><hULl<null><null>SNULL><null><null2025-07-21 00.001002025-07-21 00:00:002025-07-2 00.001002025-07-25 00:00:00<null<null>100100<null> []<null> []‹nu> "conference" "olallen"<null> ["conference",<null> ["conference", "dialer"]2000 ["conference"]2000 ["conference"]eSyy1+08I media_types TIO call_["pdf"]["pdf"]["pdf"]["pdf", "podcast"]["pdf"]["pdf"]["pdf"]W Windsurf Teams138:534 spaces...
|
NULL
|
NULL
|
NULL
|
11291
|
|
Project: faVsco.js, menu
#11894 on JY-18909-automa Project: faVsco.js, menu
#11894 on JY-18909-automated-reports-ask-jiminny, menu
Start Listening for PHP Debug Connections
AskJiminnyReportActivityServiceT…Defaults
Run 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
Debug 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(abl§ Support Daily • in 2h 36 m100% <47DEV (docker)DOCKER• ₴1DEV (docker)882APP (-zsh)X3jiminny-worker-processing-2:jiminny-worker-processing-2_00: stoppedjiminny-worker-processing-3:jiminny-worker-processing-3_00: stoppedjiminny-worker-processing-4:jiminny-worker-processing-4_00: stoppedjiminny-worker-processing-5:jiminny-worker-processing-5_00: stoppedworker-analytics:worker-analytics_00: stoppedworker-crm-update:worker-crm-update_00: stoppedworker-download:worker-download_00: stoppedworker-nudges:worker-nudges_00: stoppedworker-emails:worker-emails_00: stoppedworker-crm-sync:worker-crm-sync_00: stoppedjiminny-worker-processing-1:jiminny-worker-processing-1_00: stoppedworker-calendar:worker-calendar_00:stoppedworker-audio:worker-audio_00: stoppedworker-conferences:worker-conferences_00: stoppedworker:worker_00: stoppedworker-es-update:worker-es-update_00: stoppedartisan-schedule:artisan-schedule_00: stoppedartisan-schedule:artisan-schedule_00: startedjiminny-worker-processing-1:jiminny-worker-processing-1_00: startedjiminny-worker-processing-2: jiminny-worker-processing-2_00: startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00: startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00: startedworker-nudges:worker-nudges_00: startedroot@docker_lamp_1:/home/jiminny# php artisan automated-reports 265ec2-user@ip-10-30-…-zsh885-zsh86-zsh®O ₴7Tue 14 Apr 12:24:38181* Unable to acce...O 88DEVNo arguments expected for "automated-reports"command, got "265".root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 265Report not found: 265root@docker_lamp_1:/home/jiminny# php artisan automated-reports --report-id 68root@docker_lamp_1:/home/jiminny#...
|
PhpStorm
|
faVsco.js – AutomatedReportsCommand.php
|
NULL
|
11292
|
|
Project: faVsco.js, menu
#11894 on JY-18909-automa Project: faVsco.js, menu
#11894 on JY-18909-automated-reports-ask-jiminny, menu
Start Listening for PHP Debug Connections
AskJiminnyReportActivityServiceT…Defaults
Run 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
Debug 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
PhpStormFileEditFV faVsco.js vViewNavigateCodeLaravelRefactor#11894 on JY-18909-automated-reports-ask-iminny K vToolsWindowHelpProject vProphetAiv D Reports© AutomatedReportsCl© AutomatedReportsRe© AutomatedReportsSt© CreateMockAskJimir© DeleteReportComma© GenerateMarketingR© Team.php© Usage.phpD Slack• TeamsD TracksO TranscriptionO TwilioD UsersVocabularyDZoom© CoachingFeedbacksUpr© Command.php© CreateDatabaseUsers.pc Daraoase oecountoi© DeleteOldAiCrmNotesC:© DeleteS3LeftoversComiDevPostmanCommand./© DiarizeViaAiParticipantk© EncryptTokensComman© EngagementStatsRegen©FeatureFlagsHelper.php© FixCrossTenantlssues.p(c) -ushro espermissionsc(e) Generatelnterna wepho• GroupSetDefaultLangua© HelperTruncateCoachin© HubspotJournalPollingC© HubspotWebhookServic© ImportRecording.php© ImportUsersFromCsvFil© IterateUsersCommand.p© JiminnyCacheClearCom© JiminnyDebugCommanc© JiminnySetEncryptedTo(c) Jiminny okenintocommMakeslackLvecoaching(c Manacescimror eam.oselvicesv DatabaseV AEUc consoev A jiminny@localhostA HS_local4SF 1 s 140 msV PROnA consoleV & STAGING4 console 1 s 153 msDocker© ReportController.phpAddLayoutchuitles.ono© TrackProviderInstalledEvent.phpJiminnyDeouecommana.ongAutomaleakeportscommana.ongAutomatedReportsSendCommand.phpC Team.phpC AutomatedReportsRepository.phpAutomatedReportsService.php© CreateHeldActivityEvent.php© UserPilotActivityListener.php© ActivityLogged.phpCreateActivityLoggedEvent.php© RequestGenerateAskJiminnyReportJob.php© AutomatedReportResult.phpA2147148149150151152153154155class Automacedkeporcscommand extends commandprivate tunccion geckeportbyra scring @reporcia). cotceccionif (! $report->getStatus()) {stpis→ logger→ warning (seLf:LOG_PREFIX . " Report is inactive, processing anyway (manual override)' ,'reportId' => $reportId,'reportuuid' => $report->getUuid(),1):$this->warn( string: 'Report is inactive - processing anyway (manual override).');157158159160161162163164165166+ceall - +report->gecrean),if ($team->getStatus() !== Team: :STATUS_ACTIVE) {$this->logger->warning(self::LOG_PREFIX'reportid' => Sreportid,'reportUvid' => $report->getUvid(),'teamId' => $report->getTeamId(),'teamStatus'→> $team->getStatus(),Team is not active, processing anyway (manual override)', [1);$this->warn( string: "Team #[$report->getTeamId(} is not active - processing anyway (manual override)."):1681107170171172173174175176177178if ($report->isExpired()) {$this->logger->warning(self::LOG_PREFIX . ' Report is expired, processing anyway (manual override)', ['reportId' => SreportId.'reportUvid' => $report->getUvid(),'expiresAt' => $report->getExpiresAt()?->toDateString(),I);$this->warn( string: 'Report is expired (expires_at:$report->getExpiresAt()?->toDateString()') - processing aireturn collect([$reportl);:Outputfb jiminny.automated_reports X50 rowsDid YTix: Auto vWuuid (UUID with time-low a...68 efe7dcab-955f-46ed-bbff-21fe6cc4f4b767 81ad94e2-8b64-4281-9e45-fac2ffe17359484r2acec+-c7e5-4521-0250-05129588002747 90ac7a1d-7b2c-40ed-b7e6-af2f70b1fe8846 be413ea5-8e74-479f-af30-d2e76917ab6245 d8be3cbc-48d0-4d40-ad09-8657fe3f8fad44 66880ca7-15d0-4d3a-b7d4-C61302c61a7a• team_id T• type Y1 ask_jiminny1 ask iiminnv• status YI frequency1 monthly1 exec_summary1 exec_summary1 exec summary1 exec summary1 exec_summaryIdallyO quarterly1 weekly1 weeklyo one_offo one_offsu rows retrieved staruno Trom 1in g49 ms (execution: 4/ ms, Telching: goz msSuobort Dailv • in 2h 36m100% [45)Tue 14 Aor 12:24:38= custom.log= laravel.log X© AskJiminnyReportActivityService.phpch Ask.liminnvRenortActivitvServiceTest.ohrA SF ljiminny@localhost]A HS_local [jiminny@localhost]ACuiVilysearch.ongA console [PROD]© HistoryService.php7 console [STAGING]Criteria.php173033: [HubSpot Journal Polling] Service ending: [HubSpot Journal Pollingl Released pollingX81emlplyetales .u ounel"trace_id":"d9196bad-6e26-4865-8: Jiminny\Console\Commands\Command::run: Jiminny \Console\Commands\Command: :run lcE: Monitoring suary{"correlation_id"nandInMb":62.0, "memccabaf2a840e"}Ce. Monntorino enolautomated-reportsl Started'"correlarion 10aurolldreo-reoortsChecking conditions-995f-4e6dcaa55953"}{"correlatioaurolldreo-reooris rrocessino caiuy reoorING: [automated-reports] Report not found for: [automated-reports] Found o daily reports to: [automated-reports] Completed{"correlation.: Jiminny\Console\Commands\Command::run Memory: Jiminny\Console\Commands\Command::run Memory: Jiminny \Console\Commands\Command::run Memory usage before starting command {"command":[EmailSchedule] STARTING batch processLemartscheduley Finished bauch processJiminnyNconsole commands (command:: run• Jamanay yeonsole (commands (command..run• knning conterence.montcor.count cor"6f598ff2-e7b2-40: [conference:monitor:count] No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:00]{"correlation_id":"6f598ff2-e7b2-40aa-9bcb-9: Jiminny\Console\Commands\Command: :run Memoryand": "conference:monitor:count", "memoryBeforeCommandInMb" : 62.0, "memor: Jiminny\ConsoLe\Commands\Command:: runusage before starting command {"command": "mailbox:batch: create", "memoryBeforeCommandInMb" : 62.: [EmailSchedule] STARTING batch create("correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281", "trace_id":"303448: [EmailSchedule] FINISHED batch create {"hosamp_1"} {"correlation_id":"42facf77-8a99-4264-ad0b-aa587cc25281", "trace_id":"303448: Jiminny\Console\Commands\Command: :run Memory usagelandInMb": 62.0, "memoryAft: [automated-reports]Started{"correlation_id''0463a4df-3b14-44b0-93df-8fd36ec1bbb0"',"trace_id":"99c14596-1d69-43ee-ab9b-f8f435a5911d"}[automated-reports]Checking conditions"isQuarterlyMonth":true} {"correlatio: [automated-reports]Processing daily reports""correlacion 10":[CREDIT_CARD]-7501-81050ec10000"urace 10":"44014570-1007-45ee-a070: [automated-reports] Found 1 daily reports to process{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0", "trace_id":"99c14596-1d69-4[automated-reports] Dispatching Generate Report job for report {"reportUuid": "efe7dcab-955f-46ed-bbff-21fe6cc4f4b7" ,[automated-reports] Completed{"correlation_id":"0463a4df-3b14-44b0-93df-8fd36ec1bbb0", "trace_99c14596-1d69-43ee-ab9b-f8f435a5911d"}[AskJiminnyReport:Generate] Started {"automatedReportUvid": "efe7dcab-955f-46ed-bbff-21fe6cc4F4b7'{"correlation_id":"aeadka58-122b-407b-a[Jiminny\Jobs\Mailbox\CreateBatches] processed O inboxes and created O batches {"userId":null,chSize":30, "maxBatches" :1000} {"correlat[AskJiminnyReport] Fetched activity IDs for saved search {"saved_search_id":1982, "user_id":143,"activity_count":59} {"correlation_id":"aea[AskJiminnyReport:Generate] Fetched activity IDs {"automatedReportUvid": "efe7dcab-955f-46ed-bbff-21fe6cc4f4b7""activityCount":59} {"corre: [AskJiminnyReport:Generate] Request sent {"automatedReportUuid": "efe7dcak-955f-46ed-bbff-21fe6cc4f4b7" ,"reportUvid":"40ea120d-4c63-4bf5-9dR: Jiminny\Component\ProphetAi\ProphetClient::sendRequest: An Guzzle exception occurred while sending the request ("message" :"CURL error 7:R: [AskJiminnyReport:Generate] Error {"automatedReportUvid":"efe7dcab-955f-46ed-bkff-21fe6cc4f4b7", "reportUvid":"40ea120d-4C63-4bf5-9d93-02c: [AskJiminnyReport:Generate] Retry scheduled {"attempts":1} {"correlation_id":"aeadka58-122b-407b-a43c-71262552db78", "trace_id" : "99c14596-1: Jiminny \Console\Commands\Command::run Memory usage before starting command {"command": "activity: sync", "memoryBeforeCommandInMb" :62.0, "memolimánny Cancala Commande Command •nun Momany ncono fon commond dilsanI from vto Y• deal_value_min YI deal_value_max T• call_types TSNULL>ShULl<null><null>SNULL><hULl<null><null>SNULL><null><null2025-07-21 00.001002025-07-21 00:00:002025-07-2 00.001002025-07-25 00:00:00<null<null>100100<null> []<null> []‹nu> "conference" "olallen"<null> ["conference",<null> ["conference", "dialer"]2000 ["conference"]2000 ["conference"]eSyy1+08I media_types TIO call_["pdf"]["pdf"]["pdf"]["pdf", "podcast"]["pdf"]["pdf"]["pdf"]W Windsurf Teams138:534 spaces...
|
PhpStorm
|
faVsco.js – AutomatedReportsCommand.php
|
NULL
|
11293
|