-
Notifications
You must be signed in to change notification settings - Fork 66
Conversation
|
Hmm, good one. We need something smarter, just not sure what. I'd rather not default to bootstrap-host or first host in group, to keep the option to have a schedule on all hosts.. |
Localhost is a special case. I think if we'd be safe guessing that "localhost" => xdmp:host(). |
Yeah, but the assumption is actually all wrong. |
Agreed. Sometimes those will match, sometimes not. |
Works fine by me, except for the placeholder in the sample config. You should be able to pick any of the hosts in the group in a convenient way |
I think I'll split this PR. Peet's suggestion could be useful, but needs more thought.. |
@grtjn should we close this PR for now? |
Not needed. I'll just take out the configs, and continue discussion about it in #500.. |
…task-host, changed its default
6df9a62
to
d7fbc44
Compare
@grtjn what's the state of this PR? Still valid? |
Yes, should be ready to merge. I took out the tricky part with host names (#500).. |
Fixed #497: fixed reading task-host
Self-test against ML8 runs clean. #497/#500