Skip to content

Add Run At to task detail page#23

Merged
froxCZ merged 2 commits intomasterfrom
run_at_on_task_detail_page
Apr 21, 2021
Merged

Add Run At to task detail page#23
froxCZ merged 2 commits intomasterfrom
run_at_on_task_detail_page

Conversation

@froxCZ
Copy link
Contributor

@froxCZ froxCZ commented Apr 19, 2021

Asked by @jkemp101 as extra for #14

<th>Kwargs</th>
<td>{{ task_data.kwargs }}</td>
</tr>
{% if task.ts %}
Copy link
Member

Choose a reason for hiding this comment

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

Would a ts of 0 be valid and therefore we would want to display that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If score was 0, it wouldn't pass this check anyway
https://github.com/closeio/tasktiger/blob/01085f30b0e39fe3445619e9983c886897989d32/tasktiger/task.py#L452
imo 0 would mean it was never scheduled - probably an invalid state? But not sure.

Copy link
Member

@thomasst thomasst left a comment

Choose a reason for hiding this comment

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

Just make sure to change it back to a regular TaskTiger version when you release.

@froxCZ froxCZ merged commit c5d8dab into master Apr 21, 2021
@froxCZ froxCZ deleted the run_at_on_task_detail_page branch April 21, 2021 06:20
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