Update SharePipeline.php

pull/6327/head
Shlee 2 days ago committed by GitHub
parent 18a019e0f6
commit 83454f29e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,7 +21,7 @@ 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
public $tries = 3;
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

Loading…
Cancel
Save