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

feature/560 - Add polling capability for generated .fec file task #855

Merged
merged 4 commits into from
May 8, 2024

Conversation

sasha-dresden
Copy link
Contributor

@sasha-dresden sasha-dresden commented Apr 26, 2024

Issue #560

APP PR1883

django-backend/fecfiler/web_services/views.py Outdated Show resolved Hide resolved
Copy link

sonarcloud bot commented May 8, 2024

@mjtravers mjtravers dismissed toddlees’s stale review May 8, 2024 19:42

Requested change was made.

res = AsyncResult(task_id)
if res.ready():
return Response({"done": True, "id": res.get()})
return Response({"done": False})
Copy link
Contributor

Choose a reason for hiding this comment

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

Great way to check if ready.

renderer_classes=(DotFECRenderer,),
)
def get_dot_fec(self, request, report_id):
Copy link
Contributor

Choose a reason for hiding this comment

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

I like this change to cut the report out or the equation

@mjtravers mjtravers merged commit 1d271fb into develop May 8, 2024
4 checks passed
@mjtravers mjtravers deleted the feature/560 branch May 8, 2024 20:36
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.

4 participants