Veronica Estrella, SHRM-SCP, believes that HR professionals are called to make a difference in the world and their profession. Here, in her own words, the HR leader from the Phillippines tells how becoming certified is helping her do that. https://goo.gl/CT7c9D
Valuing My Connection to the SHRM-CP Community
Now that Sijia Bu, M.A., SHRM-CP, is a credential-holder, people see the letters after her name and admire her achievement. For Bu, the true value of SHRM certification is finding herself in a larger community and a sense of belonging. https://goo.gl/f2CpBv
Mule Quartz Connector: How to Use JDBC-JobStore Instead of RAMJobStore.
#ICYDK: Drawbacks of RAMJobStore
Mule internally uses RAMJobstore, so when running in an environment with multiple workers or nodes, a Quartz scheduler, by default, runs on each node as it keeps all the data in RAM.
Secondly, when the application ends (or crashes), all of the scheduling information is lost — this means RAMJobStore cannot honor the setting of “non-volatility” on jobs and triggers. https://goo.gl/Sy6tQx #DataIntegration #ML
Mule 3.9: Using Timer Interceptor [Snippet]
#ICYMI: In this article, I will show you how to calculate the flow execution time without using any custom code or logic in Mule. Using Timer Interceptor, we are able to see the execution time of a private flow in Mule logs. This is very helpful when it comes to checking the performance of your flows, especially when doing performance testing.
Using the Timer-Interceptor: https://goo.gl/L3DuFC #DataIntegration #ML