Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
DB Backup Bug #2853
DB Backup Bug #2853
Changes from 39 commits
d8a6034
6b0a1f0
9a94eb1
9e670bd
fe653b0
d7b3040
8cfdaed
2097d8d
fdfd31d
687c8d2
27ff2db
76c4b9d
a2a073b
e6a84a8
64c6907
5a2153a
1ce4d81
3b73f8d
30c3e51
72ad936
a2f94d3
d65d6ec
2d41164
68b9f8c
9faa526
ce68563
b606933
7257144
73a92a8
447a774
b3f0245
4600056
2aeeac3
5a31397
fcccf1a
70d2bdf
9c69716
d597f4f
50a641d
57fd384
806569b
9521b3b
83dcd4d
edd06b8
2f6d998
d1fd6e2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elipe17 should the response here be
None
if its successful? Asking because that's what I'm observing so far.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should return either True or False: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-uploading-files.html. Would like to investigate more
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at the source code for our version of the library and it looks like it doesnt return anything. That is a feature added in a more recent version. I will remove the logging of the response since it does not exist for our version of boto3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overriding the
celery_beat_schedule
with the same name was committed November 2022 - #2204