diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml
index bdcc81a9cee80f55270ad3939224df0eadfb74c4..d9d9011f4af5a2e7b7679df622e8d03aa8cd28c5 100644
--- a/chart/templates/deployment.yaml
+++ b/chart/templates/deployment.yaml
@@ -143,10 +143,6 @@ spec:
               cpu: 100m
               memory: 100M
             limits:
-          lifecycle:
-            preStop:
-              exec:
-                command: ["/usr/local/bin/php", "artisan" ,"schedule:run"]
         - name: worker
           securityContext:
             {{- toYaml .Values.securityContext | nindent 12 }}