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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
FIX: always take the API domain value from configuration. If the API domain is changed between job creation and job send, this would cause the send attempt to fail with an API credentials error (1f39da1)
Allow empty parameters in job creation but fail if the job is processed with empty parameters. (1f39da1)
Use the API connector class created at job construction (1f39da1)
Update queued job handling of messages. If a send attempt fails, mark the job as broken immediately. Broken send jobs can be re-kicked as with a 'new' status using the RequeueJob (58ad1e1)