Skip to content

Sample project to depict implementation of jobrunr in Sprintboot dockerized application with PostGRE DB using docker-compose

Notifications You must be signed in to change notification settings

dishantkamble/spring-boot-jobrunr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-jobrunr

Sample project to depict implementation of jobrunr in Sprintboot dockerized application with PostGRE DB using docker-compose

How to Run

To run this sample application please follow the below steps.

Prerequisite:

  1. Docker is running
  2. Docker Compose is installed in the system where Docker is running Reference

Note: Docker compose should already be available if you are having Docker Desktop either for Windows or MacOS

Steps:

  1. Build the Docker image using docker-compose from the root directory of the project.

docker-compose build

  1. Run the application

docker-compose up

  1. View JobRunr Dashboard

  2. Trigger a new Job by using the enqueue http://localhost:8080/jobs/enqueue/{JOB_NAME} endpoint where JOB_NAME is the name of the Job you would like to give for displaying on the JobRunr dashboard

About

Sample project to depict implementation of jobrunr in Sprintboot dockerized application with PostGRE DB using docker-compose

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •