You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a coding problem website (sorta like leetcode but very basic) and is the website that I am making for the NCEA Level 2 Website Assessment (AS91893)
This worker is a RabbitMQ consumer and will run arbitrary code in a containerized environment and then save the result to the database or cache. Code will be executed in docker containers.
This REST API handles caching code, creating jobs and sending tasks to workers. The website will be sending its requests here. This API will also be available for general public requests however its main purpose is for the website.