Update SharePipeline.php

pull/6327/head
Shlee 7 days ago committed by GitHub
parent 1a253a4764
commit 8aceb3b3be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,6 +21,8 @@ use League\Fractal\Serializer\ArraySerializer;
class SharePipeline implements ShouldQueue
{
public $tries = 3; // For some reason this particular activity has a habit of popping failed, with a constraint violation error, but works when retried ... so we'll retry it once
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
protected $status;

Loading…
Cancel
Save