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
There is a bug in Drupal Core that requires a patch: https://www.drupal.org/project/drupal/issues/2893933
Need to improve the way queues work so they make logical sense.
AC: Queue jobs report out accurately and user can discern what state a queue is in and should no longer see false/fake errors.
Test 1- If resource is missing queue knows next step Test 2 - Use the queue API Test 3-n - Implement for each queue plug-in
Test a large data import with the default importer (chunk) without the patch and confirm it works or requires the patch to drupal for lease time.
sample large file https://download.cms.gov/openpayments/PGYR23_P062824/OP_DTL_GNRL_PGYR2023_P06282024_06122024.csv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a bug in Drupal Core that requires a patch: https://www.drupal.org/project/drupal/issues/2893933
Need to improve the way queues work so they make logical sense.
AC: Queue jobs report out accurately and user can discern what state a queue is in and should no longer see false/fake errors.
Test 1- If resource is missing queue knows next step
Test 2 - Use the queue API
Test 3-n - Implement for each queue plug-in
Test a large data import with the default importer (chunk) without the patch and confirm it works or requires the patch to drupal for lease time.
sample large file https://download.cms.gov/openpayments/PGYR23_P062824/OP_DTL_GNRL_PGYR2023_P06282024_06122024.csv
The text was updated successfully, but these errors were encountered: