Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supervisor pixelfed-horizon is set to php8.2 #280

Open
isAAAc opened this issue Jan 12, 2025 · 2 comments
Open

supervisor pixelfed-horizon is set to php8.2 #280

isAAAc opened this issue Jan 12, 2025 · 2 comments

Comments

@isAAAc
Copy link

isAAAc commented Jan 12, 2025

Describe the bug

super visor is set to use php8.2 for the pixelfed-horizon job.
I was investigating because i would use this:
pixelfed/pixelfed#4545
but it doesn't work (i open an other issue just after this one)

and /var/log/pixelfed/pixelfed-horizon.log is claiming about php version

so i'm a bit lost with this

Context

  • Hardware: VPS
  • YunoHost version:
root@krashboyz:/var/www/pixelfed# yunohost --version
yunohost: 
  repo: stable
  version: 12.0.9.2
yunohost-admin: 
  repo: stable
  version: 12.0.4
yunohost-portal: 
  repo: stable
  version: 12.0.7
moulinette: 
  repo: stable
  version: 12.0.3
ssowat: 
  repo: stable
  version: 12.0.3
  • I have access to my server: Through SSH && through the webadmin
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
  • Using package version: 0.12.4~ynh1

Steps to reproduce

Expected behavior

pixelfed-horizon should be in RUNNING status

Logs

root@krashboyz:/var/www/pixelfed# supervisorctl status
pixelfed-horizon                 FATAL     Exited too quickly (process log may have details)
root@krashboyz:/var/www/pixelfed# supervisorctl restart pixelfed-horizon
pixelfed-horizon: ERROR (not running)
pixelfed-horizon: ERROR (spawn error)
root@krashboyz:/var/www/pixelfed# yunohost service status pixelfed
configuration: unknown
description: Federated Image Sharing
last_state_change: 2025-01-12 02:01:29
start_on_boot: enabled
status: running
root@krashboyz:/var/www/pixelfed# yunohost service status pixelfed
configuration: unknown
description: Federated Image Sharing
last_state_change: 2025-01-12 02:01:29
start_on_boot: enabled
status: running
root@krashboyz:/var/www/pixelfed# sudo -u pixelfed php8.3 artisan config:cache && sudo -u pixelfed php8.3 artisan cache:clear

   INFO  Configuration cached successfully.  


   INFO  Application cache cleared successfully.
root@krashboyz:/var/www/pixelfed# cat /etc/supervisor/conf.d/pixelfed-horizon.conf 
[program:pixelfed-horizon]
process_name=%(program_name)s
command=php8.2 /var/www/pixelfed/artisan horizon
autostart=true
autorestart=true
user=pixelfed
redirect_stderr=true
stdout_logfile=/var/log/pixelfed/pixelfed-horizon.log

-> setting up php8.3 in supervisor conf is not helping, same error o0

but in anycase, cat /var/log/pixelfed/pixelfed.log tells : INFO Horizon started successfully.

root@krashboyz:/var/www/pixelfed# ps -ef |grep horizon
4pixelfed 3748556       1  0 02:27 ?        00:00:00 php8.3 /var/www/pixelfed/artisan horizon
pixelfed 3748560 3748556  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:supervisor krashboyzorg-Jtoc:supervisor-1 redis --workers-name=default --balance=auto --max-processes=20 --min-processes=1 --nice=0 --balance-cooldown=3 --balance-max-shift=1 --parent-id=3748556 --auto-scaling-strategy=time --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=high,default,follow,shared,inbox,feed,low,story,delete,mmo,intbg,groups,adelete,move,pushnotify --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748566 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=high --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748567 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=default --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748568 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=follow --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748569 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=shared --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748570 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=inbox --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748571 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=feed --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748572 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=low --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748573 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=story --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748574 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=delete --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748575 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=mmo --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748576 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=intbg --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748577 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=groups --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748578 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=adelete --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748579 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=move --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3748580 3748560  0 02:27 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-Jtoc:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=pushnotify --sleep=3 --timeout=300 --tries=3 --rest=0
root     3749103 3721753  0 02:30 pts/1    00:00:00 grep horizon
root@krashboyz:/var/www/pixelfed# ps -ef |grep horizon
pixelfed 3750471       1  6 02:33 ?        00:00:00 php8.3 /var/www/pixelfed/artisan horizon
pixelfed 3750478 3750471  8 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:supervisor krashboyzorg-E5YS:supervisor-1 redis --workers-name=default --balance=auto --max-processes=20 --min-processes=1 --nice=0 --balance-cooldown=3 --balance-max-shift=1 --parent-id=3750471 --auto-scaling-strategy=time --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=high,default,follow,shared,inbox,feed,low,story,delete,mmo,intbg,groups,adelete,move,pushnotify --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750485 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=high --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750486 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=default --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750487 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=follow --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750488 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=shared --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750489 3750478 13 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=inbox --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750490 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=feed --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750491 3750478 13 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=low --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750492 3750478 13 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=story --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750493 3750478 13 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=delete --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750494 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=mmo --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750495 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=intbg --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750496 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=groups --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750497 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=adelete --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750498 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=move --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3750499 3750478 12 02:33 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=pushnotify --sleep=3 --timeout=300 --tries=3 --rest=0
@ericgaspar
Copy link
Member

ericgaspar commented Jan 17, 2025

Are we not using systemd over supervisor for PixelFed?

@isAAAc
Copy link
Author

isAAAc commented Jan 17, 2025

humm,
i'm lost yes,

root@krashboyz:/ supervisorctl status
pixelfed-horizon                 FATAL     Exited too quickly (process log may have details)
root@krashboyz:/var/www/faircamp# ps -ef | grep pix
pixelfed  543645 3750478  0 Jan14 ?        00:02:16 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=intbg --sleep=3 --timeout=300 --tries=3 --rest=0
postgres  543663    1910  0 Jan14 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(39698) idle
pixelfed  925008 3750478  0 Jan14 ?        00:02:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=follow --sleep=3 --timeout=300 --tries=3 --rest=0
postgres  940312    1910  0 Jan14 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(48604) idle
peertube 1707083 1706983 51 Jan16 ?        17:49:42 /usr/bin/ffmpeg -i rtmp://127.0.0.1:1935/live/441fcfbd-974c-47b6-831a-f39d3e7c2a2e -y -filter_complex [v:0]split=1[vtemp360];[vtemp360]scale=w=-2:h=360[vout360] -threads 4 -sc_threshold 0 -max_muxing_queue_size 1024 -map_metadata -1 -pix_fmt yuv420p -map a:0 -c:a:0 copy -map [vout360] -g:v:0 60 -c:v:0 libx264 -preset veryfast -maxrate:v:0 1036812 -bufsize:v:0 2073624 -b_strategy 1 -bf 16 -r:v:0 30 -b:v:0 1036812 -hls_time 4 -hls_list_size 15 -hls_flags delete_segments+independent_segments+program_date_time -hls_segment_filename /home/yunohost.app/peertube/storage/streaming-playlists/hls/059e7b8a-770a-4b4f-bd54-62f1754ec882/%v-%06d.ts -master_pl_name master.m3u8 -f hls -var_stream_map a:0,agroup:Audio,default:yes v:0,agroup:Audio /home/yunohost.app/peertube/storage/streaming-playlists/hls/059e7b8a-770a-4b4f-bd54-62f1754ec882/%v.m3u8
pixelfed 2383678 3750478  0 18:05 ?        00:00:08 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=mmo --sleep=3 --timeout=300 --tries=3 --rest=0
postgres 2383683    1910  0 18:05 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(55768) idle
pixelfed 2405904 3750478  0 18:57 ?        00:00:07 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=low --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 2439891 3750478  0 20:14 ?        00:00:05 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=default --sleep=3 --timeout=300 --tries=3 --rest=0
postgres 2439899    1910  0 20:14 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(53360) idle
pixelfed 2446414 3750478  0 20:29 ?        00:00:05 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=delete --sleep=3 --timeout=300 --tries=3 --rest=0
postgres 2446420    1910  0 20:29 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(46820) idle
pixelfed 2479885 3750478  0 21:56 ?        00:00:02 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=high --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 2480589 3750478  0 21:58 ?        00:00:02 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=shared --sleep=3 --timeout=300 --tries=3 --rest=0
postgres 2480595    1910  0 21:58 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(43678) idle
pixelfed 2519038 3750478  0 22:54 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=feed --sleep=3 --timeout=300 --tries=3 --rest=0
postgres 2519064    1910  0 22:54 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(35630) idle
root     2521016 1494814  0 23:01 pts/0    00:00:00 grep pix
pixelfed 3750471       1  0 Jan12 ?        00:11:42 php8.3 /var/www/pixelfed/artisan horizon
pixelfed 3750478 3750471  0 Jan12 ?        00:22:51 /usr/bin/php8.3 artisan horizon:supervisor krashboyzorg-E5YS:supervisor-1 redis --workers-name=default --balance=auto --max-processes=20 --min-processes=1 --nice=0 --balance-cooldown=3 --balance-max-shift=1 --parent-id=3750471 --auto-scaling-strategy=time --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=high,default,follow,shared,inbox,feed,low,story,delete,mmo,intbg,groups,adelete,move,pushnotify --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816912 3750478  0 Jan12 ?        00:03:33 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=inbox --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816915 3750478  0 Jan12 ?        00:03:22 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=story --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816920 3750478  0 Jan12 ?        00:03:34 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=groups --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816921 3750478  0 Jan12 ?        00:03:35 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=adelete --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816922 3750478  0 Jan12 ?        00:03:24 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=move --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816923 3750478  0 Jan12 ?        00:03:37 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=pushnotify --sleep=3 --timeout=300 --tries=3 --rest=0
root@krashboyz:/var/www/faircamp# ps -ef | grep pix
pixelfed  543645 3750478  0 Jan14 ?        00:02:16 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=intbg --sleep=3 --timeout=300 --tries=3 --rest=0
postgres  543663    1910  0 Jan14 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(39698) idle
pixelfed  925008 3750478  0 Jan14 ?        00:02:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=follow --sleep=3 --timeout=300 --tries=3 --rest=0
postgres  940312    1910  0 Jan14 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(48604) idle
peertube 1707083 1706983 51 Jan16 ?        17:49:42 /usr/bin/ffmpeg -i rtmp://127.0.0.1:1935/live/441fcfbd-974c-47b6-831a-f39d3e7c2a2e -y -filter_complex [v:0]split=1[vtemp360];[vtemp360]scale=w=-2:h=360[vout360] -threads 4 -sc_threshold 0 -max_muxing_queue_size 1024 -map_metadata -1 -pix_fmt yuv420p -map a:0 -c:a:0 copy -map [vout360] -g:v:0 60 -c:v:0 libx264 -preset veryfast -maxrate:v:0 1036812 -bufsize:v:0 2073624 -b_strategy 1 -bf 16 -r:v:0 30 -b:v:0 1036812 -hls_time 4 -hls_list_size 15 -hls_flags delete_segments+independent_segments+program_date_time -hls_segment_filename /home/yunohost.app/peertube/storage/streaming-playlists/hls/059e7b8a-770a-4b4f-bd54-62f1754ec882/%v-%06d.ts -master_pl_name master.m3u8 -f hls -var_stream_map a:0,agroup:Audio,default:yes v:0,agroup:Audio /home/yunohost.app/peertube/storage/streaming-playlists/hls/059e7b8a-770a-4b4f-bd54-62f1754ec882/%v.m3u8
pixelfed 2383678 3750478  0 18:05 ?        00:00:08 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=mmo --sleep=3 --timeout=300 --tries=3 --rest=0
postgres 2383683    1910  0 18:05 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(55768) idle
pixelfed 2405904 3750478  0 18:57 ?        00:00:07 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=low --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 2439891 3750478  0 20:14 ?        00:00:05 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=default --sleep=3 --timeout=300 --tries=3 --rest=0
postgres 2439899    1910  0 20:14 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(53360) idle
pixelfed 2446414 3750478  0 20:29 ?        00:00:05 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=delete --sleep=3 --timeout=300 --tries=3 --rest=0
postgres 2446420    1910  0 20:29 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(46820) idle
pixelfed 2479885 3750478  0 21:56 ?        00:00:02 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=high --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 2480589 3750478  0 21:58 ?        00:00:02 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=shared --sleep=3 --timeout=300 --tries=3 --rest=0
postgres 2480595    1910  0 21:58 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(43678) idle
pixelfed 2519038 3750478  0 22:54 ?        00:00:00 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=feed --sleep=3 --timeout=300 --tries=3 --rest=0
postgres 2519064    1910  0 22:54 ?        00:00:00 postgres: 15/main: pixelfed pixelfed 127.0.0.1(35630) idle
root     2521016 1494814  0 23:01 pts/0    00:00:00 grep pix
pixelfed 3750471       1  0 Jan12 ?        00:11:42 php8.3 /var/www/pixelfed/artisan horizon
pixelfed 3750478 3750471  0 Jan12 ?        00:22:51 /usr/bin/php8.3 artisan horizon:supervisor krashboyzorg-E5YS:supervisor-1 redis --workers-name=default --balance=auto --max-processes=20 --min-processes=1 --nice=0 --balance-cooldown=3 --balance-max-shift=1 --parent-id=3750471 --auto-scaling-strategy=time --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=high,default,follow,shared,inbox,feed,low,story,delete,mmo,intbg,groups,adelete,move,pushnotify --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816912 3750478  0 Jan12 ?        00:03:33 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=inbox --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816915 3750478  0 Jan12 ?        00:03:22 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=story --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816920 3750478  0 Jan12 ?        00:03:34 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=groups --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816921 3750478  0 Jan12 ?        00:03:35 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=adelete --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816922 3750478  0 Jan12 ?        00:03:24 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=move --sleep=3 --timeout=300 --tries=3 --rest=0
pixelfed 3816923 3750478  0 Jan12 ?        00:03:37 /usr/bin/php8.3 artisan horizon:work redis --name=default --supervisor=krashboyzorg-E5YS:supervisor-1 --backoff=0 --max-time=0 --max-jobs=0 --memory=64 --queue=pushnotify --sleep=3 --timeout=300 --tries=3 --rest=0

🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants