Pedro Crespo-Valero
Pedro Crespo-Valero
A small test that illustrates it (in case is useful) ```python import pytest from aiohttp import ClientSession from aioresponses import aioresponses @pytest.fixture def mock_aioresponse(): with aioresponses() as m: m.get("http://example.com/foo", status=200)...
The workaround is to use templates and take advantage of a bug that you have right now there :-)
- [ ] `` _create_utils`` ```python except asyncio.CancelledError: log.warning( "cancelled creation of project for '%s', cleaning up", f"{user_id=}", ) # FIXME: If cancelled during shutdown, cancellation of all_tasks will produce...
> Job log of job in screenshot above: > >  @wvangeit But it failed indeed ... it seems to me that the entrypoint implemented...
@wvangeit This happened to me before. In high concurrent tests, the old approach we used to change permissions in the entrypoint would fails with permissions conflicts among files. I have...
Basically done in https://github.com/ITISFoundation/osparc-simcore/pull/5825
See also https://github.com/ITISFoundation/osparc-simcore/issues/5834
After changes introduced in - https://github.com/ITISFoundation/osparc-simcore/pull/6009 - https://github.com/ITISFoundation/osparc-simcore/pull/5978 - https://github.com/ITISFoundation/osparc-simcore/pull/5981 - https://github.com/ITISFoundation/osparc-simcore/pull/6005 I performed these manual exploratory tests https://github.com/ITISFoundation/osparc-issues/issues/1297 and therefore this PR is not necessary anymore. Closing
## Backlog of Ideas for Maintenance - [ ] A mechanism to logout everybody at the maintenance time and block login during mainteance - [x] A static page for maintenance,...
- Scheduled maintenance started but a user (colin) was not logged out. Perhaps he had an old version of the front-end? -> Notify users of new versions. 