Skip to content

FastX 5: Scheduling Sessions

FastX 5 modularizes all parts of starting and scheduling sessions into a new scheduler directory. From data collection via forms, to node selection using load balancing, to the actual start command to exec itself, everything...

Read More

FastX 5: Job Scheduler Directory

FastX allows you to fully customize the process of launching a session. Each app can attach a job scheduler allowing custom session launching on a per app basis. In FastX 5, custom job schedulers are...

Read More

FastX 5: Job Scheduling Migration Cheat Sheet

This is a summary of the changes discussed in job scheduling reimagined. Migrate Apps mkdir -p /etc/fastx/schedule foreach app in /etc/fastx/apps if there is a parameter named scheduleDir Copy the scheduleDir directory into /etc/fastx/schedule #update...

Read More

FastX 5 Job Scheduling Reimagined

FastX 5 adds new features to Job Scheduling fully modularizing the way you start a session. Multiple methods of session launching can run concurrently under a unified interface. Whether it be classic VDI session launching,...

Read More