1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

fix redis queue

This commit is contained in:
Damodar Lohani 2022-02-22 11:18:18 +00:00
parent 45e6845826
commit 372baa51e9

View file

@ -598,7 +598,7 @@ App::post('/v1/functions/:functionId/deployments')
// Enqueue a message to start the build
Resque::enqueue(Event::BUILDS_QUEUE_NAME, Event::BUILDS_CLASS_NAME, [
'projectId' => $project->getId(),
'resourceId' => $function->getId(),
'functionId' => $function->getId(),
'deploymentId' => $deploymentId,
'type' => BUILD_TYPE_DEPLOYMENT
]);