cancel
Showing results for 
Search instead for 
Did you mean: 

How to config backend task balancer?

Former Member
0 Kudos

Dear Experts, Regarding to licience limitation so we have 1 hybris backend and would like to pick a frontend server as standby of backend server in failover case. The question is:

  • How to config process tasks, cronjobs only run on backend server once it's live, but run on another server once it's down?

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

vinay_malempati
Active Participant
0 Kudos

enables task processing, 'true' by default, setting it to 'false' disables it (tasks and cronjobs will not be executed on the current node)

 task.engine.loadonstartup=true

Deprecated Approach is to use this property:

 task.excluded.cluster.ids

Former Member
0 Kudos

Then we have to do it manually in failover case? Is there an automatic way? let say, we config a standby via apache server. It switches hybris standby to hot server automatically. But this config needs to update manually?

Thanks