Skip to content

D->M Fix Update Timestamp Bug#431

Merged
bio-boris merged 34 commits intomainfrom
develop
Dec 20, 2021
Merged

D->M Fix Update Timestamp Bug#431
bio-boris merged 34 commits intomainfrom
develop

Conversation

@bio-boris
Copy link
Copy Markdown
Collaborator

@bio-boris bio-boris commented Dec 20, 2021

  • Fix queued timestamp bug
  • Add ADR

bio-boris and others added 30 commits September 22, 2021 11:58
DATAUP-262 Create ADR For Split/Aggregate Jobs
The tests pass with or without the changes in this commit in the docker
container, which is UTC, but fail without the changes on my laptop, which is
not UTC.

The problem is that `datetime.utcnow()` is not timezone aware, so it
only works on UTC systems.
MrCreosote and others added 4 commits December 19, 2021 18:07
* Add MongoUtil method to update a single job to queued

* run black
* Update job to queued directly after submit

If many jobs are submitted in a batch, the jobs can start running before
being updated to queued, which means the jobs never get a queued timestamp.

* run black

* Bump version, add release notes
@bio-boris bio-boris requested a review from MrCreosote December 20, 2021 21:52
@bio-boris bio-boris merged commit 2b8abde into main Dec 20, 2021
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.

2 participants