@extends('layouts.admin') @push('styles') @endpush @section('content')

{{ $title }}

@if(session('success'))

{{ session('success') }}

@endif
@csrf

Tmux - How It Works

Tmux is a screen multiplexer and at least version 1.6 is required. It is used here to allow multiple windows per session and multiple panes per window.

Each script is run in its own shell environment. It is not looped, but allowed to run once and then exit. This notifies tmux that the pane is dead and can then be respawned with another iteration of the script in a new shell environment.

This allows for scripts that crash to be restarted without user intervention.

NOTICE:

If "Save Tmux Settings" is the last thing you did on this page, refreshing will save the current form values again, not reload from database.

Monitor Settings

@foreach($yesno_ids as $index => $val) @endforeach
seconds

Sequential Settings

@foreach($sequential_ids as $index => $val) @endforeach
seconds

Sequential mode is not recommended as it's not tested enough.

Update Binaries Settings

@foreach($binaries_ids as $index => $val) @endforeach
seconds
minutes

Backfill Settings

@foreach($backfill_ids as $index => $val) @endforeach @foreach($backfill_group_ids as $index => $val) @endforeach @foreach($backfill_days_ids as $index => $val) @endforeach
seconds
@foreach($yesno_ids as $index => $val) @endforeach

Update Releases Settings

@foreach($releases_ids as $index => $val) @endforeach
seconds

Postprocessing Settings

@foreach($post_ids as $index => $val) @endforeach
seconds
seconds
@foreach($yesno_ids as $index => $val) @endforeach
seconds
@foreach($yesno_ids as $index => $val) @endforeach
seconds

Fix Release Names

@foreach($yesno_ids as $index => $val) @endforeach
seconds

Remove Crap Releases

@foreach($yesno_ids as $index => $val) @endforeach
seconds
Save Tmux Settings
@endsection