import time def main() -> None: print("NexaFabric worker started. Configure Celery queues for production job execution.", flush=True) while True: time.sleep(30) if __name__ == "__main__": main()