-
Notifications
You must be signed in to change notification settings - Fork 1
TODO
Jesús García Crespo edited this page Jun 28, 2024
·
13 revisions
- Integration fails in GitHub CI
- CCP may take too long to stop because gearmin.Stop() stucks (wg.Wait).
- Implement PackageCreate with
auto_approve=False
. - Implement PackageCreate with
wait_until_complete=False
. - Review use of
path
parameter and coordination with Storage Service. - Review use of choices using
pos int
, is it breaking something we haven't seen yet? - Write an integration test to validate the start of transfer by dropping contents to a watched directory workflow.
- Context linter is reporting a few small issues.
- Speed up integration tests by reusing MySQL instances between runs.
- jobDecider expects implements to call
l.j.markComplete
, can we not do that ourselves from the parent exec?
- Telemetry!
- Idiomatic type and field names in sqlc-generated code using overrides (see issue #7).
- The
store
implements a lot of types that overlap with our proto types, should I havestore
use the latter instead? E.g. see how a Job is defined in both places.