dessa-oss / atlas

An Open Source, Self-Hosted Platform For Applied Deep Learning Development
http://www.docs.atlas.dessa.com
Apache License 2.0
291 stars 44 forks source link

[BUG] Job Details page does not show queued time #97

Open shazraz opened 4 years ago

shazraz commented 4 years ago

Describe the bug Job details page does not show when a job was queued.

Expected behavior The queued job should have a field in the table that shows me when the job was queued for me to better identify queued jobs.

Screenshots image

Additional context Currently, the datetime field is called "Launched", showing when the job was started. Either we need to rename the field or we need to create a new field showing the user when the job was queued.

shazraz commented 4 years ago

@hyun20005 Good for now? Screen Shot 2019-09-30 at 10 18 22 AM

shazraz commented 4 years ago

Queued status is a stop gap, we should have a queued time for jobs.

SebastianGergen commented 4 years ago

Is there a way to change the timezone of the job-"launched" information?

cindyzczhao commented 4 years ago

@SebastianGergen There is currently no way to change timezone at runtime, although that ability could be added. To get it to work right now, you can build your own image with the TZ variable set to your timezone, and use that instead of the default.