-
Notifications
You must be signed in to change notification settings - Fork 432
chore(batch): deprecate sqs_batch_processor #1463
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
{% extends "base.html" %} | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This would add an announcement for the entire documentation, we'd want under
This type of announcement will be super useful to let people know we're going to launch v2. So perhaps rephrase to inform them that? I think it'll also need to make it auto-hide so those who already seen don't see it again: https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/?h=announcement#automatic-hiding |
||
{% block announce %} | ||
The legacy <code>sqs_batch_processor</code> decorator and <code>PartialSQSProcessor</code> class are deprecated and are going to be removed soon. | ||
Please check the <a href="/utilities/batch/#migration-guide">migration guide</a> for more information. | ||
{% endblock %} | ||
|
||
{% block outdated %} | ||
You're not viewing the latest version. | ||
<a href="{{ '../' ~ base_url }}"> | ||
|
Uh oh!
There was an error while loading. Please reload this page.