Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TM-1531] delayed job with data #603

Merged
merged 12 commits into from
Dec 9, 2024

Conversation

egrojMonroy
Copy link
Collaborator

No description provided.

@cesarLima1 cesarLima1 merged commit 2619ca9 into staging Dec 9, 2024
1 check passed
@@ -130,6 +142,9 @@ public function clipOverlappingPolygons(Request $request)
$user = Auth::user();
$delayedJob = DelayedJobProgress::create([
'processed_content' => 0,
'entity_id' => $entity->id,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is throwing an error:

[2024-12-10 02:57:13] staging.INFO: ErrorException: Undefined variable $entity in /home/forge/new-wri-staging.wri-restoration-marketplace-api.com/releases/20241209160832/app/Http/Controllers/V2/Terrafund/TerrafundCreateGeometryController.php:1276

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants