You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After posting new documents to DANE and subsequently calling DANE to add new Tasks, the index is not always quick enough to refresh, so the Tasks cannot be added (because the docs are not available yet)
To avoid this race condition. The bulk index call needs to be extended with a refresh=True.
The text was updated successfully, but these errors were encountered:
Update: so in order for the fix to be picked up, the DANE-server needs to use the new DANE code (with the extra refresh param). Since the DANE-server was never properly upgraded (ES7 client, latest DANE version, linting, code formatting etc) this is a nice opportunity to do so.
This PR shows the current progress. The basic upgrade and bugfix are ready to be tested in the ASR pipeline. CLARIAH/DANE-server#4
@KleinRana@mwigham or @wmelder the new DANE-server is deployed in the cluster and seems to work fine for me. If you could test with a fresh workflow? When it properly works, please close this issue.
In any case: please report your results in this issue.
After posting new documents to DANE and subsequently calling DANE to add new Tasks, the index is not always quick enough to refresh, so the Tasks cannot be added (because the docs are not available yet)
To avoid this race condition. The bulk index call needs to be extended with a
refresh=True
.The text was updated successfully, but these errors were encountered: