mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat(coderd): insert provisioner daemons (#11207)
* Adds UpdateProvisionerDaemonLastSeenAt * Adds heartbeat to provisioner daemons * Inserts provisioner daemons to database upon start * Ensures TagOwner is an empty string and not nil * Adds COALESCE() in idx_provisioner_daemons_name_owner_key
This commit is contained in:
1
cli/testdata/coder_list_--output_json.golden
vendored
1
cli/testdata/coder_list_--output_json.golden
vendored
@ -36,6 +36,7 @@
|
||||
"worker_id": "[workspace build worker ID]",
|
||||
"file_id": "[workspace build file ID]",
|
||||
"tags": {
|
||||
"owner": "",
|
||||
"scope": "organization"
|
||||
},
|
||||
"queue_position": 0,
|
||||
|
Reference in New Issue
Block a user