Marko
Marko
I was using custom middelware and i was accessing JWTAuth facade directly which faced me with the issue @emersonbroga mentioned in second comment. What i did is i simply extended...
@HenryHengZJ await queryRunner.release() does not close the connection. Actually the connections is established via new DataSource() call Disconnection (closing all connections in the pool) occurs when the destroy method is...
I already tried with document store, but i really don't need to have additional store for the data. I just need to send the data to vectore store in one...
I can confirm tha PR #5315 fixes this original issue. But it seems like there are more memory issues. It might be worth to create another issues with flow examples...
Agree, I moved it to abstract class.
Thanks @mcop1 done.
Hey @mattamon Thanks So yes $this->getClassId() doesn't exist in AbstractObject it will be populated later in child Concrete class. @mattamon or anybody else i need your advice how to pull...
Hey @mattamon > For the static error to go away, we need to define the class in the abstract. > The preferred way would be to define the classId method...
I'm able to reproduce this with two bundles 1. Data hub importer 2. Data quality management Stacktrace: ``` prod-error.log:3325:[2025-03-20T03:00:14.499398+00:00] DATA-IMPORTER.ERROR: Error processing element: Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The "kernel" service is synthetic, it...
Thanks I can call the variable varTmpFileTime or privateTmpFileName and also cleanup_tmp_files_atime_older_than to cleanup_var_tmp_files_atime_older_than and to remove cleanup_tmp_files_atime_older_than How does that sounds @kingjia90 ?