We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run a task successfully and return a string at the end of my task. However the results in the ORM displays the info below.
Name: fourteen-saturn-red-moon Func: app.tasks.generate_static_file Hook: - Args: () Kwargs: {} Result: -
I would have expected that Result: would be my text
Result:
def generate_static_file(): .... if not delta > modified_time: return 'modified within the last 30 minutes'
Am I doing something wrong or dus result means something else?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I run a task successfully and return a string at the end of my task.
However the results in the ORM displays the info below.
I would have expected that
Result:
would be my textAm I doing something wrong or dus result means something else?
The text was updated successfully, but these errors were encountered: