core.signals.save_Daemon module

Save signal receivers for the core.models.Daemon model.

core.signals.save_Daemon.post_save_daemon_is_healthy(sender, instance, created, **kwargs)[source]

Receiver function flagging the mailbox of a daemon as healthy once that daemon becomes healthy again.

Parameters:
  • sender (Daemon) – The class type that sent the post_save signal.

  • instance (Daemon) – The instance that has been saved.

  • created (bool) – Whether the instance was newly created.

  • **kwargs (Any) – Other keyword arguments.

Return type:

None