You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
The two modes of operation are 'push' (that is, connect via a http proxy) and 'pull' (eg, pool of workers taking jobs of SQS).
The second isn't supported cleanly - the proposal is
Change 'endpoints' (in config) to 'connections' or similar - they can be HTTP, as well as some bit of dynamic config
If there is dynamic config, it's the appserver's job to periodically re-read this. Open to discussion if this should be all config, and as part of the run config, we have start/stop/reload-config, or a subset of specifically scoped config that the app periodically polls itself.
The text was updated successfully, but these errors were encountered:
union ActivationContextSource
{
// Literally provided object for mustache interpolating
Json json;
// Context from a local file
FilePath file;
/// Context from an S3 object
S3Path s3;
/// Context from AWS secrets manager secret
String awsSecretArn;
};
(Either making a separate ActivationContextSource or repurposing DeployContextSource?)
The two modes of operation are 'push' (that is, connect via a http proxy) and 'pull' (eg, pool of workers taking jobs of SQS).
The second isn't supported cleanly - the proposal is
The text was updated successfully, but these errors were encountered: