-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Marketo - rework read retry #14149
Labels
Comments
It looks like this item has already been estimated. If the estimate holds, we can move it forward to backlog (Scope). |
@YowanR I'm going to include this in a certification scope if you're ok with that. Please let me know otherwise |
@davydov-d Can you clarify what you mean by "include this in a certification scope" ? Thanks! |
Yes, that works for me -- thanks! @davydov-d |
davydov-d
added a commit
that referenced
this issue
Aug 16, 2022
davydov-d
added a commit
that referenced
this issue
Aug 16, 2022
davydov-d
added a commit
that referenced
this issue
Aug 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue 9332 demonstrates the connector has a problem creating an async job for further fetching the results. Ideally this should be retried but it is currently impossible cause jobs are created in
stream_slices
method which is not retriable. So we need to move creating jobs somewhere they can be re-created in case of failure.As for now the jobs that failed to create are skipped. This can not be a long term solution because it means losing data
The text was updated successfully, but these errors were encountered: