diff --git a/modules/Bio/EnsEMBL/Hive/Queen.pm b/modules/Bio/EnsEMBL/Hive/Queen.pm
index 53718f303e8c9bf605612612c580f3e6d504335a..ff377dff5cbe000f8ba232eaf6fc084533dcfcb8 100644
--- a/modules/Bio/EnsEMBL/Hive/Queen.pm
+++ b/modules/Bio/EnsEMBL/Hive/Queen.pm
@@ -321,6 +321,7 @@ sub register_worker_death {
             or $cod eq 'MEMLIMIT'
             or $cod eq 'RUNLIMIT'
             or $cod eq 'KILLED_BY_USER'
+            or $cod eq 'SEE_MSG'
             or $cod eq 'CONTAMINATED') {
                 $self->db->get_AnalysisJobAdaptor->release_undone_jobs_from_worker($worker);
         }