Skip to content

Releases: lsst-sqre/mobu

Emit body in alerts

26 Mar 23:07
99bbe0f
Compare
Choose a tag to compare
Merge pull request #30 from lsst-sqre/tickets/DM-29321

[DM-29321] Emit response body in case of error

Switch Kernel name

25 Mar 02:04
10a2b4f
Compare
Choose a tag to compare

Switch kernel name to lsst for robo-simon

Reduce the number of timeout errors

25 Mar 00:37
e658517
Compare
Choose a tag to compare

A bunch of times that we are waiting for a lab to spawn, we may have already hit an error and swallowed it. This should bail out earlier for those cases, which will make it try faster, and point more directly at the issue.

Add a settle timer for notebook runner

18 Mar 22:52
95eb5c1
Compare
Choose a tag to compare

Sometimes we get these 405s on Robo-Simon when starting a notebook, and generally it's the first one. I wonder if being able to have a bit of a sleep timer before we start running them will give the lab time enough to get started.

Support for Nublado2 and better options form support

18 Feb 03:52
3ec2fe2
Compare
Choose a tag to compare
1.0.5

Merge pull request #16 from lsst-sqre/dependabot/pip/requirements/cry…

1.0.4 New json format

12 Nov 23:09
f278b10
Compare
Choose a tag to compare

This rejiggers the monkey configuration to add options to be able to point at other notebook environments.

Robo-Simon

05 Sep 01:37
e624ed0
Compare
Choose a tag to compare
Merge pull request #12 from lsst-sqre/tickets/DM-26625

[DM-26625] Robo-Simon

Lab spawning timeout

11 Aug 22:06
01816b1
Compare
Choose a tag to compare

Sometimes mobu would try forever to wait for the lab to spawn, even if it was waiting for far too long. Now we will give up after a reasonable amount of time to try again.

Fix mobu alerting

10 Jul 22:30
12d4e22
Compare
Choose a tag to compare

Fix some bugs where the alerts weren't being sent off.

Initial mobu release

09 Jul 23:35
84b239b
Compare
Choose a tag to compare
Merge pull request #9 from lsst-sqre/tickets/DM-25835

[DM-25835] Add alert hook and call it on exception