Skip to content

Instantly share code, notes, and snippets.

View MahirMahbub's full-sized avatar
:shipit:

Mahir Mahbub MahirMahbub

:shipit:
  • Bangabandhu Sheikh Mujibur Rahman Digital University, Bangladesh
  • Dhaka,Bangladesh
  • LinkedIn in/mahirmahbub
View GitHub Profile
@MahirMahbub
MahirMahbub / .platform:hook:postdeploy:01_create_celery_service.sh
Last active May 17, 2023 06:40
Config for AWS Beanstalk Linux 2 Django Celery Deployment with Amazon SQS
#!/usr/bin/env bash
# Create the celery systemd service file
echo "[Unit]
Name=Celery
Description=Celery service for __
After=network.target
StartLimitInterval=0
[Service]