We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ping_and_warm sets its own metadata manually. The app_profile_id field here could be None.
In other places in the code, the _make_metadata helper is used to create metadata, and app_profile_id is only populated when the field has a value
We should update ping_and_warm to use _make_metadata, so all metadata is populated consistently
The text was updated successfully, but these errors were encountered:
igorbernstein2
No branches or pull requests
ping_and_warm sets its own metadata manually. The app_profile_id field here could be None.
In other places in the code, the _make_metadata helper is used to create metadata, and app_profile_id is only populated when the field has a value
We should update ping_and_warm to use _make_metadata, so all metadata is populated consistently
The text was updated successfully, but these errors were encountered: