ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
43 stars 27 forks source link

Run demo on master.osparc.io #5694

Closed wvangeit closed 3 months ago

wvangeit commented 4 months ago
### Tasks
- [ ] https://github.com/ITISFoundation/osparc-issues/issues/1389
- [ ] https://github.com/ITISFoundation/osparc-issues/issues/1390
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5699
- [ ] enable DEV_FEATURES for the api-server in staging and production @pcrespov @bisgaard-itis
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5696
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5741
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5707
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5715
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5803
- [ ] https://github.com/ITISFoundation/osparc-simcore/pull/5796
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5783
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5724
- [ ] https://github.com/ITISFoundation/osparc-simcore-clients/issues/150
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5729
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5734
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5742
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5745
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5714
- [ ] https://github.com/ITISFoundation/osparc-simcore/issues/5750
- [ ] Release to production: api-server entrypoints https://github.com/ITISFoundation/osparc-simcore/pull/5792
- [ ] Release to production: osparc-meta-parallel-runner, osparc-meta-dakota (give access Luca) @wvangeit
- [ ] Release to production: osparc client @bisgaard-itis
wvangeit commented 4 months ago

@pcrespov @bisgaard-itis You think it would be difficult to implement? https://github.com/ITISFoundation/osparc-simcore/issues/5965

When I'm running many (exactly the same tasks, in parallel), some (very few) start returning a 'FAILED' status after some 'RUNNING' statuses. Probably the easiest to debug this, is for my script to fetch the logs from the api.

What do you think?

bisgaard-itis commented 4 months ago

@pcrespov @bisgaard-itis You think it would be difficult to implement? ITISFoundation/osparc-simcore#5965

When I'm running many (exactly the same tasks, in parallel), some (very few) start returning a 'FAILED' status after some 'RUNNING' statuses. Probably the easiest to debug this, is for my script to fetch the logs from the api.

What do you think?

Adding the logfile endpoint should be very easy. I assume it should do exactly the same as the solver log file endpoint. So it is just a matter of refatoctoring that. I can take care of that on monday.

wvangeit commented 3 months ago

I'm closing this particular issue, because we did run the demo. I've moved all the remaining issues/bugs we found in the underlying platform to: https://github.com/ITISFoundation/osparc-issues/issues/1407