1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00
This commit is contained in:
Matej Baco 2022-11-15 14:36:43 +01:00
parent c07953a640
commit e04295918f

View file

@ -60,8 +60,8 @@ class Schedule extends Action
'resourceId' => $schedule->getAttribute('resourceId'),
'schedule' => $schedule->getAttribute('schedule'),
'resourceUpdatedAt' => $schedule->getAttribute('resourceUpdatedAt'),
'project' => $project,
'function' => $function,
'project' => $project, // TODO: @Meldiron Send only ID to worker to reduce memory usage here
'function' => $function, // TODO: @Meldiron Send only ID to worker to reduce memory usage here
];
};