Skip to content

Commit

Permalink
refactor: update Job classes to use common _properties pattern (#323)
Browse files Browse the repository at this point in the history
Instead of mixing _properties and plain-old Python objects, always use
_properties as the source of truth.

This has the side-effect of properly reloading the whole job resource.
Previously some properties were not reloaded.
  • Loading branch information
tswast committed Oct 16, 2020
1 parent 5178b55 commit d093cd4
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 236 deletions.

0 comments on commit d093cd4

Please sign in to comment.